aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-10-01hw/usb: Remove MUSB USB host controllerPeter Maydell
2024-10-01hw/block: Remove OneNAND devicePeter Maydell
2024-10-01hw/input: Remove lm832x devicePeter Maydell
2024-10-01hw/input: Remove tsc210x devicePeter Maydell
2024-10-01hw/input: Remove tsc2005 touchscreen controllerPeter Maydell
2024-10-01hw/display: Remove Blizzard display devicePeter Maydell
2024-10-01hw/misc: Remove cbusPeter Maydell
2024-10-01hw/arm: Remove pxa2xx_picPeter Maydell
2024-10-01hw/arm: Remove pxa2xx_gpioPeter Maydell
2024-10-01hw/pcmcia: Remove pxa2xx pcmcia devicePeter Maydell
2024-10-01hw/dma: Remove pxa2xx_dmaPeter Maydell
2024-10-01hw/display: Remove pxa2xx_lcd.cPeter Maydell
2024-10-01hw/input: Remove pxa2xx_keypadPeter Maydell
2024-10-01hw/sd: Remove pxa2xx_mmci.cPeter Maydell
2024-10-01hw/arm: Remove pxa2xx.cPeter Maydell
2024-10-01hw/display: Remove tc6393xb devicePeter Maydell
2024-10-01hw/arm/xlnx: Connect secondary CGEM IRQsKinsey Moore
2024-10-01Merge tag 'pull-nvme-20241001' of https://gitlab.com/birkelund/qemu into stagingPeter Maydell
2024-09-30hw/nvme: support CTRATT.MEMArun Kumar
2024-09-30util/co-shared-resource: Remove unused co_try_get_from_shresDr. David Alan Gilbert
2024-09-30block: Remove unused aio_task_pool_emptyDr. David Alan Gilbert
2024-09-30copy-before-write: allow specifying minimum cluster sizeFiona Ebner
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-26Merge tag 'mem-2024-09-24' of https://github.com/davidhildenbrand/qemu into s...Peter Maydell
2024-09-25Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2024-09-24include/qemu: remove return after g_assert_not_reached()Pierrick Bouvier
2024-09-24virtio-mem: Use new Resettable framework instead of LegacyResetJuraj Marcin
2024-09-24reset: Add RESET_TYPE_WAKEUPJuraj Marcin
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé
2024-09-20license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-20license: Simplify GPL-2.0-or-later license descriptionsPhilippe Mathieu-Daudé
2024-09-20util/cutils: Remove unused qemu_get_exec_dirDr. David Alan Gilbert
2024-09-20hw/sysbus: Remove unused sysbus_mmio_unmapDr. David Alan Gilbert
2024-09-20envlist: Remove unused envlist_parseDr. David Alan Gilbert
2024-09-19plugins: add plugin API to read guest memoryRowan Hart
2024-09-19plugins: extend API to get latest memory value accessedPierrick Bouvier
2024-09-19plugins: save value during memory accessesPierrick Bouvier
2024-09-18mac_dbdma: Remove leftover `dma_memory_unmap` callsMattias Nissler
2024-09-17Merge tag 'pull-request-2024-09-17' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-17include/hw/s390x: replace assert(false) with g_assert_not_reached()Pierrick Bouvier
2024-09-16hw/i2c/aspeed: Add support for Tx/Rx buffer 64 bit addressesJamin Lin
2024-09-16hw/i2c/aspeed: Add AST2700 supportJamin Lin
2024-09-16hw/i2c/aspeed: Introduce a new dma_dram_offset attribute in AspeedI2CbusJamin Lin
2024-09-16hw/i2c/aspeed: Support discontinuous poll buffer memory region of I2C busJamin Lin
2024-09-16hw/i2c/aspeed: Introduce a new bus pool buffer attribute in AspeedI2CbusJamin Lin
2024-09-16hw/i2c/aspeed: Support discontinuous register memory region of I2C busJamin Lin
2024-09-13ui/sdl2: ignore GUI keys in SDL_TEXTINPUT handlerVolker Rümelin
2024-09-13ui/sdl2: release all modifiersVolker Rümelin