qemu.git
2024-04-24 John Snowqapi/parser: demote QAPIExpression to Dict[str, Any]
2024-04-24 John Snowqapi/schema: assert inner type of QAPISchemaVariants...
2024-04-24 John Snowqapi/schema: fix typing for QAPISchemaVariants.tag_member
2024-04-24 John Snowqapi/schema: Don't initialize "members" with `None`
2024-04-24 John Snowqapi/schema: add _check_complete flag
2024-04-24 John Snowqapi/schema: assert info is present when necessary
2024-04-24 John Snowqapi/schema: fix QAPISchemaArrayType.check's call to...
2024-04-24 Markus Armbrusterqapi: Assert built-in types exist
2024-04-24 John Snowqapi/schema: assert resolve_type has 'info' and 'what...
2024-04-24 John Snowqapi/schema: add type narrowing to lookup_type()
2024-04-24 John Snowqapi/schema: adjust type narrowing for mypy's benefit
2024-04-24 John Snowqapi/schema: make c_type() and json_type() abstract...
2024-04-24 John Snowqapi/schema: declare type for QAPISchemaArrayType.eleme...
2024-04-24 John Snowqapi/schema: declare type for QAPISchemaObjectTypeMembe...
2024-04-24 John Snowqapi: create QAPISchemaDefinition
2024-04-24 John Snowqapi/schema: add pylint suppressions
2024-04-24 John Snowqapi: sort pylint suppressions
2024-04-24 John Snowqapi/parser: shush up pylint
2024-04-24 John Snowqapi/parser: fix typo - self.returns.info => self.error...
2024-04-23 Peter MaydellUpdate version for 9.0.0 release
2024-04-16 Peter MaydellUpdate version for v9.0.0-rc4 release
2024-04-16 Kevin Wolfusb-storage: Fix BlockConf defaults
2024-04-15 Peter MaydellMerge tag 'hw-misc-20240415' of https://github.com...
2024-04-15 Peter MaydellMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2024-04-15 BALATON Zoltanhw/pci-host/ppc440_pcix: Do not expose a bridge device...
2024-04-15 BALATON Zoltanhw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
2024-04-15 Cindy Luvirtio-pci: fix use of a released vector
2024-04-13 Peter MaydellMerge tag 'pull-sp-20240412' of https://gitlab.com...
2024-04-12 Richard Hendersontarget/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and...
2024-04-12 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2024-04-12 Thomas Huthmeson.build: Disable -fzero-call-used-regs on OpenBSD
2024-04-12 Matheus Tavares... Makefile: fix use of -j without an argument
2024-04-10 Peter MaydellUpdate version for v9.0.0-rc3 release
2024-04-10 Peter MaydellMerge tag 'hw-misc-20240410' of https://github.com...
2024-04-10 Philippe Mathieu... hw/audio/virtio-snd: Remove unused assignment
2024-04-10 Philippe Mathieu... hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()
2024-04-10 Philippe Mathieu... hw/sd/sdhci: Do not update TRNMOD when Command Inhibit...
2024-04-10 Philippe Mathieu... hw/net/lan9118: Fix overflow in MIL TX FIFO
2024-04-10 Philippe Mathieu... hw/net/lan9118: Replace magic '2048' value by MIL_TXFIF...
2024-04-10 Philippe Mathieu... backends/cryptodev: Do not abort for invalid session ID
2024-04-10 Philippe Mathieu... hw/misc/applesmc: Fix memory leak in reset() handler
2024-04-10 Philippe Mathieu... hw/misc/applesmc: Do not call DeviceReset from DeviceRe...
2024-04-10 Philippe Mathieu... hw/block/nand: Fix out-of-bound access in NAND block...
2024-04-10 Philippe Mathieu... hw/block/nand: Have blk_load() take unsigned offset...
2024-04-10 Philippe Mathieu... hw/block/nand: Factor nand_load_iolen() method out
2024-04-10 Yuquan Wangqemu-options: Fix CXL Fixed Memory Window interleave...
2024-04-10 Philippe Mathieu... hw/virtio/virtio-crypto: Protect from DMA re-entrancy...
2024-04-10 Philippe Mathieu... hw/char/virtio-serial-bus: Protect from DMA re-entrancy...
2024-04-10 Philippe Mathieu... hw/display/virtio-gpu: Protect from DMA re-entrancy...
2024-04-10 Philippe Mathieu... hw/virtio: Introduce virtio_bh_new_guarded() helper
2024-04-09 Peter MaydellMerge tag 'pull-misc-20240409' of https://gitlab.com...
2024-04-09 Richard Hendersonlinux-user: Preserve unswapped siginfo_t for strace
2024-04-09 Richard Hendersonaccel/tcg: Improve can_do_io management
2024-04-09 Richard Hendersontarget/s390x: Use insn_start from DisasContextBase
2024-04-09 Richard Hendersontarget/riscv: Use insn_start from DisasContextBase
2024-04-09 Richard Hendersontarget/microblaze: Use insn_start from DisasContextBase
2024-04-09 Richard Hendersontarget/i386: Preserve DisasContextBase.insn_start acros...
2024-04-09 Richard Hendersontarget/hppa: Use insn_start from DisasContextBase
2024-04-09 Richard Hendersontarget/arm: Use insn_start from DisasContextBase
2024-04-09 Richard Hendersonaccel/tcg: Add insn_start to DisasContextBase
2024-04-09 Richard Hendersontcg: Add TCGContext.emit_before_op
2024-04-09 Keith Packardtarget/m68k: Map FPU exceptions to FPSR register
2024-04-09 Zack Buhmantarget/sh4: add missing CHECK_NOT_DELAY_SLOT
2024-04-09 Zack Buhmantarget/sh4: Fix mac.w with saturation enabled
2024-04-09 Zack Buhmantarget/sh4: Fix mac.l with saturation enabled
2024-04-09 Richard Hendersontarget/sh4: Merge mach and macl into a union
2024-04-09 Zack Buhmantarget/sh4: mac.w: memory accesses are 16-bit words
2024-04-09 Richard Hendersontarget/hppa: Fix IIAOQ, IIASQ for pa2.0
2024-04-09 Nguyen Dinh Philinux-user: replace calloc() with g_new0()
2024-04-09 Richard Hendersonlinux-user: Fix waitid return of siginfo_t and rusage
2024-04-09 Richard Hendersontcg/optimize: Do not attempt to constant fold neg_vec
2024-04-09 Peter MaydellMerge tag 'edk2-20240409-pull-request' of https://gitla...
2024-04-09 Gerd Hoffmannedk2: rebuild binaries with correct version information
2024-04-09 Gerd Hoffmannedk2/seabios: use common extra version
2024-04-09 Gerd Hoffmannedk2: commit version info
2024-04-09 Gerd Hoffmannedk2: get version + date from git submodule
2024-04-09 Peter MaydellMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2024-04-09 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2024-04-09 Vladimir Sementsov... qdev-monitor: fix error message in find_device_state()
2024-04-09 Vladimir Sementsov... vhost-user-blk: simplify and fix vhost_user_blk_handle_...
2024-04-09 lyx634449800vdpa-dev: Fix the issue of device status not updating...
2024-04-09 Waferhw/virtio: Fix packed virtqueue flush used_idx
2024-04-09 Manos Pitsidianakisvirtio-snd: rewrite invalid tx/rx message handling
2024-04-09 Zheyu Mavirtio-snd: Enhance error handling for invalid transfers
2024-04-09 Michael S.... Revert "hw/virtio: Add support for VDPA network simulat...
2024-04-08 Igor Mammedovkvm: error out of kvm_irqchip_add_msi_route() in case...
2024-04-08 Paolo Bonzininanomips: fix warnings with GCC 14
2024-04-08 Peter MaydellMerge tag 'pull-target-arm-20240408' of https://git...
2024-04-08 Peter MaydellMerge tag 'migration-20240407-pull-request' of https...
2024-04-08 Peter Maydelltarget/arm: Use correct SecuritySpace for AArch64 AT...
2024-04-08 Martin HundebøllMakefile: preserve --jobserver-auth argument when calli...
2024-04-07 Avihai HoronMAINTAINERS: Adjust migration documentation files
2024-04-07 Wei Wangmigration/postcopy: ensure preempt channel is ready...
2024-04-05 Pierre-Clément... target/arm: Fix CNTPOFF_EL2 trap to missing EL3
2024-04-04 Peter MaydellMerge tag 'qemu-sparc-20240404' of https://github.com...
2024-04-04 Peter MaydellMerge tag 'block-pull-request' of https://gitlab.com...
2024-04-04 Mark Cave-Aylandesp.c: remove explicit setting of DRQ within ESP state...
2024-04-04 Mark Cave-Aylandesp.c: ensure esp_pdma_write() always calls esp_fifo_push()
2024-04-04 Mark Cave-Aylandesp.c: update esp_fifo_{push, pop}() to call esp_update...
2024-04-04 Mark Cave-Aylandesp.c: introduce esp_update_drq() and update esp_fifo_...
next