]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2023-09-08 Kevin Wolfvirtio: Drop out of coroutine context in virtio_load()
2023-09-08 Kevin Wolfvmstate: Mark VMStateInfo.get/put() coroutine_mixed_fn
2023-09-08 Kevin Wolfblock: Make more BlockDriver definitions static
2023-09-08 Kevin Wolfblock/meson.build: Restore alphabetical order of files
2023-09-08 Fabiano Rosasblock: Remove unnecessary variable in bdrv_block_device...
2023-09-08 Fabiano Rosasblock: Remove bdrv_query_block_node_info
2023-09-08 Dmitry Frolovvmdk: Clean up bdrv_open_child() return value check
2023-09-08 Kevin Wolfqemu-img: Update documentation for compressed images
2023-09-08 Hanna Czenczekblock: Be more verbose in create fallback
2023-09-08 Peter Maydellblock/iscsi: Document why we use raw malloc()
2023-09-08 Michael Tokarevqemu-img: omit errno value in error message
2023-09-08 Stefan Hajnocziblock: change reqs_lock to QemuMutex
2023-09-08 Stefan Hajnocziblock: minimize bs->reqs_lock section in tracked_reques...
2023-09-08 Fiona Ebneriotests: adapt test output for new qemu_cleanup() behavior
2023-09-08 Philippe Mathieu... block/vpc: Avoid dynamic stack allocation
2023-09-07 Stefan HajnocziMerge tag 'ide-pull-request' of https://gitlab.com...
2023-09-07 Stefan HajnocziMerge tag 'pull-parallels-2023-09-06' of https://src...
2023-09-07 Stefan HajnocziMerge tag 'pull-ppc-20230906' of https://github.com...
2023-09-07 Niklas Casselhw/ide/ahci: fix broken SError handling
2023-09-07 Niklas Casselhw/ide/ahci: fix ahci_write_fis_sdb()
2023-09-07 Niklas Casselhw/ide/ahci: PxCI should not get cleared when ERR_STAT...
2023-09-07 Niklas Casselhw/ide/ahci: PxSACT and PxCI is cleared when PxCMD...
2023-09-07 Niklas Casselhw/ide/ahci: simplify and document PxCI handling
2023-09-07 Niklas Casselhw/ide/ahci: write D2H FIS when processing NCQ command
2023-09-07 Niklas Casselhw/ide/core: set ERR_STAT in unsupported command completion
2023-09-06 Alexander Ivanoviotests: Add test for data_off check
2023-09-06 Alexander Ivanoviotests: Fix test 131 after repair was added to paralle...
2023-09-06 Alexander Ivanoviotests: Fix cluster size in parallels images tests...
2023-09-06 Alexander Ivanoviotests: Refactor tests of parallels images checks...
2023-09-06 Alexander Ivanoviotests: Add test for BAT entries duplication check
2023-09-06 Alexander Ivanoviotests: Add leak check test for parallels format
2023-09-06 Alexander Ivanoviotests: Add out-of-image check test for parallels...
2023-09-06 Alexander Ivanovparallels: Add data_off repairing to parallels_open()
2023-09-06 Alexander Ivanovparallels: Add data_off check
2023-09-06 Alexander Ivanovparallels: Use bdrv_co_getlength() in parallels_check_o...
2023-09-06 Alexander Ivanovparallels: Image repairing in parallels_open()
2023-09-06 Alexander Ivanovparallels: Add checking and repairing duplicate offsets...
2023-09-06 Alexander Ivanovparallels: Add data_start field to BDRVParallelsState
2023-09-06 Alexander Ivanovparallels: Add "explicit" argument to parallels_check_l...
2023-09-06 Alexander Ivanovparallels: Check if data_end greater than the file...
2023-09-06 Alexander Ivanovparallels: Incorrect data end calculation in parallels_...
2023-09-06 Alexander Ivanovparallels: Fix comments formatting inside parallels...
2023-09-06 Denis V. LunevMAINTAINERS: add tree to keep parallels format driver...
2023-09-06 Stefan HajnocziMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2023-09-06 Stefan HajnocziMerge tag 'pull-lu-20230901' of https://gitlab.com...
2023-09-06 Stefan HajnocziMerge tag 'pull-aspeed-20230901' of https://github...
2023-09-06 Cédric Le Goaterppc/xive: Add support for the PC MMIOs
2023-09-06 Cédric Le Goaterppc/xive: Handle END triggers between chips with MMIOs
2023-09-06 Cédric Le Goaterppc/xive: Introduce a new XiveRouter end_notify() handler
2023-09-06 Cédric Le Goaterppc/xive: Use address_space routines to access the...
2023-09-06 jianchunfutarget/ppc: Fix the order of kvm_enable judgment about...
2023-09-06 Maksim Kostinhw/ppc/e500: fix broken snapshot replay
2023-09-06 Richard Hendersontarget/ppc: Flush inputs to zero with NJ in ppc_store_vscr
2023-09-06 Nicholas Piggintarget/ppc: Fix LQ, STQ register-pair order for big...
2023-09-06 Nicholas Piggintests/avocado: ppc64 reverse debugging tests for pserie...
2023-09-06 Nicholas Piggintests/avocado: reverse-debugging cope with re-executing...
2023-09-06 Nicholas Piggintests/avocado: boot ppc64 pseries replay-record test...
2023-09-06 Nicholas Pigginspapr: Fix record-replay machine reset consuming too...
2023-09-06 Nicholas Pigginspapr: Fix machine reset deadlock from replay-record
2023-09-06 Nicholas Piggintarget/ppc: Fix timebase reset with record-replay
2023-09-06 Nicholas Piggintarget/ppc: Fix CPU reservation migration for record...
2023-09-06 Nicholas Pigginhw/ppc: Read time only once to perform decrementer...
2023-09-06 Nicholas Pigginhw/ppc: Reset timebase facilities on machine reset
2023-09-06 Nicholas Piggintarget/ppc: Migrate DECR SPR
2023-09-06 Nicholas Pigginhw/ppc: Always store the decrementer value
2023-09-06 Nicholas Piggintarget/ppc: Sign-extend large decrementer to 64-bits
2023-09-06 Nicholas Pigginhw/ppc: Avoid decrementer rounding errors
2023-09-06 Nicholas Pigginhw/ppc: Round up the decrementer interval when converti...
2023-09-06 Nicholas Pigginhost-utils: Add muldiv64_round_up
2023-09-06 Nicholas Pigginhw/ppc: Introduce functions for conversion between...
2023-09-06 Nicholas Pigginhw/ppc/ppc.c: Tidy over-long lines
2023-09-06 Nicholas Pigginppc/vof: Fix missed fields in VOF cleanup
2023-09-06 Nicholas Pigginppc/vhyp: reset exception state when handling vhyp...
2023-09-06 Nicholas Pigginspapr: implement H_SET_MODE debug facilities
2023-09-06 Nicholas Piggintarget/ppc: Implement watchpoint debug facility for...
2023-09-06 Nicholas Piggintarget/ppc: Implement breakpoint debug facility for...
2023-09-06 Nicholas Piggintarget/ppc: Suppress single step interrupts on rfi...
2023-09-06 Nicholas Piggintarget/ppc: Improve book3s branch trace interrupt for...
2023-09-06 Nicholas Piggintarget/ppc: Remove single-step suppression inside 0x100...
2023-09-06 Joel Stanleyppc: Add stub implementation of TRIG SPRs
2023-09-06 Shawn Anastasiotarget/ppc: Generate storage interrupts for radix RC...
2023-09-05 Stefan HajnocziMerge tag 'pull-request-2023-08-31' of https://gitlab...
2023-09-05 Stefan HajnocziMerge tag 'misc-20230831' of https://github.com/philmd...
2023-09-04 Dmitry Frolovui/gtk: fix leaks found wtih fuzzing
2023-09-04 Guoyi Tuui/vdagent: Unregister input handler of mouse during...
2023-09-04 Guoyi Tuui/vdagent: call vdagent_disconnect() when agent connec...
2023-09-04 Bilal Elmoussaouiui/dbus: implement damage regions for GL
2023-09-04 Bilal Elmoussaouiui/dbus: Properly dispose touch/mouse dbus objects
2023-09-04 Philippe Mathieu... ui/vnc-enc-tight: Avoid dynamic stack allocation
2023-09-04 Peter Maydellui/vnc-enc-hextile: Use static rather than dynamic...
2023-09-04 Peter Maydellui/spice-display: Avoid dynamic stack allocation
2023-09-04 Marc-André... ui/vc: change the argument for QemuTextConsole
2023-09-04 Marc-André... ui/vc: do not parse VC-specific options in Spice and GTK
2023-09-04 Marc-André... ui/vc: move text console invalidate in helper
2023-09-04 Marc-André... ui/console: minor stylistic changes
2023-09-04 Marc-André... ui/vc: skip text console resize when possible
2023-09-04 Marc-André... ui/console: fold text_console_update_cursor_timer
2023-09-04 Marc-André... ui/console: assert(surface) where appropriate
2023-09-04 Marc-André... ui/console: rename vga_ functions with qemu_console_
2023-09-04 Marc-André... ui/console: use QEMU_PIXMAN_COLOR helpers
next