Show patches with: Archived = No       |   430957 patches
« 1 2 ... 480 481 4824309 4310 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[12/12] Threadlets: Add documentation - - - - --- 2011-01-13 Arun Bharadwaj New
[12/12] add L2x0/PL310 cache controller device - - - - --- 2012-01-04 Peter Maydell New
[12/12] aio-posix: Assert that aio_poll() is always called in home thread block: bdrv_set_aio_context() related fixes - - 1 - --- 2019-02-18 Kevin Wolf New
[12/12] audio/pw: improve channel position code audio: pipewire backend improvements - - 1 - --- 2023-05-06 Marc-André Lureau New
[12/12] audio: -audiodev command line option - - - - --- 2015-06-12 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[12/12] audio: prevent an integer overflow in resampling code audio: misc. improvements and bug fixes - - - - --- 2022-09-23 Volker Rümelin New
[12/12] backends/tpm: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation - - 1 - --- 2024-04-10 Philippe Mathieu-Daudé New
[12/12] block-backend: drop INT_MAX restriction from blk_check_byte_request() block: 64bit blk io - - 1 - --- 2021-10-06 Vladimir Sementsov-Ogievskiy New
[12/12] block.c: additional assert qemu in main tread Removal of Aiocontext lock through drains: protect bdrv_replace_child_noperm. - - - - --- 2022-01-18 Emanuele Giuseppe Esposito New
[12/12] block/backup: loosen restriction on readonly bitmaps Untitled series #114956 - - 1 - --- 2019-06-20 John Snow New
[12/12] block/get_block_status: fix BDRV_BLOCK_ZERO for unallocated blocks - - - - --- 2013-09-13 Peter Lieven New
[12/12] block/raw-posix: Fix ret in raw_open_common() - - - - --- 2014-11-25 Max Reitz New
[12/12] block: Don't check throttled reqs in bdrv_requests_pending() - - - - --- 2016-03-22 Kevin Wolf New
[12/12] block: add spice block device backend - - - - --- 2013-06-20 Marc-André Lureau New
[12/12] block: remove outdated AioContext locking comments aio: remove AioContext lock - - 1 - --- 2023-11-29 Stefan Hajnoczi New
[12/12] block: use bdrv_co_debug_event in coroutine context block: more fixes to coroutine_fn marking - - - - --- 2023-06-01 Paolo Bonzini New
[12/12] bt-host: add missing break statement - - 1 - --- 2012-01-13 Stefan Hajnoczi New
[12/12] char: enforce the use of qemu_chr_guest_open() - - - - --- 2011-08-01 Anthony Liguori New
[12/12] chardev: fix race with client connections in tcp_chr_wait_connected chardev: refactoring & many bugfixes related tcp_chr_wait_connected - - - - --- 2019-01-15 Daniel P. Berrangé New
[12/12] cmdline: convert -no-shutdown and -no-reboot to QemuOpts - - - - --- 2012-03-20 Paolo Bonzini New
[12/12] configure: Compile with -Wimplicit-fallthrough=2 Compile QEMU with -Wimplicit-fallthrough - - 2 - --- 2020-12-11 Thomas Huth New
[12/12] configure: bump min required CLang to 7.0.0 / XCode 10.2 Wave goodbye to RHEL 7 vintage distros - - 3 - --- 2021-05-11 Daniel P. Berrangé New
[12/12] configure: fix seccomp check - - 1 - --- 2012-09-14 Stefan Hajnoczi New
[12/12] configure: rename OpenGL feature to GLX - - - - --- 2013-03-06 Michael Walle New
[12/12] coreaudio: do not use global variables where possible - - - - --- 2015-06-01 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[12/12] cpuid: decrease L2 cache for Intel and add comments - - - - --- 2009-09-10 Andre Przywara Superseded
[12/12] cpus-common: lock-free fast path for cpu_exec_start/end - - - - --- 2016-09-01 Paolo Bonzini New
[12/12] cpus: reclaim allocated vCPU objects - - - - --- 2014-12-12 Gu Zheng New
[12/12] curses: build as ui module ui: build sdl, gtk and curses as modules - - - - --- 2018-02-21 Gerd Hoffmann New
[12/12] default-configs: remove redundant keys Move target configuration to Meson - - - - --- 2020-09-23 Paolo Bonzini New
[12/12] dirty-bitmap: Convert internal hbitmap size/granularity - - 1 - --- 2017-04-12 Eric Blake New
[12/12] docs/system: add a basic enumeration of vhost-user devices virtio: add vhost-user-generic and reduce copy and paste - - - - --- 2023-04-14 Alex Bennée New
[12/12] docs: Document the RX target hw/rx: Add RX GDB simulator machine - - - - --- 2020-06-01 Philippe Mathieu-Daudé New
[12/12] ehci: Speed up the timer of raising int from the async schedule - - - - --- 2012-10-08 Hans de Goede New
[12/12] enable CPU_QuadU for s390x - - - - --- 2009-10-21 Ulrich Hecht New
[12/12] exec: remove useless declarations from memory-internal.h - - - - --- 2013-04-15 Paolo Bonzini New
[12/12] file-posix: Avoid aio_worker() for QEMU_AIO_IOCTL file-posix: Simplify delegation to worker thread - - - - --- 2018-10-31 Kevin Wolf New
[12/12] filter/buffer: update command description and help - - - - --- 2015-07-29 Yang Hongyang New
[12/12] hmp: add hmp_localhost_migration interface - - - - --- 2013-07-25 Lei Li New
[12/12] hw/acpi/piix4: remove unused piix4_pm_initfn() function hw/acpi/piix4: remove legacy piix4_pm_init() function - - - - --- 2022-05-28 Mark Cave-Ayland New
[12/12] hw/arm/raspi: Add the Raspberry Pi Zero machine hw/arm: Add raspi0 and raspi1 machines - - - - --- 2020-02-15 Philippe Mathieu-Daudé New
[12/12] hw/char/pl011: Implement TX FIFO hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - - - --- 2023-05-22 Philippe Mathieu-Daudé New
[12/12] hw/hppa: Add new HP C3700 machine target/hppa: Add emulation of a C3700 HP-PARISC workstation - - - - --- 2023-10-14 Helge Deller New
[12/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h' hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h' - - - - --- 2019-12-13 Philippe Mathieu-Daudé New
[12/12] hw/isa/vt82c686: Implement relocation of SuperI/O functions hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions - - - - --- 2023-12-17 Bernhard Beschow New
[12/12] hw/mips: Convert Malta "ifdef 0"-ed code to comments target/mips: FPU and other cleanups and improvements - - - - --- 2020-05-13 Aleksandar Markovic New
[12/12] hw/nvme: align logic of format with flush hw/nvme: misc fixes and updates - - - - --- 2022-06-23 Klaus Jensen New
[12/12] hw/omap : make local function static and remove declaration from header - - - - --- 2010-05-29 cmchao New
[12/12] hw/omap : make local function static and remove declaration from header - - - - --- 2010-05-28 cmchao New
[12/12] hw/onenand: qdevify - - - - --- 2011-07-15 Peter Maydell New
[12/12] hw/pci-host/apb.c: Avoid shifting left into sign bit - - - - --- 2014-03-10 Peter Maydell New
[12/12] hw/pci-host/q35: Move MemoryRegion pointers to host device Q35 PCI host fixes and QOM cleanup - - - - --- 2023-02-14 Bernhard Beschow New
[12/12] hw/riscv: Sort the Kconfig options in alphabetical order hw/riscv: Clean up the directory - - 1 - --- 2020-09-03 Bin Meng New
[12/12] hw/riscv: spike: Decouple create_fdt() dependency to ELF loading hw/riscv: Improve Spike HTIF emulation fidelity - - - - --- 2022-12-27 Bin Meng New
[12/12] hw/sysbus: Ensure device is realized before mapping it hw: Strengthen SysBus & QBus API - - 1 - --- 2023-10-18 Philippe Mathieu-Daudé New
[12/12] hw/versatile_i2c: Use LOG_GUEST_ERROR - - - - --- 2012-10-25 Peter Maydell New
[12/12] hw/vexpress.c: Add vexpress-a15 machine - - - - --- 2012-01-13 Peter Maydell New
[12/12] hw/vfio/pci-quirks: Replace the word 'blacklist' misc: Replace the words 'blacklist/whitelist' 1 - 2 - --- 2021-02-02 Philippe Mathieu-Daudé New
[12/12] hw/vmapple/vmapple: Add vmapple machine type Untitled series #359762 - - - - --- 2023-06-14 Alexander Graf New
[12/12] hw/xen: add support for Xen primary console in emulated mode Get Xen PV shim running in qemu - - - - --- 2023-10-16 David Woodhouse New
[12/12] hw: Move ich9.h to southbridge/ ICH9 cleanup - - 1 - --- 2023-02-13 Bernhard Beschow New
[12/12] hw: move memory API to hw/core - - - - --- 2013-04-11 Paolo Bonzini New
[12/12] i386/kvm: Hyper-v crash msrs set/get'ers and migration - - - - --- 2015-07-03 Denis V. Lunev New
[12/12] ide: BMDMAState don't need a pci_dev field anymore - - - - --- 2009-10-07 Juan Quintela Under Review
[12/12] ide: move pata specific parts to pata.c - - - - --- 2010-11-23 Alexander Graf New
[12/12] io/channel-socket: qio_channel_socket_flush(): improve msg validation coverity fixes - - - - --- 2023-09-25 Vladimir Sementsov-Ogievskiy New
[12/12] iotests: Test blockdev-create in iothread block: Fix blockdev-create with iothreads - - 1 - --- 2023-05-25 Kevin Wolf New
[12/12] iotests: add dirty bitmap migration test - - 1 - --- 2015-08-07 Vladimir Sementsov-Ogievskiy New
[12/12] kvm: fix 80000001.EDX supported bit filtering - - - - --- 2010-05-12 Marcelo Tosatti New
[12/12] linux-user/hppa: Add vdso and use it for rt_sigreturn linux-user: Load a vdso for x86_64 and hppa - - - - --- 2021-06-19 Richard Henderson New
[12/12] linux-user: Add support for KCOV_INIT_TRACE ioctl linux-user: Add support for fs, fd,and kcov ioctls - - 1 - --- 2020-01-16 Aleksandar Markovic New
[12/12] linux-user: Add support for selected alsa timer instructions using ioctls linux-user: Add support for real time clock and - - - - --- 2020-01-15 Filip Bozuta New
[12/12] linux-user: Add support for selected alsa timer instructions using ioctls linux-user: Add support for real time clock and - - 1 - --- 2020-01-09 Filip Bozuta New
[12/12] linux-user: Extract target errno related functions to 'target_errno.h' linux-user: Extract target errno related functions to 'target_errno.h' - - - - --- 2021-07-04 Philippe Mathieu-Daudé New
[12/12] linux-user: Re-use load_elf_image for the main binary. - - - - --- 2010-07-27 Richard Henderson New
[12/12] linux-user: Re-use load_elf_image for the main binary. - - - - --- 2010-05-05 Richard Henderson New
[12/12] linux-user: bsd-user: Don't reset X86CPU twice - - 1 - --- 2013-02-01 Andreas Färber New
[12/12] linux-user: writev Partial Writes - - 1 - --- 2014-08-04 Tom Musta New
[12/12] mac_via: add qdev gpios for nubus slot interrupts to VIA2 mac_via: remove MAC_VIA device and prepare for Nubus IRQs - - 1 - --- 2021-08-30 Mark Cave-Ayland New
[12/12] migration/qemu-file: make functions qemu_(get/put)_string public - - 1 - --- 2015-05-13 Vladimir Sementsov-Ogievskiy New
[12/12] migration: Add migration events on target side - - 2 - --- 2015-07-01 Juan Quintela New
[12/12] migration: migration.h was not needed - - - - --- 2017-05-12 Juan Quintela New
[12/12] migration: move process_incoming_migration to a coroutine - - 1 - --- 2012-11-02 Paolo Bonzini New
[12/12] migration: move process_incoming_migration to a coroutine - - 1 - --- 2012-10-18 Paolo Bonzini New
[12/12] migration: report RCU quiescent states - - - - --- 2013-05-15 Paolo Bonzini New
[12/12] migration: use lockless Multithread model for decompression migration: improve multithreads for compression and decompression - - - - --- 2018-06-04 Xiao Guangrong New
[12/12] mips: avoid write only variables - - - - --- 2010-10-08 Blue Swirl New
[12/12] nbd/server: refactor nbd_trip - - 1 - --- 2017-05-31 Vladimir Sementsov-Ogievskiy New
[12/12] nbd: add nbd_export_get_blockdev - - - - --- 2012-09-19 Paolo Bonzini New
[12/12] nbd: split requests - - - - --- 2011-09-08 Paolo Bonzini New
[12/12] next-cube.c: move machine MemoryRegions into NeXTState next-cube: various tidy-ups and improvements - - 1 - --- 2023-12-15 Mark Cave-Ayland New
[12/12] parallels: change copyright information in the image header 1 - - - --- 2014-12-22 Denis V. Lunev New
[12/12] pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensions s390-ccw bios fixes and clean-ups - - - - --- 2022-06-28 Thomas Huth New
[12/12] pc: Fix CMOS info for drives defined with -device - - - - --- 2010-06-25 Markus Armbruster New
[12/12] pc: add SMM property - - - - --- 2015-06-18 Paolo Bonzini New
[12/12] pc: add SMM property - - - - --- 2015-06-05 Paolo Bonzini New
[12/12] pci: Improve do_pcie_aer_inject_error()'s error messages pci: Move and clean up monitor command code - - 1 - --- 2022-11-28 Markus Armbruster New
[12/12] pl031: add missed field to vmstate - - - - --- 2014-08-26 Pavel Dovgalyuk New
[12/12] ppc: Add PPC_64H instruction flag to POWER7 and POWER8 - - 1 - --- 2016-05-03 Cédric Le Goater New
[12/12] pseries: Generate unique LIOBNs for PCI host bridges - - - - --- 2012-11-13 David Gibson New
« 1 2 ... 480 481 4824309 4310 »