aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-31configure: don't enable cross compilers unless in target_listAlex Bennée
2022-10-31tests/docker: Add flex/bison to `debian-all-test`Anton Johansson
2022-10-31tests/docker: update test-mingw to run single buildAlex Bennée
2022-10-31tests/lcitool: Refresh to latest libvirt-ci moduleAlex Bennée
2022-10-31tests/docker: update fedora-win[32|64]-cross with lcitoolAlex Bennée
2022-10-31tests/lcitool: Rename non-Debian specific helperAlex Bennée
2022-11-01accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson
2022-11-01tcg/tci: fix logic error when registering helpers via FFIIcenowy Zheng
2022-11-01tcg/sparc64: Remove sparc32plus constraintsRichard Henderson
2022-11-01tcg/sparc64: Rename from tcg/sparcRichard Henderson
2022-11-01tcg/sparc: Remove support for sparc32plusRichard Henderson
2022-10-31mac_newworld: Turn CORE99_VIA_CONFIG defines into an enumBALATON Zoltan
2022-10-31mac_{old|new}world: Code style fix adding missing braces to if-sBALATON Zoltan
2022-10-31mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move PROM and KERNEL defines to board codeBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move grackle-pcihost type declaration out to a headerBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move newworld specific parts out from shared headerBALATON Zoltan
2022-10-31mac_{old|new}world: Reduce number of QOM castsBALATON Zoltan
2022-10-31mac_newworld: Clean up creation of Uninorth devicesBALATON Zoltan
2022-10-31mac_{old|new}world: Avoid else branch by setting default valueBALATON Zoltan
2022-10-31mac_{old|new}world: Set tbfreq at declarationBALATON Zoltan
2022-10-31mac_oldworld: Drop some more variablesBALATON Zoltan
2022-10-31mac_newworld: Drop some variablesBALATON Zoltan
2022-10-31block/blkio: Make driver nvme-io_uring take a "path" instead of a "filename"Alberto Faria
2022-10-31block/blkio: Tolerate device size changesAlberto Faria
2022-10-31block/blkio: Add virtio-blk-vfio-pci BlockDriverAlberto Faria
2022-10-31net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell
2022-10-31Merge tag 'pull-qemu-20221031' of https://gitlab.com/stweil/qemu into stagingStefan Hajnoczi
2022-10-31Merge tag 'mips-20221030' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2022-10-31hw/mips/malta: Use bootloader helper to set BAR registersJiaxun Yang
2022-10-31hw/mips: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang
2022-10-31hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set registerPhilippe Mathieu-Daudé
2022-10-31hw/mips/boston: Don't set link_up for xilinx-pcieJiaxun Yang
2022-10-31hw/isa/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow
2022-10-31hw/isa/piix4: Add missing initializationBernhard Beschow
2022-10-31hw/isa/Kconfig: Fix dependencies of piix4 southbridgeBernhard Beschow
2022-10-31hw/mips/malta: Reuse dev variableBernhard Beschow
2022-10-31hw/isa/piix3: Remove unused includeBernhard Beschow
2022-10-31hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow
2022-10-31hw/isa/piix4: Rename wrongly named methodBernhard Beschow
2022-10-31hw/isa/piix3: Prefer pci_address_space() over get_system_memory()Bernhard Beschow
2022-10-31hw/isa/piix3: Modernize reset handlingBernhard Beschow
2022-10-31hw/isa/piix3: Add size constraints to rcr_opsBernhard Beschow
2022-10-31hw/isa/piix3: Remove extra ';' outside of functionsBernhard Beschow
2022-10-31hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow
2022-10-31disas/mips: Fix branch displacement for BEQZC and BNEZCDavid Daney
2022-10-31disas/nanomips: Rename nanomips.cpp to nanomips.cMilica Lazarevic
2022-10-31disas/nanomips: Remove argument passing by refMilica Lazarevic