aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-08log: Remove unneeded new lineBALATON Zoltan
2023-03-08memory: Dump HPA and access type of ramblocksTed Chen
2023-03-08ui/cocoa: Override windowDidResignKeyAkihiko Odaki
2023-03-08hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan
2023-03-08hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan
2023-03-08hw/usb/vt82c686-uhci-pci: Use PCI IRQ routingBernhard Beschow
2023-03-08hw/ppc/pegasos2: Fix PCI interrupt routingBALATON Zoltan
2023-03-08hw/isa/vt82c686: Implement PCI IRQ routingBALATON Zoltan
2023-03-08hw/intc/i8259: Implement legacy LTIM Edge/Level Bank SelectDavid Woodhouse
2023-03-08hw/display/sm501: Add debug property to control pixman usageBALATON Zoltan
2023-03-08Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"BALATON Zoltan
2023-03-08Revert "hw/isa/i82378: Remove intermediate IRQ forwarder"Philippe Mathieu-Daudé
2023-03-08hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé
2023-03-08target/mips: Set correct CP0.Config[4, 5] values for M14K(c)Marcin Nowakowski
2023-03-08target/mips: Implement CP0.Config7.WII bit supportMarcin Nowakowski
2023-03-08target/mips: Fix SWM32 handling for microMIPSMarcin Nowakowski
2023-03-07roms/openbios: update OpenBIOS images to af97fd7a built from submoduleMark Cave-Ayland
2023-03-07gdbstub: move update guest debug to accel opsMads Ynddal
2023-03-07gdbstub: Build syscall.c onceRichard Henderson
2023-03-07stubs: split semihosting_get_target from system only stubsAlex Bennée
2023-03-07gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_tRichard Henderson
2023-03-07gdbstub: Remove gdb_do_syscallvRichard Henderson
2023-03-07gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée
2023-03-07include: split target_long definition from cpu-defsAlex Bennée
2023-03-07testing: probe gdb for supported architectures ahead of timeAlex Bennée
2023-03-07gdbstub: only compile gdbstub twice for whole buildAlex Bennée
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-07gdbstub: don't use target_ulong while handling registersAlex Bennée
2023-03-07gdbstub: fix address type of gdb_set_cpu_pcAlex Bennée
2023-03-07gdbstub: specialise stub_can_reverseAlex Bennée
2023-03-07gdbstub: introduce gdb_get_max_cpusAlex Bennée
2023-03-07gdbstub: specialise target_memory_rw_debugAlex Bennée
2023-03-07gdbstub: specialise handle_query_attachedAlex Bennée
2023-03-07gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée
2023-03-07gdbstub: rationalise signal mapping in softmmuAlex Bennée
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-03-07vfio: Fix vfio_get_dev_region() trace eventCédric Le Goater
2023-03-07vfio/migration: Rename entry pointsAlex Williamson
2023-03-07docs/devel: Document VFIO device dirty page trackingAvihai Horon
2023-03-07vfio/migration: Query device dirty page tracking supportJoao Martins
2023-03-07vfio/migration: Block migration with vIOMMUJoao Martins
2023-03-07vfio/common: Add device dirty page bitmap syncJoao Martins
2023-03-07vfio/common: Extract code from vfio_get_dirty_bitmap() to new functionAvihai Horon
2023-03-07vfio/common: Add device dirty page tracking start/stopJoao Martins
2023-03-07target/mips: Fix JALS32/J32 instruction handling for microMIPSMarcin Nowakowski
2023-03-07target/mips: Replace [g_]assert(0) -> g_assert_not_reached()Philippe Mathieu-Daudé
2023-03-07docs/system: Remove "mips" board from target-mips.rstJiaxun Yang
2023-03-07gdbstub: move chunk of softmmu functionality to own fileAlex Bennée