aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-18mac_dbdma: Remove leftover `dma_memory_unmap` callsMattias Nissler1-4/+0
2024-09-17Merge tag 'pull-request-2024-09-17' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+1
2024-09-17include/hw/s390x: replace assert(false) with g_assert_not_reached()Pierrick Bouvier1-1/+1
2024-09-16hw/i2c/aspeed: Add support for Tx/Rx buffer 64 bit addressesJamin Lin1-1/+11
2024-09-16hw/i2c/aspeed: Add AST2700 supportJamin Lin1-0/+1
2024-09-16hw/i2c/aspeed: Introduce a new dma_dram_offset attribute in AspeedI2CbusJamin Lin1-8/+1
2024-09-16hw/i2c/aspeed: Support discontinuous poll buffer memory region of I2C busJamin Lin1-0/+1
2024-09-16hw/i2c/aspeed: Introduce a new bus pool buffer attribute in AspeedI2CbusJamin Lin1-0/+4
2024-09-16hw/i2c/aspeed: Support discontinuous register memory region of I2C busJamin Lin1-0/+1
2024-09-13ui/sdl2: ignore GUI keys in SDL_TEXTINPUT handlerVolker Rümelin1-0/+1
2024-09-13ui/sdl2: release all modifiersVolker Rümelin1-0/+1
2024-09-13hw/char/escc: convert Sun mouse to use QemuInputHandlerMark Cave-Ayland1-0/+3
2024-09-13fifo8: introduce fifo8_peek() functionMark Cave-Ayland1-0/+11
2024-09-13fifo8: add fifo8_peek_buf() functionMark Cave-Ayland1-0/+14
2024-09-13hw/char/pl011: Remove unused 'readbuff' fieldPhilippe Mathieu-Daudé1-1/+0
2024-09-13target/cris: Remove the deprecated CRIS targetPhilippe Mathieu-Daudé1-1/+0
2024-09-13system: Remove support for CRIS targetPhilippe Mathieu-Daudé1-1/+0
2024-09-13hw/dma: Remove ETRAX_FS DMA devicePhilippe Mathieu-Daudé1-36/+0
2024-09-13hw/net: Remove TYPE_ETRAX_FS_ETH devicePhilippe Mathieu-Daudé1-36/+0
2024-09-13hw/char: Remove TYPE_ETRAX_FS_SERIAL devicePhilippe Mathieu-Daudé1-18/+0
2024-09-13linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé1-7/+0
2024-09-13hw/sh4: Remove sh7750_register_io_device() helperPhilippe Mathieu-Daudé1-16/+0
2024-09-13hw/block: Remove TC58128 NAND EEPROMPhilippe Mathieu-Daudé1-3/+0
2024-09-13hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé1-2/+0
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter1-0/+1
2024-09-13hw/boards: Add hvf_get_physical_address_range to MachineClassDanny Canter1-0/+5
2024-09-13kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()Johannes Stoelp2-8/+17
2024-09-13hw/core/resettable: Remove transitional_function machineryPeter Maydell1-13/+0
2024-09-13hw: Rename DeviceClass::reset field to legacy_resetPeter Maydell1-2/+2
2024-09-13hw: Define new device_class_set_legacy_reset()Peter Maydell1-0/+13
2024-09-13hw: Remove device_class_set_parent_reset()Peter Maydell1-16/+0
2024-09-13target/s390: Convert CPU to Resettable interfacePeter Maydell1-0/+2
2024-09-13Merge tag 'pull-loongarch-20240912' of https://gitlab.com/gaosong/qemu into s...Peter Maydell1-4/+5
2024-09-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell6-0/+56
2024-09-12hw/loongarch: virt: support up to 4 serial portsJason A. Donenfeld1-4/+5
2024-09-11hw/acpi/ich9: Add periodic and swsmi timerDominic Prinz3-0/+33
2024-09-11vhost_net: configure all host notifiers in a single MR transactionzuoboqun1-0/+4
2024-09-11hw: Move declaration of IRQState to header and add init functionBALATON Zoltan1-0/+18
2024-09-10virtio: Allow .get_vhost() without vhost_startedHanna Czenczek1-0/+1
2024-09-10Merge tag 'pull-qapi-2024-09-10' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell11-52/+52
2024-09-10qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefixMarkus Armbruster1-1/+1
2024-09-10qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefixMarkus Armbruster1-7/+7
2024-09-10qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster3-16/+16
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster7-26/+26
2024-09-10qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix'Markus Armbruster2-2/+2
2024-09-10Merge tag 'migration-20240909-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell3-9/+9
2024-09-09softmmu/physmem: fix memory leak in dirty_memory_extend()David Hildenbrand1-0/+1
2024-09-09softmmu: Support concurrent bounce buffersMattias Nissler2-9/+8
2024-09-09crypto: Introduce x509 utilsDorjoy Chowdhury1-0/+22
2024-09-09crypto: Define macros for hash algorithm digest lengthsDorjoy Chowdhury1-0/+8