aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-07Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt...Peter Maydell
2023-03-07Merge tag 'pull-target-arm-20230306' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-03-07Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell
2023-03-07Merge tag 'pull-xen-20230306' of https://xenbits.xen.org/git-http/people/aper...Peter Maydell
2023-03-06MAINTAINERS: Add entry for RISC-V ACPISunil V L
2023-03-06hw/riscv/virt.c: Initialize the ACPI tablesSunil V L
2023-03-06hw/riscv/virt: virt-acpi-build.c: Add RHCT TableSunil V L
2023-03-06hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADTSunil V L
2023-03-06hw/riscv/virt: Enable basic ACPI infrastructureSunil V L
2023-03-06hw/riscv/virt: Add memmap pointer to RiscVVirtStateSunil V L
2023-03-06hw/riscv/virt: Add a switch to disable ACPISunil V L
2023-03-06hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fieldsSunil V L
2023-03-06riscv: Correctly set the device-tree entry 'mmu-type'Alexandre Ghiti
2023-03-06riscv: Introduce satp mode hw capabilitiesAlexandre Ghiti
2023-03-06riscv: Allow user to set the satp modeAlexandre Ghiti
2023-03-06riscv: Change type of valid_vm_1_10_[32|64] to boolAlexandre Ghiti
2023-03-06riscv: Pass Object to register_cpu_props instead of DeviceStateAlexandre Ghiti
2023-03-06hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao
2023-03-06hw/nvme: flexible data placement emulationJesper Devantier
2023-03-06hw/nvme: basic directives supportGollu Appalanaidu
2023-03-06hw/nvme: add basic endurance group supportKlaus Jensen
2023-03-06hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespaceNiklas Cassel
2023-03-06hw/nvme: move adjustment of data_units{read,written}Joel Granados
2023-03-06hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao
2023-03-06hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel
2023-03-06target/arm: Rewrite check_s2_mmu_setupRichard Henderson
2023-03-06target/arm: Diagnose incorrect usage of arm_is_secure subroutinesRichard Henderson
2023-03-06target/arm: Stub arm_hcr_el2_eff for m-profileRichard Henderson
2023-03-06target/arm: Handle m-profile in arm_is_secureRichard Henderson
2023-03-06target/arm: Implement gdbstub m-profile systemreg and secextRichard Henderson
2023-03-06target/arm: Export arm_v7m_get_sp_ptrDavid Reiss