aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-10block/fuse: Let PUNCH_HOLE write zeroesHanna Czenczek1-1/+10
2023-03-09Merge tag 'qemu-openbios-20230307' of https://github.com/mcayland/qemu into s...Peter Maydell4-0/+0
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell93-1818/+2462
2023-03-09Merge tag 'vfio-updates-20230307.1' of https://gitlab.com/alex.williamson/qem...Peter Maydell6-156/+637
2023-03-09Merge tag 'pull-request-2023-03-07' of https://gitlab.com/thuth/qemu into sta...Peter Maydell16-80/+219
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell53-927/+5804
2023-03-09Merge tag 'pull-aspeed-20230307' of https://github.com/legoater/qemu into sta...Peter Maydell4-9/+17
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell34-169/+768
2023-03-08pc-bios/s390-ccw: Update s390-ccw.img with the list-directed IPL fixThomas Huth1-0/+0
2023-03-08pc-bios: Add support for List-Directed IPL from ECKD DASDJared Rossi2-39/+148
2023-03-08docs/config: Set the "kvm" accelerator via "[accel]" sectionThomas Huth5-2/+12
2023-03-08tests/qtest/readconfig: Test docs/config/ich9-ehci-uhci.cfgThomas Huth2-0/+22
2023-03-08tests/qtest/readconfig: Rework test_object_rng_resp into a generic functionThomas Huth1-7/+8
2023-03-08gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobsThomas Huth1-14/+0
2023-03-08docs/about/deprecated: Deprecate 32-bit arm hosts for system emulationThomas Huth1-0/+9
2023-03-08log: Remove unneeded new lineBALATON Zoltan1-1/+1
2023-03-08memory: Dump HPA and access type of ramblocksTed Chen1-4/+10
2023-03-08ui/cocoa: Override windowDidResignKeyAkihiko Odaki1-3/+8
2023-03-08hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan1-6/+17
2023-03-08hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan5-7/+482
2023-03-08hw/usb/vt82c686-uhci-pci: Use PCI IRQ routingBernhard Beschow1-12/+0
2023-03-08hw/ppc/pegasos2: Fix PCI interrupt routingBALATON Zoltan2-5/+25
2023-03-08hw/isa/vt82c686: Implement PCI IRQ routingBALATON Zoltan1-0/+42
2023-03-08hw/intc/i8259: Implement legacy LTIM Edge/Level Bank SelectDavid Woodhouse3-7/+28
2023-03-08hw/display/sm501: Add debug property to control pixman usageBALATON Zoltan1-3/+15
2023-03-08Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"BALATON Zoltan1-1/+9
2023-03-08Revert "hw/isa/i82378: Remove intermediate IRQ forwarder"Philippe Mathieu-Daudé1-1/+9
2023-03-08hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé3-28/+26
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé9-18/+18
2023-03-08target/mips: Set correct CP0.Config[4, 5] values for M14K(c)Marcin Nowakowski1-2/+8
2023-03-08target/mips: Implement CP0.Config7.WII bit supportMarcin Nowakowski3-1/+7
2023-03-08target/mips: Fix SWM32 handling for microMIPSMarcin Nowakowski1-2/+2
2023-03-07roms/openbios: update OpenBIOS images to af97fd7a built from submoduleMark Cave-Ayland4-0/+0
2023-03-07gdbstub: move update guest debug to accel opsMads Ynddal3-3/+17
2023-03-07gdbstub: Build syscall.c onceRichard Henderson2-6/+2
2023-03-07stubs: split semihosting_get_target from system only stubsAlex Bennée3-5/+18
2023-03-07gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_tRichard Henderson2-20/+26
2023-03-07gdbstub: Remove gdb_do_syscallvRichard Henderson2-27/+10
2023-03-07gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée4-24/+34
2023-03-07include: split target_long definition from cpu-defsAlex Bennée3-18/+44
2023-03-07testing: probe gdb for supported architectures ahead of timeAlex Bennée7-3/+109
2023-03-07gdbstub: only compile gdbstub twice for whole buildAlex Bennée2-7/+27
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée17-288/+387
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée48-121/+149
2023-03-07gdbstub: don't use target_ulong while handling registersAlex Bennée1-7/+10
2023-03-07gdbstub: fix address type of gdb_set_cpu_pcAlex Bennée1-2/+2
2023-03-07gdbstub: specialise stub_can_reverseAlex Bennée4-11/+13
2023-03-07gdbstub: introduce gdb_get_max_cpusAlex Bennée4-10/+28
2023-03-07gdbstub: specialise target_memory_rw_debugAlex Bennée4-62/+96
2023-03-07gdbstub: specialise handle_query_attachedAlex Bennée4-14/+15