Show patches with: Archived = No       |   430333 patches
« 1 2 ... 521 522 5234303 4304 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[07/20] hw/i386: Use generic DeviceState instead of PFlashCFI01 hw: Remove implicit sysbus_mmio_map() from pflash APIs - - 1 - --- 2023-01-04 Philippe Mathieu-Daudé New
[06/20] hw/riscv: Use generic DeviceState instead of PFlashCFI01 hw: Remove implicit sysbus_mmio_map() from pflash APIs - - 2 - --- 2023-01-04 Philippe Mathieu-Daudé New
[05/20] hw/loongarch: Use generic DeviceState instead of PFlashCFI01 hw: Remove implicit sysbus_mmio_map() from pflash APIs - - 1 - --- 2023-01-04 Philippe Mathieu-Daudé New
[04/20] hw/arm: Use generic DeviceState instead of PFlashCFI01 hw: Remove implicit sysbus_mmio_map() from pflash APIs - - 1 - --- 2023-01-04 Philippe Mathieu-Daudé New
[03/20] hw/block: Pass DeviceState to pflash_cfi01_get_memory() hw: Remove implicit sysbus_mmio_map() from pflash APIs - - 1 - --- 2023-01-04 Philippe Mathieu-Daudé New
[02/20] hw/block: Use pflash_cfi01_get_blk() in pflash_cfi01_legacy_drive() hw: Remove implicit sysbus_mmio_map() from pflash APIs - - 1 - --- 2023-01-04 Philippe Mathieu-Daudé New
[01/20] hw/block: Pass DeviceState to pflash_cfi01_get_blk() hw: Remove implicit sysbus_mmio_map() from pflash APIs - - 1 - --- 2023-01-04 Philippe Mathieu-Daudé New
[v7,7/7] mac_newworld: Document deprecation Misc ppc/mac machines clean up - - - - --- 2023-01-04 BALATON Zoltan New
[v7,6/7] mac_newworld: Deprecate mac99 "via" option Misc ppc/mac machines clean up - - - - --- 2023-01-04 BALATON Zoltan New
[v7,5/7] mac_newworld: Deprecate mac99 with G5 CPU Misc ppc/mac machines clean up - - - - --- 2023-01-04 BALATON Zoltan New
[v7,4/7] mac_newworld: Add machine types for different mac99 configs Misc ppc/mac machines clean up - - - - --- 2023-01-04 BALATON Zoltan New
[v7,3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg Misc ppc/mac machines clean up - - - - --- 2023-01-04 BALATON Zoltan New
[v7,2/7] mac_{old,new}world: Use local variable instead of qdev_get_machine() Misc ppc/mac machines clean up - - 3 - --- 2023-01-04 BALATON Zoltan New
[v7,1/7] input/adb: Only include header where needed Misc ppc/mac machines clean up - - 2 - --- 2023-01-04 BALATON Zoltan New
[RFC,27/27] target/arm: don't access TCG code when debugging with KVM target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,26/27] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,25/27] tests: device-introspect-test: cope with ARM TCG-only devices target/arm: Allow CONFIG_TCG=n builds - - - - --- 2023-01-04 Fabiano Rosas New
[RFC,24/27] tests: do not run qom-test on all machines for ARM KVM-only target/arm: Allow CONFIG_TCG=n builds - - - - --- 2023-01-04 Fabiano Rosas New
[RFC,23/27] tests: do not run test-hmp on all machines for ARM KVM-only target/arm: Allow CONFIG_TCG=n builds - - - - --- 2023-01-04 Fabiano Rosas New
[RFC,22/27] target/arm: Move hflags code into the tcg directory target/arm: Allow CONFIG_TCG=n builds - - - - --- 2023-01-04 Fabiano Rosas New
[RFC,21/27] target/arm: make further preparation for the exception code to move target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,20/27] target/arm: Move cpregs definitions into tcg/cpregs.c target/arm: Allow CONFIG_TCG=n builds - - - - --- 2023-01-04 Fabiano Rosas New
[RFC,19/27] target/arm: Move common cpregs code into a separate file target/arm: Allow CONFIG_TCG=n builds - - - - --- 2023-01-04 Fabiano Rosas New
[RFC,18/27] target/arm: Move cpregs code out of cpu.h target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,17/27] target/arm: Extract cpustate list manipulation to a file target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,16/27] target/arm: only build psci for TCG target/arm: Allow CONFIG_TCG=n builds - - 2 - --- 2023-01-04 Fabiano Rosas New
[RFC,15/27] target/arm: move helpers to tcg/ target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,14/27] target/arm: Move regime_using_lpae_format into internal.h target/arm: Allow CONFIG_TCG=n builds - - - - --- 2023-01-04 Fabiano Rosas New
[RFC,13/27] target/arm: move translate modules to tcg/ target/arm: Allow CONFIG_TCG=n builds - - 3 - --- 2023-01-04 Fabiano Rosas New
[RFC,12/27] target/arm: Add tcg/meson.build target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,11/27] target/arm: only perform TCG cpu and machine inits if TCG enabled target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,10/27] target/arm: Move PC alignment check target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,09/27] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled() target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,08/27] target/arm: wrap psci call with tcg_enabled target/arm: Allow CONFIG_TCG=n builds - - 1 - --- 2023-01-04 Fabiano Rosas New
[RFC,07/27] target/arm: rename handle_semihosting to tcg_handle_semihosting target/arm: Allow CONFIG_TCG=n builds - - 2 - --- 2023-01-04 Fabiano Rosas New
[RFC,06/27] target/arm: cleanup cpu includes target/arm: Allow CONFIG_TCG=n builds 1 - 2 - --- 2023-01-04 Fabiano Rosas New
[RFC,05/27] target/arm: Remove unused includes from helper.c target/arm: Allow CONFIG_TCG=n builds - - 2 - --- 2023-01-04 Fabiano Rosas New
[RFC,04/27] target/arm: Remove unused includes from m_helper.c target/arm: Allow CONFIG_TCG=n builds - - 2 - --- 2023-01-04 Fabiano Rosas New
[RFC,03/27] target/arm: Fix checkpatch brace errors in helper.c target/arm: Allow CONFIG_TCG=n builds - - 2 - --- 2023-01-04 Fabiano Rosas New
[RFC,02/27] target/arm: Fix checkpatch space errors in helper.c target/arm: Allow CONFIG_TCG=n builds - - 2 - --- 2023-01-04 Fabiano Rosas New
[RFC,01/27] target/arm: Fix checkpatch comment style warnings in helper.c target/arm: Allow CONFIG_TCG=n builds - - 2 - --- 2023-01-04 Fabiano Rosas New
[PULL,5/5] python: add 3.11 to supported list [PULL,1/5] python/machine: Add debug logging to key state changes - - 1 - --- 2023-01-04 John Snow New
[PULL,4/5] iotests/check: Fix typing for sys.exit() value [PULL,1/5] python/machine: Add debug logging to key state changes - - 1 - --- 2023-01-04 John Snow New
[PULL,3/5] Python: fix flake8 config [PULL,1/5] python/machine: Add debug logging to key state changes - - 1 - --- 2023-01-04 John Snow New
[PULL,2/5] python/machine: Handle termination cases without QMP [PULL,1/5] python/machine: Add debug logging to key state changes - - - - --- 2023-01-04 John Snow New
[PULL,1/5] python/machine: Add debug logging to key state changes [PULL,1/5] python/machine: Add debug logging to key state changes - - - - --- 2023-01-04 John Snow New
[PULL,0/5] Python patches - - - - --- 2023-01-04 John Snow New
block-backend: fix virtio-scsi assertion failure with blk_drain_noref() block-backend: fix virtio-scsi assertion failure with blk_drain_noref() - - - - --- 2023-01-04 Stefan Hajnoczi New
hw/core: Introduce proxy-pic hw/core: Introduce proxy-pic - - 1 - --- 2023-01-04 Bernhard Beschow New
target/arm: Fix sve_probe_page target/arm: Fix sve_probe_page - - 1 - --- 2023-01-04 Richard Henderson New
hw/timer/ibex: fix register addresses hw/timer/ibex: fix register addresses - - - - --- 2023-01-04 Andrew Zoghby New
ARM: ptw.c:S1_ptw_translate ARM: ptw.c:S1_ptw_translate - - - - --- 2023-01-04 Sid Manning New
[1/1] vhost-scsi: fix memleak of vsc->inflight [1/1] vhost-scsi: fix memleak of vsc->inflight - 1 - - --- 2023-01-04 Dongli Zhang New
[v2,6/6] hw/isa/piix: Resolve redundant TYPE_PIIX3_XEN_DEVICE Resolve TYPE_PIIX3_XEN_DEVICE - - - 1 --- 2023-01-04 Bernhard Beschow New
[v2,5/6] hw/isa/piix: Resolve redundant k->config_write assignments Resolve TYPE_PIIX3_XEN_DEVICE - - 1 - --- 2023-01-04 Bernhard Beschow New
[v2,4/6] hw/isa/piix: Avoid Xen-specific variant of piix_write_config() Resolve TYPE_PIIX3_XEN_DEVICE - - - - --- 2023-01-04 Bernhard Beschow New
[v2,3/6] hw/isa/piix: Wire up Xen PCI IRQ handling outside of PIIX3 Resolve TYPE_PIIX3_XEN_DEVICE - - 1 - --- 2023-01-04 Bernhard Beschow New
[v2,2/6] hw/isa/piix: Reuse piix3_realize() in piix3_xen_realize() Resolve TYPE_PIIX3_XEN_DEVICE - - - - --- 2023-01-04 Bernhard Beschow New
[v2,1/6] include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq() Resolve TYPE_PIIX3_XEN_DEVICE - - 1 - --- 2023-01-04 Bernhard Beschow New
[v2,4/4] target/m68k: fix FPSR quotient byte for frem instruction target/m68k: fix FPSR quotient byte for fmod and frem - 1 2 - --- 2023-01-04 Mark Cave-Ayland New
[v2,3/4] target/m68k: fix FPSR quotient byte for fmod instruction target/m68k: fix FPSR quotient byte for fmod and frem - - 2 - --- 2023-01-04 Mark Cave-Ayland New
[v2,2/4] target/m68k: pass sign directly into make_quotient() target/m68k: fix FPSR quotient byte for fmod and frem - - 2 - --- 2023-01-04 Mark Cave-Ayland New
[v2,1/4] target/m68k: pass quotient directly into make_quotient() target/m68k: fix FPSR quotient byte for fmod and frem - - 2 - --- 2023-01-04 Mark Cave-Ayland New
[6/6] tests/avocado: Add tests booting YAMON ROM on MIPS Malta machines hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts - - - - --- 2023-01-04 Philippe Mathieu-Daudé New
[5/6] hw/mips/gt64xxx_pci: Endian-swap using PCI_HOST_BRIDGE MemoryRegionOps hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts - - - - --- 2023-01-04 Philippe Mathieu-Daudé New
[4/6] hw/mips/gt64xxx_pci: Accumulate address space changes hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts - - - - --- 2023-01-04 Philippe Mathieu-Daudé New
[3/6] hw/mips/malta: Trace FPGA LEDs/ASCII display updates hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts - - - - --- 2023-01-04 Philippe Mathieu-Daudé New
[2/6] hw/mips/malta: Split FPGA LEDs/ASCII display updates hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts - - - - --- 2023-01-04 Philippe Mathieu-Daudé New
[1/6] hw/pci/pci_host: Trace config accesses on unexisting functions hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts - - - - --- 2023-01-04 Philippe Mathieu-Daudé New
.gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs .gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs - - 2 - --- 2023-01-04 Thomas Huth New
hw/net/can: Add mcp25625 model hw/net/can: Add mcp25625 model - - 1 - --- 2023-01-04 Ben Dooks New
[5/5] s390x/pv: Move check on hugepage under s390_pv_guest_check() s390x/pv: Improve protected VM support - - 1 - --- 2023-01-04 Cédric Le Goater New
[4/5] s390x/pv: Introduce a s390_pv_check() helper for runtime s390x/pv: Improve protected VM support - - - - --- 2023-01-04 Cédric Le Goater New
[3/5] s390x/pv: Check for support on the host s390x/pv: Improve protected VM support - - 1 - --- 2023-01-04 Cédric Le Goater New
[2/5] s390x/pv: Implement CGS check handler s390x/pv: Improve protected VM support - - - - --- 2023-01-04 Cédric Le Goater New
[1/5] confidential guest support: Introduce a 'check' class handler s390x/pv: Improve protected VM support - - 1 - --- 2023-01-04 Cédric Le Goater New
tests/qemu-iotests/312: Mark "quorum" as required driver tests/qemu-iotests/312: Mark "quorum" as required driver - - 2 - --- 2023-01-04 Thomas Huth New
tests/qemu-iotests/262: Check for availability of "blkverify" first tests/qemu-iotests/262: Check for availability of "blkverify" first - - 1 - --- 2023-01-04 Thomas Huth New
acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block - 1 1 2 --- 2023-01-04 Laszlo Ersek New
[v5,3/3] hw/intc/loongarch_pch: Change default irq number of pch irq controller Add irq number property for loongarch pch interrupt controller - - 1 - --- 2023-01-04 Tianrui Zhao New
[v5,2/3] hw/intc/loongarch_pch_pic: add irq number property Add irq number property for loongarch pch interrupt controller - - 1 - --- 2023-01-04 Tianrui Zhao New
[v5,1/3] hw/intc/loongarch_pch_msi: add irq number property Add irq number property for loongarch pch interrupt controller - - 1 - --- 2023-01-04 Tianrui Zhao New
Windows installer: keep dependency cache Windows installer: keep dependency cache - - 1 - --- 2023-01-03 Arthur Sengileyev New
[RFC,40/40] target/arm: Move "pmu" to class property Toward class init of cpu features - - - - --- 2023-01-03 Richard Henderson New
[RFC,39/40] target/arm: Move "has-mpu" and "pmsav7-dregion" to class properties Toward class init of cpu features - - - - --- 2023-01-03 Richard Henderson New
[RFC,38/40] target/arm: Move "vfp" and "neon" to class properties Toward class init of cpu features - - - - --- 2023-01-03 Richard Henderson New
[RFC,37/40] target/arm: Move "cfgend" to class property Toward class init of cpu features - - 1 - --- 2023-01-03 Richard Henderson New
[RFC,36/40] target/arm: Move "has_el3" to class property Toward class init of cpu features - - - - --- 2023-01-03 Richard Henderson New
[RFC,35/40] target/arm: Move "has_el2" to class property Toward class init of cpu features - - - - --- 2023-01-03 Richard Henderson New
[RFC,34/40] target/arm: Move "reset-hivecs" to class property Toward class init of cpu features - - - - --- 2023-01-03 Richard Henderson New
[RFC,33/40] target/arm: Move "cntfrq" to class property Toward class init of cpu features - - 1 - --- 2023-01-03 Richard Henderson New
[RFC,32/40] target/arm: Move "midr" to class property Toward class init of cpu features - - 1 - --- 2023-01-03 Richard Henderson New
[RFC,31/40] target/arm: Get and set class properties in the monitor Toward class init of cpu features - - - - --- 2023-01-03 Richard Henderson New
[RFC,30/40] target/arm: Move feature bit propagation to class init Toward class init of cpu features - - - - --- 2023-01-03 Richard Henderson New
[RFC,29/40] target/arm: Remove m-profile has_vfp and has_dsp properties Toward class init of cpu features - - - - --- 2023-01-03 Richard Henderson New
[RFC,28/40] target/arm: Split out xscale*_class_init Toward class init of cpu features - - 1 - --- 2023-01-03 Richard Henderson New
[RFC,27/40] target/arm: Split out strongarm_class_init Toward class init of cpu features - - 1 - --- 2023-01-03 Richard Henderson New
[RFC,26/40] target/arm: Rename 'cpu' to 'acc' in class init functions Toward class init of cpu features - - 1 - --- 2023-01-03 Richard Henderson New
[RFC,25/40] target/arm/hvf: Use offsetof in hvf_arm_get_host_cpu_features Toward class init of cpu features - - - - --- 2023-01-03 Richard Henderson New
[RFC,24/40] target/arm/hvf: Probe host into ARMCPUClass Toward class init of cpu features - - 1 - --- 2023-01-03 Richard Henderson New
« 1 2 ... 521 522 5234303 4304 »