aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-19hw/sparc64/ebus: Access memory regions via pci_address_space_io()Philippe Mathieu-Daudé
2023-10-19hw/pci-host/sh_pcic: Replace magic value by proper definitionPhilippe Mathieu-Daudé
2023-10-19hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function namesPhilippe Mathieu-Daudé
2023-10-19hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé
2023-10-19hw/misc/mips_itu: Make MIPSITUState target agnosticPhilippe Mathieu-Daudé
2023-10-19hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'Philippe Mathieu-Daudé
2023-10-19hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé
2023-10-19hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h'Philippe Mathieu-Daudé
2023-10-19hw/sd/sdhci: Block Size Register bits [14:12] is lostLu Gao
2023-10-19memory: follow Error API guidelinesMarc-André Lureau
2023-10-19memory: drop needless argumentMarc-André Lureau
2023-10-19buildsys: Only display Objective-C information when Objective-C is usedPhilippe Mathieu-Daudé
2023-10-19cutils: Fix get_relocated_path on WindowsAkihiko Odaki
2023-10-19MAINTAINERS: Add include/hw/openrisc/ to the OpenRISC sectionThomas Huth
2023-10-19MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt se...Thomas Huth
2023-10-19MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine sectionThomas Huth
2023-10-19MAINTAINERS: Split vt82c686 out of fuloong2eBALATON Zoltan
2023-10-19mailmap: update email addresses for Luc MichelLuc Michel
2023-10-19Merge tag 'pull-lu-20231018' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-10-19Merge tag 'migration-20231018-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-10-18linux-user: Remap guest SIGABRTRichard Henderson
2023-10-18linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAPRichard Henderson
2023-10-18linux-user: Split out host_sig{segv,bus}_handlerRichard Henderson
2023-10-18linux-user: Simplify signal_initRichard Henderson
2023-10-18linux-user: Map unsupported signals to an out-of-bounds valueRichard Henderson
2023-10-18linux-user: Only register handlers for core_dump_signal by defaultRichard Henderson
2023-10-18linux-user: Detect and report host crashesHelge Deller
2023-10-18linux-user: Exit not abort in die_with_backtraceRichard Henderson
2023-10-18linux-user: Split out die_with_signalRichard Henderson
2023-10-18linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmapRichard Henderson
2023-10-18linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArchJiajie Chen
2023-10-18linux-user/sh4: Fix crashes on signal deliveryMikulas Patocka
2023-10-18linux-user/mips: fix abort on integer overflowMikulas Patocka
2023-10-18linux-user: Fixes for zero_bssRichard Henderson
2023-10-18Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-10-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-18migration: save_zero_page() can take block through pssJuan Quintela
2023-10-18migration: control_save_page() can take block through pssJuan Quintela
2023-10-18migration: save_compress_page() can take block through pssJuan Quintela
2023-10-18hw/vfio: add ramfb migration supportMarc-André Lureau
2023-10-18ramfb-standalone: add migration supportMarc-André Lureau
2023-10-18ramfb: add migration supportMarc-André Lureau
2023-10-18vfio/pci: Remove vfio_detach_device from vfio_realize error pathEric Auger
2023-10-18vfio/ccw: Remove redundant definition of TYPE_VFIO_CCWZhenzhong Duan
2023-10-18vfio/ap: Remove pointless apdev variableZhenzhong Duan
2023-10-18vfio/pci: Fix a potential memory leak in vfio_listener_region_addZhenzhong Duan
2023-10-18vfio/common: Move legacy VFIO backend code into separate container.cYi Liu
2023-10-18vfio/common: Introduce a global VFIODevice listZhenzhong Duan
2023-10-18vfio/common: Store the parent container in VFIODeviceZhenzhong Duan
2023-10-18vfio/common: Introduce a per container device listZhenzhong Duan