Show patches with: State = Action Required       |    Archived = No       |   427146 patches
« 1 2 ... 2156 2157 21584271 4272 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,v2,03/21] tcg: fix use of uninitialized variable under CONFIG_PROFILER Untitled series #71633 - - 1 - --- 2018-10-19 Richard Henderson New
[PULL,v2,04/21] tcg: plug holes in struct TCGProfile [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - - - --- 2018-10-19 Richard Henderson New
[PULL,v2,05/21] tcg: distribute tcg_time into TCG contexts [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - - - --- 2018-10-19 Richard Henderson New
[PULL,v2,06/21] target/alpha: remove tlb_flush from alpha_cpu_initfn [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 2 - --- 2018-10-19 Richard Henderson New
[PULL,v2,07/21] target/unicore32: remove tlb_flush from uc32_init_fn [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 2 - --- 2018-10-19 Richard Henderson New
[PULL,v2,08/21] exec: introduce tlb_init [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 2 - --- 2018-10-19 Richard Henderson New
[PULL,v2,09/21] cputlb: fix assert_cpu_is_self macro [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 2 - --- 2018-10-19 Richard Henderson New
[PULL,v2,10/21] cputlb: serialize tlb updates with env->tlb_lock [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 1 1 --- 2018-10-19 Richard Henderson New
[PULL,v2,11/21] tcg: Add tlb_index and tlb_entry helpers [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 1 - --- 2018-10-19 Richard Henderson New
[PULL,v2,12/21] tcg: Split CONFIG_ATOMIC128 [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 1 - --- 2018-10-19 Richard Henderson New
[PULL,v2,13/21] target/i386: Convert to HAVE_CMPXCHG128 [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 2 - --- 2018-10-19 Richard Henderson New
[PULL,v2,14/21] target/arm: Convert to HAVE_CMPXCHG128 [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 1 - --- 2018-10-19 Richard Henderson New
[PULL,v2,15/21] target/arm: Check HAVE_CMPXCHG128 at translate time [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 2 - --- 2018-10-19 Richard Henderson New
[PULL,v2,16/21] target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128 [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 1 - --- 2018-10-19 Richard Henderson New
[PULL,v2,17/21] target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128 [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 1 - --- 2018-10-19 Richard Henderson New
[PULL,v2,18/21] target/s390x: Split do_cdsg, do_lpq, do_stpq [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 1 - --- 2018-10-19 Richard Henderson New
[PULL,v2,19/21] target/s390x: Skip wout, cout helpers if op helper does not return [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 1 - --- 2018-10-19 Richard Henderson New
[PULL,v2,20/21] target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translate [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - 1 - --- 2018-10-19 Richard Henderson New
[PULL,v2,21/21] cputlb: read CPUTLBEntry.addr_write atomically [PULL,v2,01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion - - - - --- 2018-10-19 Richard Henderson New
[PULL,v2,00/47] Miscellaneous patches for 2018-10-18 - - - - --- 2018-10-19 Paolo Bonzini New
[v4] hw/arm: Add arm SBSA reference machine [v4] hw/arm: Add arm SBSA reference machine - - - - --- 2018-10-19 Hongbo Zhang New
websock: fix handshake leak websock: fix handshake leak - - 2 - --- 2018-10-19 Marc-André Lureau New
hw/arm/virt: remove unused header files hw/arm/virt: remove unused header files - - - - --- 2018-10-19 Hongbo Zhang New
configure: set cross_cc_FOO from cc, not host_cc configure: set cross_cc_FOO from cc, not host_cc - - 3 1 --- 2018-10-19 Alex Bennée New
[1/2] hw: ccid-card-emulated: introduce clean_event_notifier hw: ccid-card-emulated: fix some resources leak - - - - --- 2018-10-19 Li Qiang New
[2/2] hw: ccid-card-emulated: cleanup resource when realize in error path Untitled series #71685 - - - - --- 2018-10-19 Li Qiang New
tests/migration-test: Disable s390x test when running with TCG tests/migration-test: Disable s390x test when running with TCG - - 2 - --- 2018-10-19 Thomas Huth New
[v3,1/8] crypto: expand algorithm coverage for cipher benchmark crypto: improve performance of XTS cipher mode - - 2 - --- 2018-10-19 Daniel P. Berrangé New
[v3,2/8] crypto: remove code duplication in tweak encrypt/decrypt crypto: improve performance of XTS cipher mode - - 2 - --- 2018-10-19 Daniel P. Berrangé New
[v3,3/8] crypto: introduce a xts_uint128 data type crypto: improve performance of XTS cipher mode - - 1 - --- 2018-10-19 Daniel P. Berrangé New
[v3,4/8] crypto: convert xts_tweak_encdec to use xts_uint128 type crypto: improve performance of XTS cipher mode - - 1 - --- 2018-10-19 Daniel P. Berrangé New
[v3,5/8] crypto: convert xts_mult_x to use xts_uint128 type crypto: improve performance of XTS cipher mode - - 1 - --- 2018-10-19 Daniel P. Berrangé New
[v3,6/8] crypto: annotate xts_tweak_encdec as inlineable crypto: improve performance of XTS cipher mode - - 1 - --- 2018-10-19 Daniel P. Berrangé New
[v3,7/8] crypto: refactor XTS cipher mode test suite crypto: improve performance of XTS cipher mode - - 1 - --- 2018-10-19 Daniel P. Berrangé New
[v3,8/8] crypto: add testing for unaligned buffers with XTS cipher mode crypto: improve performance of XTS cipher mode - - 1 - --- 2018-10-19 Daniel P. Berrangé New
[1/2] linux-headers: update i386/kvm: add support for Hyper-V Enlightened VMCS - - - - --- 2018-10-19 Vitaly Kuznetsov New
[2/2] x86: hv_evmcs CPU flag support i386/kvm: add support for Hyper-V Enlightened VMCS - - - - --- 2018-10-19 Vitaly Kuznetsov New
block: Make more block drivers compile-time configurable block: Make more block drivers compile-time configurable - - - - --- 2018-10-19 Markus Armbruster New
[PULL,v3,00/47] Miscellaneous patches for 2018-10-18 - - - - --- 2018-10-19 Paolo Bonzini New
[PULL,01/47] es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNT [PULL,01/47] es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNT - 1 - - --- 2018-10-19 Paolo Bonzini New
[2,0/3] Linux user for 3.1 patches - - - - --- 2018-10-19 Laurent Vivier New
[2,1/3] linux-user: Check for Linux USBFS in configure [2,1/3] linux-user: Check for Linux USBFS in configure - - 1 - --- 2018-10-19 Laurent Vivier New
[2,2/3] linux-user: Define ordinary usbfs ioctls. [2,1/3] linux-user: Check for Linux USBFS in configure - - 1 - --- 2018-10-19 Laurent Vivier New
[2,3/3] linux-user: Implement special usbfs ioctls. [2,1/3] linux-user: Check for Linux USBFS in configure - - - - --- 2018-10-19 Laurent Vivier New
[PULL,0/3] Linux user for 3.1 patches - - - - --- 2018-10-19 Laurent Vivier New
[PULL,1/3] linux-user: Check for Linux USBFS in configure [PULL,1/3] linux-user: Check for Linux USBFS in configure - - 1 - --- 2018-10-19 Laurent Vivier New
[PULL,2/3] linux-user: Define ordinary usbfs ioctls. [PULL,1/3] linux-user: Check for Linux USBFS in configure - - 1 - --- 2018-10-19 Laurent Vivier New
[PULL,3/3] linux-user: Implement special usbfs ioctls. [PULL,1/3] linux-user: Check for Linux USBFS in configure - - - - --- 2018-10-19 Laurent Vivier New
[v3,01/15] block: Add bdrv_reopen_set_read_only() Don't pass flags to bdrv_reopen_queue() - - 1 - --- 2018-10-19 Alberto Garcia New
[v3,02/15] block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename() Don't pass flags to bdrv_reopen_queue() - - 1 - --- 2018-10-19 Alberto Garcia New
[v3,03/15] block: Use bdrv_reopen_set_read_only() in commit_start/complete() Don't pass flags to bdrv_reopen_queue() - - 1 - --- 2018-10-19 Alberto Garcia New
[v3,04/15] block: Use bdrv_reopen_set_read_only() in bdrv_commit() Don't pass flags to bdrv_reopen_queue() - - 1 - --- 2018-10-19 Alberto Garcia New
[v3,05/15] block: Use bdrv_reopen_set_read_only() in stream_start/complete() Don't pass flags to bdrv_reopen_queue() - - 1 - --- 2018-10-19 Alberto Garcia New
[v3,06/15] block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file() Don't pass flags to bdrv_reopen_queue() - - 1 - --- 2018-10-19 Alberto Garcia New
[v3,07/15] block: Use bdrv_reopen_set_read_only() in external_snapshot_commit() Don't pass flags to bdrv_reopen_queue() - - 1 - --- 2018-10-19 Alberto Garcia New
[v3,08/15] block: Use bdrv_reopen_set_read_only() in the mirror driver Don't pass flags to bdrv_reopen_queue() - - 1 - --- 2018-10-19 Alberto Garcia New
[v3,09/15] block: Drop bdrv_reopen() Don't pass flags to bdrv_reopen_queue() - - 1 - --- 2018-10-19 Alberto Garcia New
[v3,10/15] qemu-io: Put flag changes in the options QDict in reopen_f() Don't pass flags to bdrv_reopen_queue() - - - - --- 2018-10-19 Alberto Garcia New
[v3,11/15] block: Clean up reopen_backing_file() in block/replication.c Don't pass flags to bdrv_reopen_queue() - - - - --- 2018-10-19 Alberto Garcia New
[v3,12/15] block: Remove flags parameter from bdrv_reopen_queue() Don't pass flags to bdrv_reopen_queue() - - 1 - --- 2018-10-19 Alberto Garcia New
[v3,13/15] block: Stop passing flags to bdrv_reopen_queue_child() Don't pass flags to bdrv_reopen_queue() - - - - --- 2018-10-19 Alberto Garcia New
[v3,14/15] block: Remove assertions from update_flags_from_options() Don't pass flags to bdrv_reopen_queue() - - - - --- 2018-10-19 Alberto Garcia New
[v3,15/15] block: Assert that flags are up-to-date in bdrv_reopen_prepare() Don't pass flags to bdrv_reopen_queue() - - - - --- 2018-10-19 Alberto Garcia New
Clear RF on SYSCALL instruction Clear RF on SYSCALL instruction - - - - --- 2018-10-19 Roman Kapl New
MAINTAINERS: remove or downgrade myself to reviewer from some subsystems MAINTAINERS: remove or downgrade myself to reviewer from some subsystems 3 - 1 - --- 2018-10-19 Paolo Bonzini New
hw/core: Move null-machine into the common-obj list hw/core: Move null-machine into the common-obj list - - 1 - --- 2018-10-19 Thomas Huth New
error: Drop bogus "use error_setg() instead" admonitions error: Drop bogus "use error_setg() instead" admonitions - - 1 - --- 2018-10-19 Markus Armbruster New
[v3] oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD [v3] oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD - - 2 - --- 2018-10-19 Brad Smith New
[1/5] configs: Add a CONFIG_OR_IRQ switch for the or-irq device Add more CONFIG switches to make the build more modular - - - - --- 2018-10-19 Thomas Huth New
[2/5] configs: Add a CONFIG_SPLIT_IRQ switch for the split-irq device Add more CONFIG switches to make the build more modular - - - - --- 2018-10-19 Thomas Huth New
[3/5] configs: Add a CONFIG_REGISTER switch for the "register" device Add more CONFIG switches to make the build more modular - - - - --- 2018-10-19 Thomas Huth New
[4/5] configs: Add a CONFIG_UNIMP switch for the "unimplemented-device" Add more CONFIG switches to make the build more modular - - - - --- 2018-10-19 Thomas Huth New
[5/5] configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device Add more CONFIG switches to make the build more modular - - 2 - --- 2018-10-19 Thomas Huth New
[v6,01/11] util: add helper APIs for dealing with inotify in portable manner Add a standard authorization framework - - - - --- 2018-10-19 Daniel P. Berrangé New
[v6,02/11] qom: don't require user creatable objects to be registered Add a standard authorization framework - - 2 1 --- 2018-10-19 Daniel P. Berrangé New
[v6,03/11] hw/usb: don't set IN_ISDIR for inotify watch in MTP driver Add a standard authorization framework - - 2 - --- 2018-10-19 Daniel P. Berrangé New
[v6,04/11] hw/usb: fix const-ness for string params in MTP driver Add a standard authorization framework - - 2 - --- 2018-10-19 Daniel P. Berrangé New
[v6,05/11] hw/usb: switch MTP to use new inotify APIs Add a standard authorization framework - - - - --- 2018-10-19 Daniel P. Berrangé New
[v6,06/11] authz: add QAuthZ object as an authorization base class Add a standard authorization framework - - 2 1 --- 2018-10-19 Daniel P. Berrangé New
[v6,07/11] authz: add QAuthZSimple object type for easy whitelist auth checks Add a standard authorization framework - - 2 - --- 2018-10-19 Daniel P. Berrangé New
[v6,08/11] authz: add QAuthZList object type for an access control list Add a standard authorization framework - - 2 1 --- 2018-10-19 Daniel P. Berrangé New
[v6,09/11] authz: add QAuthZListFile object type for a file access control list Add a standard authorization framework - - 2 - --- 2018-10-19 Daniel P. Berrangé New
[v6,10/11] authz: add QAuthZPAM object type for authorizing using PAM Add a standard authorization framework - - 2 1 --- 2018-10-19 Daniel P. Berrangé New
[v6,11/11] authz: delete existing ACL implementation Add a standard authorization framework - - 1 1 --- 2018-10-19 Daniel P. Berrangé New
[PULL,0/3] Qcrypto next patches - - - - --- 2018-10-19 Daniel P. Berrangé New
[PULL,1/3] crypto: require gnutls >= 3.1.18 for building QEMU [PULL,1/3] crypto: require gnutls >= 3.1.18 for building QEMU - - 1 - --- 2018-10-19 Daniel P. Berrangé New
[PULL,2/3] crypto: require libgcrypt >= 1.5.0 for building QEMU [PULL,1/3] crypto: require gnutls >= 3.1.18 for building QEMU - - 1 - --- 2018-10-19 Daniel P. Berrangé New
[PULL,3/3] crypto: require nettle >= 2.7.1 for building QEMU [PULL,1/3] crypto: require gnutls >= 3.1.18 for building QEMU - - 1 - --- 2018-10-19 Daniel P. Berrangé New
linux-user: Remove dead error-checking code linux-user: Remove dead error-checking code - - 1 - --- 2018-10-19 Peter Maydell New
[v4,01/11] block: Update flags in bdrv_set_read_only() block: Add auto-read-only option - - 2 - --- 2018-10-19 Kevin Wolf New
[v4,02/11] block: Add auto-read-only option block: Add auto-read-only option - - 1 - --- 2018-10-19 Kevin Wolf New
[v4,03/11] rbd: Close image in qemu_rbd_open() error path block: Add auto-read-only option - - 1 - --- 2018-10-19 Kevin Wolf New
[v4,04/11] block: Require auto-read-only for existing fallbacks block: Add auto-read-only option - - 1 - --- 2018-10-19 Kevin Wolf New
[v4,05/11] nbd: Support auto-read-only option block: Add auto-read-only option - - 1 - --- 2018-10-19 Kevin Wolf New
[v4,06/11] file-posix: Support auto-read-only option block: Add auto-read-only option - - 1 - --- 2018-10-19 Kevin Wolf New
[v4,07/11] curl: Support auto-read-only option block: Add auto-read-only option - - 1 - --- 2018-10-19 Kevin Wolf New
[v4,08/11] gluster: Support auto-read-only option block: Add auto-read-only option - - 1 - --- 2018-10-19 Kevin Wolf New
[v4,09/11] iscsi: Support auto-read-only option block: Add auto-read-only option - - 1 - --- 2018-10-19 Kevin Wolf New
[v5,01/14] target/mips: Introduce MXU registers Add limited MXU instruction support - - 1 - --- 2018-10-19 Aleksandar Markovic New
[v5,02/14] target/mips: Define a bit for MXU in insn_flags Add limited MXU instruction support - - - - --- 2018-10-19 Aleksandar Markovic New
« 1 2 ... 2156 2157 21584271 4272 »