aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster2-1/+2
2023-01-19ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster1-0/+5
2023-01-19ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster1-0/+2
2023-01-19ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster1-0/+26
2023-01-19ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster1-2/+0
2023-01-19ui/spice: Require spice-server >= 0.14.0Markus Armbruster2-7/+1
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2-10/+9
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster1-1/+1
2023-01-19coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster6-17/+23
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster2-2/+0
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-1/+1
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson1-0/+3
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-1/+2
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson1-8/+3
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson1-1/+1
2023-01-16hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_initPhilippe Mathieu-Daudé1-1/+1
2023-01-16Merge tag 'mips-20230113' of https://github.com/philmd/qemu into stagingPeter Maydell10-13/+40
2023-01-13hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in headerPhilippe Mathieu-Daudé1-0/+18
2023-01-13hw/rtc/mc146818rtc: Make the mc146818 RTC device target independentThomas Huth1-0/+1
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth3-3/+10
2023-01-13hw/intc/i8259: Make using the isa_pic singleton more type-safeBernhard Beschow2-3/+4
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow1-1/+2
2023-01-13mips: Always include nanomips disassemblerPaolo Bonzini1-1/+0
2023-01-13hw/mips/bootloader: Handle buffers as opaque arraysPhilippe Mathieu-Daudé1-5/+5
2023-01-12hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé10-39/+26
2023-01-12hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type namePhilippe Mathieu-Daudé1-5/+4
2023-01-12hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type namePhilippe Mathieu-Daudé1-5/+4
2023-01-12hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type namePhilippe Mathieu-Daudé1-3/+3
2023-01-12hw/arm/pxa: Avoid forward-declaring PXA2xxI2CStatePhilippe Mathieu-Daudé1-3/+3
2023-01-12hw/arm/pxa2xx: Simplify pxa270_init()Philippe Mathieu-Daudé1-2/+1
2023-01-12hw/arm/pxa2xx: Simplify pxa255_init()Philippe Mathieu-Daudé1-1/+1
2023-01-12hw/arm: Allwinner A10 enable SPL load from MMCStrahinja Jankovic1-0/+21
2023-01-12{hw/i2c,docs/system/arm}: Allwinner TWI/I2C EmulationStrahinja Jankovic3-0/+60
2023-01-12hw/misc: Allwinner A10 DRAM Controller EmulationStrahinja Jankovic2-0/+70
2023-01-12hw/misc: Allwinner-A10 Clock Controller Module EmulationStrahinja Jankovic2-0/+69
2023-01-12hw/arm/stm32f405: correctly describe the memory layoutFelipe Balbi1-1/+4
2023-01-11hw/xen: use G_GNUC_PRINTF/SCANF for various functionsDaniel P. Berrangé2-3/+6
2023-01-11chardev: clean up chardev-parallel.cPaolo Bonzini1-5/+0
2023-01-11kvm: Atomic memslot updatesDavid Hildenbrand1-0/+8
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito2-0/+59
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell3-5/+11
2023-01-09Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov1-1/+7
2023-01-09exec/memory: Expose memory_region_access_valid()Philippe Mathieu-Daudé2-4/+4
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell86-392/+475
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell5-4/+5
2023-01-08hw/acpi/aml-build: Only generate cluster node in PPTT when specifiedYicong Yang1-0/+3
2023-01-08vdpa-dev: get iova range explicitlyLongpeng1-0/+2
2023-01-08include: Include headers where neededMarkus Armbruster43-9/+71
2023-01-08include/hw/virtio: Break inclusion loopMarkus Armbruster1-1/+0
2023-01-08include/hw/cxl: Break inclusion loop cxl_pci.h and cxl_cdat_hMarkus Armbruster1-1/+0