Show patches with: State = Action Required       |   426431 patches
« 1 2 ... 584 585 5864264 4265 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2] libvixl: a64: Skip "-Wunused-variable" for gcc 5.0.0 or higher - - - - --- 2014-10-11 Chen Gang New
disas/libvixl/a64/instructions-a64.h: Remove useless varialbe to avoid building break with '-Werror' - - 1 - --- 2014-10-09 Chen Gang New
[v2] xen-hvm.c: Always return -1 when failure occurs in xen_hvm_init() 1 - - - --- 2014-09-04 Chen Gang New
xen-hvm.c: Improve the return method for xen_hvm_init() - - - - --- 2014-09-02 Chen Gang New
dump.c: Fix memory leak issue in cleanup processing for dump_init() - - - - --- 2014-08-04 Chen Gang New
dump.c: Fix memory leak issue in cleanup processing for dump_init() - - 1 - --- 2014-08-03 Chen Gang New
kvm-all: Use 'tmpcpu' instead of 'cpu' in sub-looping to avoid 'cpu' be NULL - - - - --- 2014-07-19 Chen Gang New
[PATCH-trivial] qemu-img: Check getchar() return value in read_password() for WIN32 - - - - --- 2014-07-06 Chen Gang New
[trivial] qemu-img: Remove redundancy "ret = -1" - - - - --- 2014-07-03 Chen Gang New
[trivial,v2] block.c: Add return value for bdrv_append_temp_snapshot() to avoid incorrect failure p… - - 1 - --- 2014-06-23 Chen Gang New
[trivial] block.c: Correct the return value and the failure object when failure occurs - - - - --- 2014-06-21 Chen Gang New
[trivial] block.c: Remove useless 'buf' variable - - 1 - --- 2014-06-21 Chen Gang New
[PATCH-trivial] arch_init.c: Always be sure that 'encoded_buf' and 'current_buf' are lock protected - - - - --- 2014-06-02 Chen Gang New
[PATCH-trivial] arch_init.c: Free 'cache' in cache_fini() to avoid memory leak - - 2 - --- 2014-06-02 Chen Gang New
[Qemu-trivial] arch_init: Simplify code for load_xbzrle() - - - - --- 2014-05-18 Chen Gang New
arch_init: Simplify code for load_xbzrle() - - 1 - --- 2014-05-10 Chen Gang New
arch_init: Be sure of only one exit entry with DPRINTF() for ram_load() - - - - --- 2014-05-01 Chen Gang New
[trivial,v2] vl: avoid closing stdout with 'writeconfig' - - 1 - --- 2014-04-22 Chen Gang New
[trivial] vl: Avoid to close stdout after finish 'writeconfig' option - - 1 - --- 2014-04-20 Chen Gang New
[trivial,v2,2/2] vl: Eliminate a superfluous local variable - - - - --- 2014-04-15 Chen Gang New
[trivial,v2,1/2] vl: Remove useless 'continue' - - - - --- 2014-04-15 Chen Gang New
[trivial,3/3] vl: remove local variable 'args' in the middle of code block - - 2 - --- 2014-04-08 Chen Gang New
[trivial,2/3] vl: remove redundant local variable 'res' - - - - --- 2014-04-08 Chen Gang New
[trivial,1/3] vl: remove useless 'continue' - - 2 - --- 2014-04-08 Chen Gang New
[PATCH-trivial,v2] vl: Report accelerator not supported for target more nicely - - 1 - --- 2014-04-04 Chen Gang New
[trival] vl.c: clean up code - - - - --- 2014-03-30 Chen Gang New
vl.c: use 'break' instead of 'continue' in configure_accelerator() - - - - --- 2014-03-27 Chen Gang New
[trivial] target-arm/gdbstub64.c: remove useless 'break' statement. - - 2 - --- 2014-03-18 Chen Gang New
[3/3] hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation - - - - --- 2014-03-01 Chen Gang New
[2/3] hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf() - - 1 - --- 2014-03-01 Chen Gang New
[1/3] hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:" - - 1 - --- 2014-03-01 Chen Gang New
hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation - - - - --- 2014-02-23 Chen Gang New
hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf() - - - - --- 2014-02-15 Chen Gang New
hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf() - - - - --- 2014-02-03 Chen Gang New
vl.c: move "if (fd < 0)" into "if (fd <= STDERR_FILENO)" - - - - --- 2013-12-28 Chen Gang New
[v2] exec: use macro ROUND_UP for alignment - - - - --- 2015-07-24 Chen HanXiao New
exec: use macro for alignment - - - - --- 2015-07-23 Chen HanXiao New
[v12,15/15] vfio: add 'aer' property to expose aercap - - - - --- 2015-07-16 Chen HanXiao New
[v12,14/15] vfio-pci: pass the aer error to guest - - - - --- 2015-07-16 Chen HanXiao New
[v12,13/15] pcie_aer: expose pcie_aer_msg() interface - - 1 - --- 2015-07-16 Chen HanXiao New
[v12,12/15] vfio: do hot bus reset when do virtual secondary bus reset - - - - --- 2015-07-16 Chen HanXiao New
[v12,11/15] vfio: modify vfio_pci_hot_reset to support bus reset - - - - --- 2015-07-16 Chen HanXiao New
[v12,10/15] vfio: add sec_bus_reset notifier to notify physical bus reset is needed - - - - --- 2015-07-16 Chen HanXiao New
[v12,09/15] pci: add bus reset_notifiers callbacks for host bus reset - - - - --- 2015-07-16 Chen HanXiao New
[v12,08/15] vfio: add check host bus reset is support or not - - - - --- 2015-07-16 Chen HanXiao New
[v12,07/15] vfio: add aer support for vfio device - - - - --- 2015-07-16 Chen HanXiao New
[v12,06/15] aer: impove pcie_aer_init to support vfio device - - - - --- 2015-07-16 Chen HanXiao New
[v12,05/15] vfio: add pcie extanded capability support - - - - --- 2015-07-16 Chen HanXiao New
[v12,04/15] vfio: make the 4 bytes aligned for capability size - - - - --- 2015-07-16 Chen HanXiao New
[v12,03/15] pcie: modify the capability size assert - - 1 - --- 2015-07-16 Chen HanXiao New
[v12,02/15] vfio: squeeze out vfio_pci_do_hot_reset for support bus reset - - - - --- 2015-07-16 Chen HanXiao New
[v12,01/15] vfio: extract vfio_get_hot_reset_info as a single function - - - - --- 2015-07-16 Chen HanXiao New
[v2] pci_add_capability: remove duplicate comments - - - - --- 2015-07-14 Chen HanXiao New
pci_add_capability: remove duplicate comments - - - - --- 2015-07-13 Chen HanXiao New
docs/writing-qmp-commands: fix a typo - - 1 - --- 2015-05-29 Chen HanXiao New
Use SCSI command to get size of SG device - - - - --- 2012-10-09 Chen HanXiao New
[resend,v2] qga-win: add support for qmp_guest_fsfreeze_freeze_list [resend,v2] qga-win: add support for qmp_guest_fsfreeze_freeze_list - - - - --- 2018-09-19 Chen Hanxiao New
[v2] qga-win: add support for qmp_guest_fsfreeze_freeze_list [v2] qga-win: add support for qmp_guest_fsfreeze_freeze_list - - - - --- 2018-08-31 Chen Hanxiao New
[resend] qga-win: add support for qmp_guest_fsfreeze_freeze_list [resend] qga-win: add support for qmp_guest_fsfreeze_freeze_list - - - - --- 2018-08-10 Chen Hanxiao New
qga-win: add support for qmp_guest_fsfreeze_freeze_list qga-win: add support for qmp_guest_fsfreeze_freeze_list - - - - --- 2018-07-21 Chen Hanxiao New
[resend,v2] qga: unset frozen state if no mount points are frozen [resend,v2] qga: unset frozen state if no mount points are frozen - - - - --- 2018-06-14 Chen Hanxiao New
[v5.2,2/2] qga-win: add driver path usage to GuestFilesystemInfo qga: report the usage of fs in guests - - - - --- 2018-06-14 Chen Hanxiao New
[v5.2,1/2] qga: add mountpoint usage info to GuestFilesystemInfo qga: report the usage of fs in guests - - 1 - --- 2018-06-14 Chen Hanxiao New
[v5.1,2/2] qga-win: add driver path usage to GuestFilesystemInfo qga: report the usage of fs in guests - - - - --- 2018-06-01 Chen Hanxiao New
[v5.1,1/2] qga: add mountpoint usage info to GuestFilesystemInfo qga: report the usage of fs in guests - - 1 - --- 2018-06-01 Chen Hanxiao New
[v5,2/2] qga-win: add driver path usage to GuestFilesystemInfo qga: report the usage of fs in - - - - --- 2018-06-01 Chen Hanxiao New
[v5,1/2] qga: add mountpoint usage to GuestFilesystemInfo qga: report the usage of fs in - - - - --- 2018-06-01 Chen Hanxiao New
[v4] qga: add mountpoint usage to GuestFilesystemInfo [v4] qga: add mountpoint usage to GuestFilesystemInfo - - - - --- 2018-06-01 Chen Hanxiao New
[v3] qga: add mountpoint usage to GuestFilesystemInfo [v3] qga: add mountpoint usage to GuestFilesystemInfo - - - - --- 2018-05-31 Chen Hanxiao New
[v2] qga: add mountpoint usage to GuestFilesystemInfo [v2] qga: add mountpoint usage to GuestFilesystemInfo - - - - --- 2018-05-30 Chen Hanxiao New
qga: add mountpoint usage to GuestFilesystemInfo qga: add mountpoint usage to GuestFilesystemInfo - - - - --- 2018-05-30 Chen Hanxiao New
[resend,v2] qga: unset frozen state if no mount points are frozen [resend,v2] qga: unset frozen state if no mount points are frozen - - - - --- 2018-05-29 Chen Hanxiao New
[resend,v2] qga: unset frozen state if no mount points are frozen [resend,v2] qga: unset frozen state if no mount points are frozen - - - - --- 2018-04-02 Chen Hanxiao New
[resend,v2] qga: unset frozen state if no mount point is frozen [resend,v2] qga: unset frozen state if no mount point is frozen - - - - --- 2018-03-15 Chen Hanxiao New
[v2] qga: unset frozen state if no mount point is frozen [v2] qga: unset frozen state if no mount point is frozen - - - - --- 2018-02-22 Chen Hanxiao New
[Resend] qga: unset frozen state if no mount points are frozen [Resend] qga: unset frozen state if no mount points are frozen - - - - --- 2018-02-09 Chen Hanxiao New
[resend] qga: unset frozen state if no mount points are frozen [resend] qga: unset frozen state if no mount points are frozen - - - - --- 2018-01-12 Chen Hanxiao New
qga: unset frozen state if no mount points are frozen qga: unset frozen state if no mount points are frozen - - - - --- 2017-12-16 Chen Hanxiao New
[Resend] qapi-docs: fix a comment typo [Resend] qapi-docs: fix a comment typo - - 1 - --- 2017-11-07 Chen Hanxiao New
[Resend] qga-win: don't hang if vss hold writes timeout [Resend] qga-win: don't hang if vss hold writes timeout - - 1 - --- 2017-10-17 Chen Hanxiao New
qapi-docs: fix a comment typo qapi-docs: fix a comment typo - - 1 - --- 2017-10-12 Chen Hanxiao New
qga-win: don't hang if vss hold writes timeout qga-win: don't hang if vss hold writes timeout - - - - --- 2017-09-22 Chen Hanxiao New
[v2] vhost_net: don't enable vring if backend lack this feature - - - - --- 2016-09-23 Chen Hanxiao New
[resend] vhost_net: don't enable vring if backend lack this feature - - - - --- 2016-09-13 Chen Hanxiao New
vhost_net: don't enable vring if backend lack this feature - - - - --- 2016-09-03 Chen Hanxiao New
vhost-user: return if no net clients found - - - - --- 2016-09-01 Chen Hanxiao New
vhost-user: return if no net clients found - - - - --- 2016-09-01 Chen Hanxiao New
[v2,2/2] hmp: add support for system_suspend - - - - --- 2015-11-28 Chen Hanxiao New
[v2,1/2] qmp: add support for system_suspend - - - - --- 2015-11-28 Chen Hanxiao New
qmp/hmp: add support for system_suspend - - - - --- 2015-11-27 Chen Hanxiao New
[v2] qtest: delete superfluous inclusions of qtest.h [v2] qtest: delete superfluous inclusions of qtest.h 1 - - - --- 2021-02-26 Chen Qun New
qtest: delete redundant qtest.h header files qtest: delete redundant qtest.h header files - - - - --- 2021-02-25 Chen Qun New
[PATCH-for-5.2?,2/2] tests/qtest: fix memleak in npcm7xx_watchdog_timer-test two qtest bugfix - - 1 - --- 2020-11-18 Chen Qun New
[PATCH-for-5.2?,1/2] tests/qtest: variable defined by g_autofree need to be initialized two qtest bugfix - - 2 - --- 2020-11-18 Chen Qun New
[v3,7/7] target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings silence the compiler warnings 1 - 2 - --- 2020-11-16 Chen Qun New
[v3,6/7] ppc: Add a missing break for PPC6xx_INPUT_TBEN silence the compiler warnings 1 - 1 - --- 2020-11-16 Chen Qun New
[v3,5/7] target/sparc/win_helper: silence the compiler warnings silence the compiler warnings - - 3 - --- 2020-11-16 Chen Qun New
[v3,4/7] target/sparc/translate: silence the compiler warnings silence the compiler warnings - - 2 - --- 2020-11-16 Chen Qun New
[v3,3/7] accel/tcg/user-exec: silence the compiler warnings silence the compiler warnings - - 4 - --- 2020-11-16 Chen Qun New
[v3,2/7] hw/intc/arm_gicv3_kvm: silence the compiler warnings silence the compiler warnings - - 1 - --- 2020-11-16 Chen Qun New
« 1 2 ... 584 585 5864264 4265 »