Show patches with: Archived = No       |   431007 patches
« 1 2 ... 930 931 9324310 4311 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[5/6] blockdev-test: add test case for drive_add duplicate IDs - - - - --- 2013-09-10 Stefan Hajnoczi New
[5/6] bsd-user/bsd-file.h: Meat of the write system calls bsd-user upstreaming: read, write and exit - - 1 - --- 2022-06-07 Warner Losh New
[5/6] bsd-user: fix compile failure - - 1 - --- 2012-04-13 Stefan Hajnoczi New
[5/6] bswap.h: Fix comment typo - - 1 - --- 2016-06-28 Peter Maydell New
[5/6] build-sys: Change libqemuutil.a to qemuutil.o and link whole object - - - - --- 2014-08-20 Fam Zheng New
[5/6] build-sys: remove recurse-* rules Convert pc-bios Makefiles to meson - - - - --- 2020-09-18 Marc-André Lureau New
[5/6] cache-utils: Change data type of parameters for flush_icache_range - - - - --- 2012-03-02 Stefan Weil Accepted
[5/6] ccid: add ccid-card-emulated device (v2) - - - - --- 2010-11-28 Alon Levy New
[5/6] char: Detect chardev release by NULL handlers as well as NULL opaque - - - - --- 2011-04-28 Amit Shah New
[5/6] char: change qemu_chr_fe_add_watch to return unsigned - - 1 - --- 2016-06-20 Paolo Bonzini New
[5/6] chardev: switch the easy backends to realize - - - - --- 2012-10-15 Anthony Liguori New
[5/6] co-shared-resource: protect with a mutex block-copy: make helper APIs thread safe - - - - --- 2021-05-10 Emanuele Giuseppe Esposito New
[5/6] coldfire: use "struct M68kCPU" in header files - - - - --- 2015-12-15 Paolo Bonzini New
[5/6] configure / meson: Move check for sys/signal.h to meson.build configure / meson: Move check for headers to meson.build - - 2 - --- 2020-11-18 Thomas Huth New
[5/6] configure: Link test before auto-enabling the pulseaudio library configure: Try to fix --static linking - - - - --- 2019-06-14 Philippe Mathieu-Daudé New
[5/6] configure: allow more host/target combos to use the host compiler Fix support for biarch compilers and cross cflags - - - - --- 2022-06-21 Paolo Bonzini New
[5/6] configure: rename --enable-pypi to --enable-download, control subprojects too meson: use subprojects for bundled projects - - 1 - --- 2023-05-19 Paolo Bonzini New
[5/6] console: zap ds arg from register_displaychangelistener - - - - --- 2013-04-25 Gerd Hoffmann New
[5/6] contrib: add libvhost-user - - - - --- 2016-06-04 Marc-André Lureau New
[5/6] coroutine-lock: add mutex argument to CoQueue APIs - - - - --- 2017-02-13 Paolo Bonzini New
[5/6] coroutine-sleep: replace QemuCoSleepState pointer with struct in the API coroutine: new sleep/wake API - - 1 - --- 2021-05-03 Paolo Bonzini New
[5/6] coroutine: remove unnecessary parentheses in qemu_co_queue_empty - - - - --- 2015-04-27 Emilio Cota New
[5/6] coverity-model: constrain g_malloc/g_malloc0/g_realloc as never returning NULL Updates for Coverity modeling file - - 1 - --- 2021-07-31 Paolo Bonzini New
[5/6] cpus.c: Drop unnecessary set_cpu_log() - - 1 - --- 2013-02-11 Peter Maydell New
[5/6] cpus: hvf: unregister thread with RCU cpus: fix various issues with vCPU unplug - - - - --- 2018-02-01 Paolo Bonzini New
[5/6] cputlb: Handle watchpoints via TLB_WATCHPOINT exec: Cleanup watchpoints - - 1 - --- 2019-08-24 Richard Henderson New
[5/6] cris: Remove the CRIS PIC glue - - 1 - --- 2014-02-02 Edgar E. Iglesias New
[5/6] crypto: convert xts_mult_x to use xts_uint128 type crypto: improve performance of XTS cipher mode - - - - --- 2018-10-09 Daniel P. Berrangé New
[5/6] crypto: ensure qapi/crypto.json is listed in qapi-modules - - 1 - --- 2015-12-21 Daniel P. Berrangé New
[5/6] crypto: implement other common funcs for AEAD algorithms - - - - --- 2017-01-03 Longpeng (Mike, Cloud Infrastructure Service Product Dept.) New
[5/6] crypto: increase default pbkdf2 time for luks to 2 seconds - - 1 - --- 2016-09-08 Daniel P. Berrangé New
[5/6] curl: Handle success in multi_check_completion block/curl: Fix hang and potential crash - - - - --- 2019-08-27 Max Reitz New
[5/6] dataplane: enable virtio-blk x-data-plane=on live migration - - 1 - --- 2013-07-29 Stefan Hajnoczi New
[5/6] dataplane: extract virtio-blk read/write processing into do_rdwr_cmd() - - - - --- 2013-01-14 Kevin Wolf New
[5/6] dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA channels 1 - - - --- 2016-07-10 Mark Cave-Ayland New
[5/6] disas/cris: Remove struct cris_disasm_data disas/cris: Use GString instead of sprintf - - - - --- 2024-04-13 Richard Henderson New
[5/6] dmg: Use g_free instead of free - - - - --- 2013-01-24 Kevin Wolf New
[5/6] docker: Make _get_so_libs() work on Python 3 docker: Port to Python 3 - - - - --- 2018-06-27 Eduardo Habkost New
[5/6] docker: update 'python' dockerfile to use Fedora registry tests/docker: Update Fedora containers - - 2 - --- 2021-11-03 John Snow New
[5/6] docs/about/removed-features: Document removed devices from older QEMU versions [1/6] docs/about/removed-features: Document removed CLI options from QEMU v2.12 - - - - --- 2021-08-06 Thomas Huth New
[5/6] docs/devel/qom: Remove usage of <code> qom documentation fixes - - 1 - --- 2020-10-03 Eduardo Habkost New
[5/6] docs/devel/reset: Update to new API for hold and exit phase methods reset: Add RESET_TYPE_SNAPSHOT_LOAD - - 3 - --- 2024-04-12 Peter Maydell New
[5/6] docs/devel/tcg-plugins: added cores arg to cache plugin plugins/cache: multicore cache emulation and minor - - - - --- 2021-07-14 Mahmoud Abumandour New
[5/6] docs/devel: create "Subsystem APIs" subsection docs/devel: Organize devel manual into further subsections - - 1 - --- 2021-08-04 John Snow New
[5/6] docs/qdev-device-use: Add CanoKey to QDEV devices examples Introduce CanoKey QEMU - - - - --- 2021-12-23 Hongren (Zenithal) Zheng New
[5/6] docs/sphinx: set navigation_with_keys=True Some Sphinx improvements - - - - --- 2021-10-08 Marc-André Lureau New
[5/6] docs: Deprecate CPU model runnability guarantees x86 CPU model versioning - - - - --- 2019-06-25 Eduardo Habkost New
[5/6] docs: add memory API reference docs: integrate doc comments with Sphinx build - - - - --- 2019-10-29 Paolo Bonzini New
[5/6] dp8393x: Replace address_space_rw(is_write=1) by address_space_write() dp8393x: Housekeeping - - 1 1 --- 2021-07-03 Philippe Mathieu-Daudé New
[5/6] e1000: Fixing the packet address filtering procedure - - - - --- 2015-10-18 Leonid Bloch New
[5/6] edk2: replace build scripts edk2: update to 2023-02 stable tag - - - - --- 2023-03-16 Gerd Hoffmann New
[5/6] egl-helpers: add egl_texture_blit and egl_texture_blend ui: start adding dma-buf support - - - - --- 2017-10-10 Gerd Hoffmann New
[5/6] egl: explicitly ask for core context - - - - --- 2017-05-05 Gerd Hoffmann New
[5/6] ehci: Lower timer freq when the periodic schedule is idle - - - - --- 2012-12-05 Gerd Hoffmann New
[5/6] ehci: implement Interrupt Threshold Control support - - - - --- 2012-07-12 Gerd Hoffmann New
[5/6] enable --semihosting option for TARGET_MIPS - - - - --- 2009-08-03 Nathan Froyd Superseded
[5/6] error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.o - - - - --- 2010-03-17 Markus Armbruster New
[5/6] error: Remove redundant error_printf_unless_qmp - - - - --- 2014-03-11 Cole Robinson New
[5/6] exec.c: correct the maximum skip value during compact Refine exec - - - - --- 2019-03-21 Wei Yang New
[5/6] exec: Pass RAMBlock pointer to qemu_ram_free - - 1 - --- 2016-02-29 Fam Zheng New
[5/6] exec: Restrict 32-bit CPUs to 32-bit address space exec/memory: Rework some address and access size limits - - - - --- 2020-05-31 Philippe Mathieu-Daudé New
[5/6] exynos4: Further QOM'ify machines - - - - --- 2015-09-19 Andreas Färber New
[5/6] fdc: Register vmstate via qdev - - - - --- 2010-05-12 Jan Kiszka New
[5/6] fdc: use LOG_UNIMP logging 1 - - - --- 2012-06-09 Blue Swirl New
[5/6] fdc: use LOG_UNIMP logging 1 - - - --- 2012-06-03 Blue Swirl New
[5/6] file_ram_alloc(): extract temporary-file creation code to separate function (v2) - - - - --- 2012-07-02 Eduardo Habkost New
[5/6] firmware-qemu_fw_cfg: Rename jump labels in fw_cfg_sysfs_probe() - - - - --- 2016-09-18 SF Markus Elfring New
[5/6] fix test_path - - - - --- 2010-10-21 Paolo Bonzini New
[5/6] fix the prototype of muls64/mulu64 Add several Power ISA 3.1 32/64-bit vector instructions - - 1 - --- 2020-06-13 Lijun Pan New
[5/6] fpu: Replace int8 typedef with int8_t - - - - --- 2016-01-12 Peter Maydell New
[5/6] fw_cfg: add API for file transfer. - - - - --- 2009-12-17 Gerd Hoffmann New
[5/6] fw_cfg: insert fw_cfg file blobs via qemu cmdline - - - - --- 2015-03-16 Gabriel L. Somlo New
[5/6] fw_cfg: use sysbus_init_mmio() in fw_cfg_io_realize() - - - - --- 2017-06-10 Mark Cave-Ayland New
[5/6] gitlab-ci.d/buildtest: Merge the two gprof-gcov jobs Shorten the runtime of some gitlab-CI shared runner jobs - - - - --- 2023-01-30 Thomas Huth New
[5/6] gl: virtio-serial port driver for OpenGL passthrough. - - - - --- 2012-01-09 andrzej zaborowski New
[5/6] gtk: Fix mouse warping with gtk3 - - - - --- 2014-03-12 Cole Robinson New
[5/6] gtk: add support for screen scaling and full screen - - - - --- 2012-02-19 Anthony Liguori New
[5/6] gtk: don't grab input when entering fullscreen. - - 1 - --- 2015-09-09 Gerd Hoffmann New
[5/6] hmp: add exit_preconfig Reenable hmp for preconfig mode - - 1 - --- 2018-06-05 Dr. David Alan Gilbert New
[5/6] hmp: convert handle_hmp_command() to AIO_WAIT_WHILE_UNLOCKED() block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible 1 - 2 1 --- 2023-03-01 Stefan Hajnoczi New
[5/6] hw/9pfs: Add directory reclaim support - - - - --- 2011-08-25 Aneesh Kumar K.V New
[5/6] hw/9pfs: Use v9fs_do_close instead of close - - - - --- 2011-06-06 Aneesh Kumar K.V New
[5/6] hw/acpi/viot: sort VIOT ACPI table entries by PCI host bus min_bus hw/acpi/viot: generate stable VIOT ACPI tables - - 1 - --- 2022-05-18 Mark Cave-Ayland New
[5/6] hw/arm/allwinner-a10: Remove local qemu_irq variables hw/arm/cubieboard: Few cleanups, add acceptance tests - - 1 - --- 2019-12-30 Philippe Mathieu-Daudé New
[5/6] hw/arm/boot: load DTB as a ROM image - - 1 - --- 2014-09-05 Ard Biesheuvel New
[5/6] hw/arm/digic: add NOR ROM support - - - - --- 2013-12-16 Antony Pavlov New
[5/6] hw/arm/highbank: Default -drive to if=ide instead of if=scsi - - - - --- 2017-01-23 Markus Armbruster New
[5/6] hw/arm/mps2-tz: Allow board to specify a boot RAM size hw/arm: Fix modelling of SSE-300 TCMs and SRAM - - 1 - --- 2021-05-10 Peter Maydell New
[5/6] hw/arm/raspi: Dynamically create machines based on the board revision hw/arm/raspi: Dynamically create machines based on the board revision - - - - --- 2020-02-03 Philippe Mathieu-Daudé New
[5/6] hw/arm/spitz: Remove meaningless blank Property - - - - --- 2015-05-12 Shannon Zhao New
[5/6] hw/arm/sysbus-fdt: helpers for clock node generation - - - - --- 2015-12-17 Eric Auger New
[5/6] hw/arm/xilinx_zynq: Remove tswap32() calls and constify smpboot[] hw/arm: Fix smpboot[] on big-endian hosts and remove tswap32() - - - - --- 2022-12-22 Philippe Mathieu-Daudé New
[5/6] hw/arm: Add AXP-209 to Cubieboard Enable Cubieboard A10 boot SPL from SD card - - - - --- 2022-12-03 Strahinja Jankovic New
[5/6] hw/arm: Add NPCM730 and NPCM750 SoC models Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines - - 2 - --- 2020-05-21 Havard Skinnemoen New
[5/6] hw/arm_boot.c: Support DTBs which use 64 bit addresses - - 1 - --- 2012-07-05 Peter Maydell New
[5/6] hw/arm_gic: fix target CPUs affected by set enable/pending ops - - - - --- 2012-12-11 Peter Maydell New
[5/6] hw/block/nvme: add missing string representations for commands hw/block/nvme: zoned misc fixes - - - - --- 2021-01-11 Klaus Jensen New
[5/6] hw/block/nvme: refactor nvme_select_ns_iocs hw/block/nvme: support namespace attachment - - - - --- 2021-02-06 Minwoo Im New
[5/6] hw/block: Use errp directly rather than local_err - - - - --- 2017-07-26 Mao Zhongyi New
[5/6] hw/char/exynos4210_uart: Add receive DMA support Fix Exynos4210 DMA support - - 1 - --- 2020-01-10 Guenter Roeck New
« 1 2 ... 930 931 9324310 4311 »