Show patches with: Archived = No       |   432735 patches
« 1 2 ... 477 478 4794327 4328 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[11/30] qdev: HotplugHandler: provide unplug callback - - 1 - --- 2014-09-24 Igor Mammedov New
[11/30] qdev: use a wrapper to access reset and promote reset to a class method - - - - --- 2012-01-03 Anthony Liguori New
[11/30] qmp-commands: move 'migrate_set_speed' doc to schema - - - - --- 2016-09-22 Marc-André Lureau New
[11/30] qmp-commands: move 'query-migrate' doc to schema - - - - --- 2016-09-13 Marc-André Lureau New
[11/30] rcu: add rcutorture - - - - --- 2013-06-28 Paolo Bonzini New
[11/30] scsi: add xfer mode - - - - --- 2009-11-26 Gerd Hoffmann New
[11/30] tcg/loongarch: Implement sign-/zero-extension ops 64-bit LoongArch port of QEMU TCG - - 1 - --- 2021-09-20 WANG Xuerui New
[11/30] usb network: use new descriptor infrastructure. - - - - --- 2010-12-17 Gerd Hoffmann New
[11/30] virtio-rng: switch exit callback to VirtioDeviceClass - - - - --- 2013-11-29 Paolo Bonzini New
[11/30] virtiofsd: fuse: Make iov_length usable outside fuse_lowlevel.c virtiofs daemon (base) - - - - --- 2019-10-21 Dr. David Alan Gilbert New
[11/31] Only compile qdev_addr when one target uses it - - - - --- 2009-10-07 Juan Quintela Accepted
[11/31] PPC: e500: dt: create /cpus node dynamically - - - - --- 2012-06-19 Alexander Graf New
[11/31] PPC: e500: dt: create /cpus node dynamically - - - - --- 2012-06-05 Alexander Graf New
[11/31] block/raw: Fix to forward method bdrv_media_changed() - - - - --- 2011-09-06 Kevin Wolf New
[11/31] block: Add .bdrv_co_block_status() callback - - - - --- 2017-04-18 Eric Blake New
[11/31] e1000e: Remove pending interrupt flags Introduce igb - - - - --- 2023-01-12 Akihiko Odaki New
[11/31] ehci: fix a number of unused-but-set-variable warnings (new with gcc-4.6) - - - - --- 2011-06-06 Gerd Hoffmann New
[11/31] kvm: x86: Prevent sign extension of DR7 in guest debugging mode - - - - --- 2011-01-24 Marcelo Tosatti New
[11/31] migration: Fix !replay_can_snapshot() error handling Replace some unwise uses of error_report() & friends - 1 1 - --- 2018-10-08 Markus Armbruster New
[11/31] openpic: fix debug prints - - - - --- 2013-01-07 Alexander Graf New
[11/31] plugins: Check if vCPU is realized September maintainer omnibus (tests, gdbstub, plugins) - 1 - - --- 2023-09-25 Alex Bennée New
[11/31] qcow2: Remove BDS parameter from qcow2_cache_is_table_offset() Allow configuring the qcow2 L2 cache entry size - - - - --- 2017-10-12 Alberto Garcia New
[11/31] qom: add object_property_add_const_link - - 1 - --- 2015-05-11 Paolo Bonzini New
[11/31] ram: Remove unused pages_skiped variable - - 1 - --- 2017-03-15 Juan Quintela New
[11/31] target/arm: Implement SVE2 integer add/subtract long target/arm: SVE2, part 1 - - - - --- 2020-03-26 Richard Henderson New
[11/31] target/loongarch: Add stabletimer support Add Loongarch softmmu support. - - - - --- 2021-10-19 Xiaojuan Yang New
[11/31] target/s390x: Use unwind data for helper_mvpg - - 2 - --- 2017-05-23 Richard Henderson New
[11/31] tcg: Allocate TCGTemp pairs in host memory order tcg: Support for Int128 with helpers - - - - --- 2022-10-20 Richard Henderson New
[11/31] usb/ehci: seperate out PCIisms - - - - --- 2012-11-01 Gerd Hoffmann New
[11/31] vhost: Add vhost_svq_valid_device_features to shadow vq vDPA shadow virtqueue - - - - --- 2022-01-21 Eugenio Perez Martin New
[11/31] vnc: use DIV_ROUND_UP - - - - --- 2017-06-22 Marc-André Lureau New
[11/32] Replace qemu_real_host_page variables with inlined functions Misc cleanups - - 1 - --- 2022-03-23 Marc-André Lureau New
[11/32] Revert "irq: introduce qemu_irq_proxy()" hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge - - 1 - --- 2019-10-15 Philippe Mathieu-Daudé New
[11/32] block: bdrv_create(): don't leak cco.filename on error - - 1 - --- 2012-10-24 Kevin Wolf New
[11/32] bsd-user: Get number of cpus. bsd-user: Implement freebsd process related system calls. - - - - --- 2023-08-27 Karim Taha New
[11/32] ehci: Don't call commit_irq after raising PCD - - - - --- 2013-01-08 Gerd Hoffmann New
[11/32] hd-geometry: Factor out guess_chs_for_size() - - - - --- 2012-07-06 Markus Armbruster New
[11/32] hd-geometry: Factor out guess_chs_for_size() - - - - --- 2012-06-29 Markus Armbruster New
[11/32] hw/core: Introduce proxy-pic Consolidate PIIX south bridges - - - - --- 2022-12-04 Bernhard Beschow New
[11/32] hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handler hw/sd: eMMC support - - 1 - --- 2023-07-03 Cédric Le Goater New
[11/32] i386: Add feature control MSR dependency when SGX is enabled Qemu SGX virtualization - - - - --- 2021-04-19 Yang Zhong New
[11/32] intc/openpic_kvm: Fix QOM and build issues - - - - --- 2013-06-30 Alexander Graf New
[11/32] janitor: do not include qemu-char everywhere - - - - --- 2012-10-24 Paolo Bonzini New
[11/32] net: move Bluetooth stuff out of net.h - - - - --- 2012-12-17 Paolo Bonzini New
[11/32] net: move Bluetooth stuff out of net.h - - - - --- 2012-12-06 Paolo Bonzini New
[11/32] plugins: Use translator_st for qemu_plugin_insn_data accel/tcg: Improve disassembly for target and plugin - - - - --- 2024-04-05 Richard Henderson New
[11/32] ppc: Don't update the NIP in floating point generated code - - - - --- 2016-07-26 Benjamin Herrenschmidt New
[11/32] qdev/prop: convert iommu.c to helper macros. - - - - --- 2009-08-03 Gerd Hoffmann Superseded
[11/32] qmp qemu-ga: Fix qemu-ga not to accept "control" qmp: Fixes and cleanups around OOB commands - - 1 - --- 2018-07-02 Markus Armbruster New
[11/32] qom: Move HMP commands from monitor/ to qom/ Move and clean up monitor command code - - 1 - --- 2023-01-24 Markus Armbruster New
[11/32] scsi-disk: split scsi-disk reqops - - - - --- 2012-07-27 Paolo Bonzini New
[11/32] spapr_iommu: Give unique QOM name to TCE table - - - - --- 2015-05-01 David Gibson New
[11/32] target-arm: Convert performance monitor registers - - - - --- 2012-04-15 Peter Maydell New
[11/32] vmdk: Fix vmdk_parse_extents - - - - --- 2013-12-04 Michael Roth New
[11/32] vmstate: port pxa2xx_keypad - - - - --- 2011-03-10 Juan Quintela New
[11/33] Define safe_fcntl macro in bsd-user/syscall_defs.h Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-08 Karim Taha New
[11/33] hw/cpu/arm: Have A9MPCORE/A15MPCORE inheritate common CORTEX_MPCORE_PRIV hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv - - 1 - --- 2023-12-12 Philippe Mathieu-Daudé New
[11/33] include/hw/core: Move do_interrupt in TCGCPUOps tcg patch queue, pre-pull - - - - --- 2024-01-28 Richard Henderson New
[11/33] linux-user: Split out execve linux-user: Begin splitting do_syscall - - - - --- 2018-06-01 Richard Henderson New
[11/33] migration: Remove qemu_host_page_size linux-user: Improve host and guest page size handling - - - - --- 2023-08-18 Richard Henderson New
[11/33] migration: push Error **errp into ram_postcopy_incoming_init() migration: capture error reports into Error object - - - - --- 2021-02-04 Daniel P. Berrangé New
[11/33] pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idx - - - - --- 2016-05-17 Igor Mammedov New
[11/33] pci: fix 'hotplugglable' property behavior pci(pc/q35): acpi-index support on non-hotpluggable slots - - - - --- 2023-02-24 Igor Mammedov New
[11/33] spapr_iommu: Give unique QOM name to TCE table - - - - --- 2015-05-07 David Gibson New
[11/33] target-alpha: Fixup translation of PALmode instructions. - - - - --- 2011-04-28 Richard Henderson New
[11/33] target-arm: Convert TLS registers - - - - --- 2012-06-20 Peter Maydell New
[11/33] target/loongarch: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index - - - - --- 2024-01-29 Richard Henderson New
[11/33] target/mips: Add emulation of MXU D16MACF D16MACE instructions target/mips: Finalise the Ingenic MXU ASE support - - - - --- 2023-06-08 Siarhei Volkau New
[11/33] target/mips: Convert MSA I5 instruction format to decodetree target/mips: Fully convert MSA opcodes to decodetree - - 1 - --- 2021-10-23 Philippe Mathieu-Daudé New
[11/33] target/ppc: Move vcfuged to vmx-impl.c.inc PowerISA v3.1 instruction batch - - 1 - --- 2021-10-21 Matheus K. Ferst New
[11/33] tests/qgraph: e1000e driver and interface nodes Qtest driver framework - - - - --- 2018-08-13 Emanuele Giuseppe Esposito New
[11/33] vhost: 64 bit features - - 1 - --- 2015-06-04 Gerd Hoffmann New
[11/34] block: Allow references for backing files - - - - --- 2015-05-08 Kevin Wolf New
[11/34] buffered_file: Move from using a timer to use a thread - - - - --- 2012-12-19 Juan Quintela New
[11/34] i386/pc: use TYPE_PORT92 remove i386/pc dependency from non-PC world (part 1) - - 1 - --- 2017-09-22 Philippe Mathieu-Daudé New
[11/34] i8259: Fix PIC_COMMON() macro - - - - --- 2012-11-26 Andreas Färber New
[11/34] linux-user: Support for restarting system calls for SH4 targets - - 1 - --- 2015-09-05 Timothy Baldwin New
[11/34] meson, configure: move libgio test to meson Misc meson conversions for QEMU 7.1 - - 1 - --- 2022-04-20 Paolo Bonzini New
[11/34] pcnet: convert to pci_bar_map - - - - --- 2010-07-22 Blue Swirl New
[11/34] pseries: Fix and cleanup CPU initialization and reset - - 1 - --- 2012-10-04 Alexander Graf New
[11/34] qmp: query-block: add 'valid_encryption_key' field - - - - --- 2012-08-02 Luiz Capitulino New
[11/34] scripts/kvm/kvm_stat: Rename variables that redefine globals - - 1 - --- 2015-12-10 Janosch Frank New
[11/34] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access tcg, target/ppc vector improvements 1 - - - --- 2018-12-18 Richard Henderson New
[11/35] buffered_file: don't flush on put buffer - - - - --- 2012-12-11 Juan Quintela New
[11/35] convert CoMutex to stackless coroutines stackless coroutine backend - - - - --- 2022-03-10 Paolo Bonzini New
[11/35] hw: move MC146818RTC to hw/timer/, configure via default-configs/ - - - - --- 2013-04-04 Paolo Bonzini New
[11/35] hw: move NICs to hw/net/, configure via default-configs/ - - - - --- 2013-04-02 Paolo Bonzini New
[11/35] hw: move watchdogs to hw/watchdog, configure via default-configs/ - - - - --- 2013-03-18 Paolo Bonzini New
[11/35] ide/atapi: Track tray locked state - - - - --- 2011-09-12 Kevin Wolf New
[11/35] kvm: x86: Inject pending MCE events on state writeback - - - - --- 2011-03-15 Marcelo Tosatti New
[11/35] kvm: x86: Prevent sign extension of DR7 in guest debugging mode - - - - --- 2011-01-06 Marcelo Tosatti New
[11/35] memory: add memory_region_is_mapped() API - - - - --- 2014-04-04 Igor Mammedov New
[11/35] net: rocker: fix an incorrect array bounds check - - - - --- 2016-03-21 Michael Roth New
[11/35] ppce500_spin: Store PowerPCCPU in SpinKick - - - - --- 2012-10-31 Andreas Färber New
[11/35] qcow2: mark coroutine_fn - - 1 - --- 2017-07-04 Marc-André Lureau New
[11/35] qmp: query-block: add 'encryption_key_missing' field - - - - --- 2012-08-10 Luiz Capitulino New
[11/35] qmp: query-block: add 'valid_encryption_key' field - - - - --- 2012-08-07 Luiz Capitulino New
[11/35] scsi-disk: support READ DVD STRUCTURE - - - - --- 2011-10-13 Paolo Bonzini New
[11/35] target-alpha: Add IPRs to be used by the emulation PALcode. - - - - --- 2011-05-09 Richard Henderson New
[11/35] target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accesses target/arm: Implement emulation of nested virtualization - - 1 - --- 2023-12-18 Peter Maydell New
« 1 2 ... 477 478 4794327 4328 »