Re: [PATCH v2] hw/nvme: allow to pass a memory backend object for the CMB

2022-06-07 Thread Wertenbroek Rick
Hi, So it seems the patch is messed up, I forked QEMU applied the patch to the current master. Here it is : https://gitlab.com/rwe-reds/qemu/-/tree/master I rebuilt QEMU to check that everything builds and runs. Sorry for the inconvenience, I don’t know why the patch gets corrupted… Best regards

Re: [PATCH v2] hw/nvme: allow to pass a memory backend object for the CMB

2022-06-07 Thread Wertenbroek Rick
Hello, Sorry about that, I had the same issue with the patch for some reason, I think it is the git send email that messed up the patch (couldn’t directly send via smtp so I created a draft via IMAP before sending). Anyway, below is the patch, it was created on the master branch (commit 81c7ed41

Re: [PATCH v2] hw/nvme: allow to pass a memory backend object for the CMB

2022-06-03 Thread Klaus Jensen
On Apr 19 07:20, Wertenbroek Rick wrote: > Adds the optional -cmbdev= option that takes a QEMU memory backend > -object to be used to for the CMB (Controller Memory Buffer). > This option takes precedence over cmb_size_mb= if both used. > (The size will be deduced from the memory backend option). >

[PATCH v2] hw/nvme: allow to pass a memory backend object for the CMB

2022-04-19 Thread Wertenbroek Rick
Adds the optional -cmbdev= option that takes a QEMU memory backend -object to be used to for the CMB (Controller Memory Buffer). This option takes precedence over cmb_size_mb= if both used. (The size will be deduced from the memory backend option). Signed-off-by: Rick Wertenbroek --- hw/nvme/ctrl