aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-24qapi/schema: add type narrowing to lookup_type()John Snow1-1/+3
2024-04-24qapi/schema: adjust type narrowing for mypy's benefitJohn Snow1-7/+9
2024-04-24qapi/schema: make c_type() and json_type() abstract methodsJohn Snow1-1/+4
2024-04-24qapi/schema: declare type for QAPISchemaArrayType.element_typeJohn Snow1-1/+1
2024-04-24qapi/schema: declare type for QAPISchemaObjectTypeMember.typeJohn Snow1-1/+1
2024-04-24qapi: create QAPISchemaDefinitionJohn Snow1-58/+78
2024-04-24qapi/schema: add pylint suppressionsJohn Snow2-5/+5
2024-04-24qapi: sort pylint suppressionsJohn Snow1-3/+3
2024-04-24qapi/parser: shush up pylintJohn Snow1-0/+1
2024-04-24qapi/parser: fix typo - self.returns.info => self.errors.infoJohn Snow1-1/+1
2024-04-23Update version for 9.0.0 releasev9.0.0Peter Maydell1-1/+1
2024-04-16Update version for v9.0.0-rc4 releasev9.0.0-rc4Peter Maydell1-1/+1
2024-04-16usb-storage: Fix BlockConf defaultsKevin Wolf1-9/+0
2024-04-15Merge tag 'hw-misc-20240415' of https://github.com/philmd/qemu into stagingPeter Maydell2-8/+6
2024-04-15Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-2/+35
2024-04-15hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI busBALATON Zoltan1-7/+4
2024-04-15hw/isa/vt82c686: Keep track of PIRQ/PINT pins separatelyBALATON Zoltan1-1/+2
2024-04-15virtio-pci: fix use of a released vectorCindy Lu1-2/+35
2024-04-13Merge tag 'pull-sp-20240412' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell3-22/+94
2024-04-12target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXTRichard Henderson3-22/+94
2024-04-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-3/+12
2024-04-12meson.build: Disable -fzero-call-used-regs on OpenBSDThomas Huth1-1/+5
2024-04-12Makefile: fix use of -j without an argumentMatheus Tavares Bernardino1-2/+7
2024-04-10Update version for v9.0.0-rc3 releasev9.0.0-rc3Peter Maydell1-1/+1
2024-04-10Merge tag 'hw-misc-20240410' of https://github.com/philmd/qemu into stagingPeter Maydell13-36/+109
2024-04-10hw/audio/virtio-snd: Remove unused assignmentPhilippe Mathieu-Daudé1-2/+6
2024-04-10hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé1-0/+4
2024-04-10hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is setPhilippe Mathieu-Daudé1-0/+8
2024-04-10hw/net/lan9118: Fix overflow in MIL TX FIFOPhilippe Mathieu-Daudé1-1/+15
2024-04-10hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definitionPhilippe Mathieu-Daudé1-3/+9
2024-04-10backends/cryptodev: Do not abort for invalid session IDPhilippe Mathieu-Daudé1-1/+3
2024-04-10hw/misc/applesmc: Fix memory leak in reset() handlerPhilippe Mathieu-Daudé1-0/+1
2024-04-10hw/misc/applesmc: Do not call DeviceReset from DeviceRealizePhilippe Mathieu-Daudé1-1/+0
2024-04-10hw/block/nand: Fix out-of-bound access in NAND block bufferPhilippe Mathieu-Daudé1-1/+7
2024-04-10hw/block/nand: Have blk_load() take unsigned offset and return booleanPhilippe Mathieu-Daudé1-4/+10
2024-04-10hw/block/nand: Factor nand_load_iolen() method outPhilippe Mathieu-Daudé1-13/+22
2024-04-10qemu-options: Fix CXL Fixed Memory Window interleave-granularity typoYuquan Wang1-3/+3
2024-04-10hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-2/+2
2024-04-10hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-2/+1
2024-04-10hw/display/virtio-gpu: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-4/+2
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé2-0/+17
2024-04-09Merge tag 'pull-misc-20240409' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell33-129/+412
2024-04-09linux-user: Preserve unswapped siginfo_t for straceRichard Henderson1-3/+9
2024-04-09accel/tcg: Improve can_do_io managementRichard Henderson2-23/+23
2024-04-09target/s390x: Use insn_start from DisasContextBaseRichard Henderson1-3/+1
2024-04-09target/riscv: Use insn_start from DisasContextBaseRichard Henderson1-6/+5
2024-04-09target/microblaze: Use insn_start from DisasContextBaseRichard Henderson1-6/+2
2024-04-09target/i386: Preserve DisasContextBase.insn_start across rewindRichard Henderson1-0/+3
2024-04-09target/hppa: Use insn_start from DisasContextBaseRichard Henderson1-5/+5
2024-04-09target/arm: Use insn_start from DisasContextBaseRichard Henderson3-8/+8