Show patches with: State = Action Required       |    Archived = No       |   427051 patches
« 1 2 ... 630 631 6324270 4271 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,v1,02/10] i386: move whpx accel files to accel/whpx/ i386 cleanup - - - - --- 2020-11-09 Claudio Fontana New
[RFC,v1,01/10] i386: move kvm accel files into accel/kvm/ i386 cleanup - - - - --- 2020-11-09 Claudio Fontana New
hax: unbreak accelerator cpu code after cpus.c split hax: unbreak accelerator cpu code after cpus.c split - 1 1 - --- 2020-10-16 Claudio Fontana New
[v3,3/3] accel/tcg: rename tcg-cpus functions to match module name tcg-cpus: split into 3 tcg variants - - 1 - --- 2020-10-15 Claudio Fontana New
[v3,2/3] accel/tcg: split tcg_start_vcpu_thread tcg-cpus: split into 3 tcg variants - - - - --- 2020-10-15 Claudio Fontana New
[v3,1/3] accel/tcg: split CpusAccel into three TCG variants tcg-cpus: split into 3 tcg variants - - 2 - --- 2020-10-15 Claudio Fontana New
[v2,3/3] accel/tcg: rename tcg-cpus functions to match module name tcg-cpus: split into 3 tcg variants - - 1 - --- 2020-10-14 Claudio Fontana New
[v2,2/3] accel/tcg: split tcg_start_vcpu_thread tcg-cpus: split into 3 tcg variants - - - - --- 2020-10-14 Claudio Fontana New
[v2,1/3] accel/tcg: split CpusAccel into three TCG variants tcg-cpus: split into 3 tcg variants - - 2 - --- 2020-10-14 Claudio Fontana New
[RFC,v1,2/2] accel/tcg: split tcg_start_vcpu_thread tcg-cpus: split into 3 tcg variants - - - - --- 2020-10-14 Claudio Fontana New
[RFC,v1,1/2] accel/tcg: split CpusAccel into three TCG variants tcg-cpus: split into 3 tcg variants - - - - --- 2020-10-14 Claudio Fontana New
[v4,3/3] replay: do not build if TCG is not available unbreak non-tcg builds - - - - --- 2020-10-13 Claudio Fontana New
[v4,2/3] qtest: unbreak non-TCG builds in bios-tables-test unbreak non-tcg builds 1 - - - --- 2020-10-13 Claudio Fontana New
[v4,1/3] tests/Makefile.include: unbreak non-tcg builds unbreak non-tcg builds - - - - --- 2020-10-13 Claudio Fontana New
[v3,3/3] replay: do not build if TCG is not available unbreak non-tcg builds - - - - --- 2020-10-13 Claudio Fontana New
[v3,2/3] qtest: unbreak non-TCG builds in bios-tables-test unbreak non-tcg builds 1 - - - --- 2020-10-13 Claudio Fontana New
[v3,1/3] tests/Makefile.include: unbreak non-tcg builds unbreak non-tcg builds - - - - --- 2020-10-13 Claudio Fontana New
[v2,3/3] replay: do not build if TCG is not available unbreak non-tcg builds - - - - --- 2020-10-12 Claudio Fontana New
[v2,2/3] qtest: unbreak non-TCG builds in bios-tables-test unbreak non-tcg builds 1 - - - --- 2020-10-12 Claudio Fontana New
[v2,1/3] tests/Makefile.include: unbreak non-tcg builds unbreak non-tcg builds - - - - --- 2020-10-12 Claudio Fontana New
[RFC,v1,4/4] replay: do not build if TCG is not available unbreak non-tcg builds - - - - --- 2020-10-09 Claudio Fontana New
[RFC,v1,3/4] qtest: do not build ide-test if TCG is not available unbreak non-tcg builds - - - - --- 2020-10-09 Claudio Fontana New
[RFC,v1,2/4] qtest: unbreak non-TCG builds in bios-tables-test unbreak non-tcg builds 1 - - - --- 2020-10-09 Claudio Fontana New
[RFC,v1,1/4] tests/Makefile.include: unbreak non-tcg builds unbreak non-tcg builds - - - - --- 2020-10-09 Claudio Fontana New
[v8,17/17] accel/tcg: use current_machine as it is always set for softmmu [v8,01/17] cpu-timers, icount: new modules - - 1 - --- 2020-09-16 Claudio Fontana New
[v8,16/17] kvm: remove kvm specific functions from global includes [v8,01/17] cpu-timers, icount: new modules - - 1 - --- 2020-09-16 Claudio Fontana New
[v8,15/17] hax: remove hax specific functions from global includes [v8,01/17] cpu-timers, icount: new modules - - 1 - --- 2020-09-16 Claudio Fontana New
[v8,14/17] whpx: remove whpx specific functions from global includes [v8,01/17] cpu-timers, icount: new modules - - 1 - --- 2020-09-16 Claudio Fontana New
[v8,13/17] hvf: remove hvf specific functions from global includes [v8,01/17] cpu-timers, icount: new modules - - 2 - --- 2020-09-16 Claudio Fontana New
[v8,12/17] cpus: add handle_interrupt to the CpusAccel interface [v8,01/17] cpu-timers, icount: new modules - - 1 - --- 2020-09-16 Claudio Fontana New
[v8,11/17] cpus: remove checks for non-NULL cpus_accel [v8,01/17] cpu-timers, icount: new modules - - 1 - --- 2020-09-16 Claudio Fontana New
[v8,10/17] cpus: cleanup now unneeded includes [v8,01/17] cpu-timers, icount: new modules - - 2 - --- 2020-09-16 Claudio Fontana New
[v8,09/17] cpus: extract out hvf-specific code to target/i386/hvf/ [v8,01/17] cpu-timers, icount: new modules - - 2 - --- 2020-09-16 Claudio Fontana New
[v8,08/17] cpus: extract out whpx-specific code to target/i386/ [v8,01/17] cpu-timers, icount: new modules - - 1 - --- 2020-09-16 Claudio Fontana New
[v8,07/17] cpus: extract out hax-specific code to target/i386/ [v8,01/17] cpu-timers, icount: new modules - - 1 - --- 2020-09-16 Claudio Fontana New
[v8,06/17] cpus: extract out kvm-specific code to accel/kvm [v8,01/17] cpu-timers, icount: new modules - - 2 1 --- 2020-09-16 Claudio Fontana New
[v8,05/17] cpus: extract out qtest-specific code to accel/qtest [v8,01/17] cpu-timers, icount: new modules - - 1 - --- 2020-09-16 Claudio Fontana New
[v8,04/17] cpus: extract out TCG-specific code to accel/tcg [v8,01/17] cpu-timers, icount: new modules - - 3 1 --- 2020-09-16 Claudio Fontana New
[v8,03/17] cpus: prepare new CpusAccel cpu accelerator interface [v8,01/17] cpu-timers, icount: new modules - - 1 - --- 2020-09-16 Claudio Fontana New
[v8,02/17] icount: rename functions to be consistent with the module name [v8,01/17] cpu-timers, icount: new modules - - 2 - --- 2020-09-16 Claudio Fontana New
[v8,01/17] cpu-timers, icount: new modules [v8,01/17] cpu-timers, icount: new modules - - 2 - --- 2020-09-16 Claudio Fontana New
[v8,00/17] QEMU cpus.c refactoring part2 - - - - --- 2020-09-16 Claudio Fontana New
[v7,16/16] kvm: remove kvm specific functions from global includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-03 Claudio Fontana New
[v7,15/16] hax: remove hax specific functions from global includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-03 Claudio Fontana New
[v7,14/16] whpx: remove whpx specific functions from global includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-03 Claudio Fontana New
[v7,13/16] hvf: remove hvf specific functions from global includes QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-03 Claudio Fontana New
[v7,12/16] cpus: add handle_interrupt to the CpusAccel interface QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-03 Claudio Fontana New
[v7,11/16] cpus: remove checks for non-NULL cpus_accel QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-03 Claudio Fontana New
[v7,10/16] cpus: cleanup now unneeded includes QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-03 Claudio Fontana New
[v7,09/16] cpus: extract out hvf-specific code to target/i386/hvf/ QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-03 Claudio Fontana New
[v7,08/16] cpus: extract out whpx-specific code to target/i386/ QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-03 Claudio Fontana New
[v7,07/16] cpus: extract out hax-specific code to target/i386/ QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-03 Claudio Fontana New
[v7,06/16] cpus: extract out kvm-specific code to accel/kvm QEMU cpus.c refactoring part2 - - 2 1 --- 2020-09-03 Claudio Fontana New
[v7,05/16] cpus: extract out qtest-specific code to accel/qtest QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-03 Claudio Fontana New
[v7,04/16] cpus: extract out TCG-specific code to accel/tcg QEMU cpus.c refactoring part2 - - 3 1 --- 2020-09-03 Claudio Fontana New
[v7,03/16] cpus: prepare new CpusAccel cpu accelerator interface QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-03 Claudio Fontana New
[v7,02/16] icount: rename functions to be consistent with the module name QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-03 Claudio Fontana New
[v7,01/16] cpu-timers, icount: new modules QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-03 Claudio Fontana New
[v6,16/16] kvm: remove kvm specific functions from global includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-01 Claudio Fontana New
[v6,15/16] hax: remove hax specific functions from global includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-01 Claudio Fontana New
[v6,14/16] whpx: remove whpx specific functions from global includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-01 Claudio Fontana New
[v6,13/16] hvf: remove hvf specific functions from global includes QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-01 Claudio Fontana New
[v6,12/16] cpus: add handle_interrupt to the CpusAccel interface QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-01 Claudio Fontana New
[v6,11/16] cpus: remove checks for non-NULL cpus_accel QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-01 Claudio Fontana New
[v6,10/16] cpus: cleanup now unneeded includes QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-01 Claudio Fontana New
[v6,09/16] cpus: extract out hvf-specific code to target/i386/hvf/ QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-01 Claudio Fontana New
[v6,08/16] cpus: extract out whpx-specific code to target/i386/ QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-01 Claudio Fontana New
[v6,07/16] cpus: extract out hax-specific code to target/i386/ QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-01 Claudio Fontana New
[v6,06/16] cpus: extract out kvm-specific code to accel/kvm QEMU cpus.c refactoring part2 - - 2 1 --- 2020-09-01 Claudio Fontana New
[v6,05/16] cpus: extract out qtest-specific code to accel/qtest QEMU cpus.c refactoring part2 - - 1 - --- 2020-09-01 Claudio Fontana New
[v6,04/16] cpus: extract out TCG-specific code to accel/tcg QEMU cpus.c refactoring part2 - - 3 1 --- 2020-09-01 Claudio Fontana New
[v6,03/16] cpus: prepare new CpusAccel cpu accelerator interface QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-01 Claudio Fontana New
[v6,02/16] icount: rename functions to be consistent with the module name QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-01 Claudio Fontana New
[v6,01/16] cpu-timers, icount: new modules QEMU cpus.c refactoring part2 - - 2 - --- 2020-09-01 Claudio Fontana New
[v5,14/14] kvm: remove kvm specific functions from global includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-08-12 Claudio Fontana New
[v5,13/14] hax: remove hax specific functions from global includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-08-12 Claudio Fontana New
[v5,12/14] whpx: remove whpx specific functions from global includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-08-12 Claudio Fontana New
[v5,11/14] hvf: remove hvf specific functions from global includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-08-12 Claudio Fontana New
[v5,10/14] cpus: add handle_interrupt to the CpusAccel interface QEMU cpus.c refactoring part2 - - - - --- 2020-08-12 Claudio Fontana New
[v5,09/14] cpus: cleanup now unneeded includes QEMU cpus.c refactoring part2 - - 1 - --- 2020-08-12 Claudio Fontana New
[v5,08/14] cpus: extract out hvf-specific code to target/i386/hvf/ QEMU cpus.c refactoring part2 - - 2 - --- 2020-08-12 Claudio Fontana New
[v5,07/14] cpus: extract out whpx-specific code to target/i386/ QEMU cpus.c refactoring part2 - - 1 - --- 2020-08-12 Claudio Fontana New
[v5,06/14] cpus: extract out hax-specific code to target/i386/ QEMU cpus.c refactoring part2 - - 1 - --- 2020-08-12 Claudio Fontana New
[v5,05/14] cpus: extract out kvm-specific code to accel/kvm QEMU cpus.c refactoring part2 - - 2 1 --- 2020-08-12 Claudio Fontana New
[v5,04/14] cpus: extract out qtest-specific code to accel/qtest QEMU cpus.c refactoring part2 - - - - --- 2020-08-12 Claudio Fontana New
[v5,03/14] cpus: extract out TCG-specific code to accel/tcg QEMU cpus.c refactoring part2 - - 1 1 --- 2020-08-12 Claudio Fontana New
[v5,02/14] cpus: prepare new CpusAccel cpu accelerator interface QEMU cpus.c refactoring part2 - - - - --- 2020-08-12 Claudio Fontana New
[v5,01/14] cpu-timers, icount: new modules QEMU cpus.c refactoring part2 - - 1 - --- 2020-08-12 Claudio Fontana New
[RFC,v4,14/14] kvm: remove kvm specific functions from global includes QEMU cpus.c refactoring part2 - - - - --- 2020-08-11 Claudio Fontana New
[RFC,v4,13/14] hax: remove hax specific functions from global includes QEMU cpus.c refactoring part2 - - - - --- 2020-08-11 Claudio Fontana New
[RFC,v4,12/14] whpx: remove whpx specific functions from global includes QEMU cpus.c refactoring part2 - - - - --- 2020-08-11 Claudio Fontana New
[RFC,v4,11/14] hvf: remove hvf specific functions from global includes QEMU cpus.c refactoring part2 - - - - --- 2020-08-11 Claudio Fontana New
[RFC,v4,10/14] cpus: add handle_interrupt to the CpusAccel interface QEMU cpus.c refactoring part2 - - - - --- 2020-08-11 Claudio Fontana New
[RFC,v4,09/14] cpus: cleanup now unneeded includes QEMU cpus.c refactoring part2 - - - - --- 2020-08-11 Claudio Fontana New
[RFC,v4,08/14] cpus: extract out hvf-specific code to target/i386/hvf/ QEMU cpus.c refactoring part2 - - 1 - --- 2020-08-11 Claudio Fontana New
[RFC,v4,07/14] cpus: extract out whpx-specific code to target/i386/ QEMU cpus.c refactoring part2 - - - - --- 2020-08-11 Claudio Fontana New
[RFC,v4,06/14] cpus: extract out hax-specific code to target/i386/ QEMU cpus.c refactoring part2 - - - - --- 2020-08-11 Claudio Fontana New
[RFC,v4,05/14] cpus: extract out kvm-specific code to accel/kvm QEMU cpus.c refactoring part2 - - 1 1 --- 2020-08-11 Claudio Fontana New
[RFC,v4,04/14] cpus: extract out qtest-specific code to accel/qtest QEMU cpus.c refactoring part2 - - - - --- 2020-08-11 Claudio Fontana New
[RFC,v4,03/14] cpus: extract out TCG-specific code to accel/tcg QEMU cpus.c refactoring part2 - - 1 1 --- 2020-08-11 Claudio Fontana New
« 1 2 ... 630 631 6324270 4271 »