[PATCH] qapi: virtio: Fix the introduced version

2022-10-31 Thread Han Han
The items of qapi/virtio.json are introduced at a5ebce38576. They will be in the version 7.2 not 7.1. Signed-off-by: Han Han --- qapi/virtio.json | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/qapi/virtio.json b/qapi/virtio.json index

[PATCH] dev-uas: Fix a error of variable sized type not at end

2020-11-10 Thread Han Han
libcommon.fa.p/hw_usb_dev-uas.c.o.d -o libcommon.fa.p/hw_usb_dev-uas.c.o -c ../hw/usb/dev-uas.c ../hw/usb/dev-uas.c:158:31: error: field 'status' with variable sized type 'uas_iu' not at the end of a struct or class is a GNU extension [-Werror,-Wgnu-variable-sized-type-not-at-end] Signed-off-by: Han Han

[PATCH] docs: Fix broken links

2020-08-07 Thread Han Han
Signed-off-by: Han Han --- docs/amd-memory-encryption.txt | 4 ++-- docs/pvrdma.txt| 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/amd-memory-encryption.txt b/docs/amd-memory-encryption.txt index 43bf3ee6a5..80b8eb00e9 100644 --- a/docs/amd-memory

Re: [PATCH] Revert "qemu-options.hx: Update for reboot-timeout parameter"

2019-12-04 Thread Han Han
OK. Updated in version 2. On Wed, Dec 4, 2019 at 8:21 PM Dr. David Alan Gilbert wrote: > * Han Han (h...@redhat.com) wrote: > > This reverts commit bbd9e6985ff342cbe15b9cb7eb30e842796fbbe8. > > Patchew spotted you're missing the signed-off-by; please send one. > > Dave &

[PATCH v2] Revert "qemu-options.hx: Update for reboot-timeout parameter"

2019-12-04 Thread Han Han
This reverts commit bbd9e6985ff342cbe15b9cb7eb30e842796fbbe8. In 20a1922032 we allowed reboot-timeout=-1 again, so update the doc accordingly. Signed-off-by: Han Han --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx

[PATCH] Revert "qemu-options.hx: Update for reboot-timeout parameter"

2019-12-04 Thread Han Han
This reverts commit bbd9e6985ff342cbe15b9cb7eb30e842796fbbe8. In 20a1922032 we allowed reboot-timeout=-1 again, so update the doc accordingly. --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index

Re: [PATCH] scripts: Fix undefinited name 'file' error for python3

2019-12-04 Thread Han Han
On Wed, Dec 4, 2019 at 4:23 PM Thomas Huth wrote: > On 04/12/2019 07.48, Han Han wrote: > > Anyone help to review it? > > Hi! > > When sending patches to the qemu-devel mailing list, please always make > sure to put the corresponding maintainers on CC:, otherwise you

Re: [PATCH] scripts: Fix undefinited name 'file' error for python3

2019-12-03 Thread Han Han
Anyone help to review it? On Tue, Nov 26, 2019 at 1:54 PM Han Han wrote: > ping > > On Wed, Nov 13, 2019 at 9:17 PM Han Han wrote: > >> In python3, 'file' is no longer a keyword for file type object. So it >> will can error when run the scripts by python3: >>

Re: [PATCH] fw_cfg: Allow reboot-timeout=-1 again

2019-10-30 Thread Han Han
lid thing to do, and libvirt does it, and you might have > > > a current XML file that did it. Now I think you could change libvirt > > > to omit the reboot-timeout parameter if it was called with -1. > > > > > > So given its a documented thing in both qemu an

[PATCH v2] qemu-img.texi: Describe data_file and data_file_raw

2019-10-20 Thread Han Han
https://bugzilla.redhat.com/show_bug.cgi?id=1763105 Signed-off-by: Han Han --- qemu-img.texi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/qemu-img.texi b/qemu-img.texi index b5156d6316..983c6122f8 100644 --- a/qemu-img.texi +++ b/qemu-img.texi @@ -763,6 +763,16 @@ file which

[PATCH v2] qemu-img.texi: Describe data_file and data_file_raw

2019-10-20 Thread Han Han
https://bugzilla.redhat.com/show_bug.cgi?id=1763105 Signed-off-by: Han Han --- qemu-img.texi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/qemu-img.texi b/qemu-img.texi index b5156d6316..983c6122f8 100644 --- a/qemu-img.texi +++ b/qemu-img.texi @@ -763,6 +763,16 @@ file which

Re: [PATCH] qemu-img.texi: Describe data_file and data_file_raw

2019-10-20 Thread Han Han
On Sat, Oct 19, 2019 at 4:58 AM John Snow wrote: > CC qemu-block > > On 10/18/19 5:59 AM, Han Han wrote: > > https://bugzilla.redhat.com/show_bug.cgi?id=1763105 > > > > Signed-off-by: Han Han > > --- > > qemu-img.texi | 10 ++ > > 1 file

[PATCH] qemu-img.texi: Describe data_file and data_file_raw

2019-10-18 Thread Han Han
https://bugzilla.redhat.com/show_bug.cgi?id=1763105 Signed-off-by: Han Han --- qemu-img.texi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/qemu-img.texi b/qemu-img.texi index b5156d6316..44596c2d93 100644 --- a/qemu-img.texi +++ b/qemu-img.texi @@ -763,6 +763,16 @@ file which

[PATCH] qemu-options.hx: Update for reboot-timeout parameter

2019-10-15 Thread Han Han
Since ee5d0f89d, -1 is not valid for the value of reboot-timeout. Update that in qemu-options doc. Signed-off-by: Han Han --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index 793d70ff..6b92a916 100644 --- a/qemu