aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-09-11hw/riscv: virt: Fix riscv,pmu DT node pathConor Dooley1-1/+1
2023-09-11target/riscv: select KVM AIA in riscv virt machineYong-Xuan Wang1-31/+63
2023-09-11target/riscv: update APLIC and IMSIC to support KVM AIAYong-Xuan Wang2-20/+61
2023-09-11target/riscv: support the AIA device emulation with KVM enabledYong-Xuan Wang1-153/+137
2023-09-11hw/intc: Make rtc variable names consistentJason Chien1-3/+3
2023-09-11hw/intc: Fix upper/lower mtime write calculationJason Chien1-2/+3
2023-09-11hw/char/riscv_htif: Fix the console syscall on big endian hostsThomas Huth1-4/+5
2023-09-11hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth1-1/+2
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi19-80/+44
2023-09-08qxl: don't assert() if device isn't yet initializedMarc-André Lureau1-1/+4
2023-09-08hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth1-1/+4
2023-09-08hw/ppc: use g_free() in spapr_tce_table_post_load()Daniel Henrique Barboza1-1/+1
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth7-60/+15
2023-09-08hw/display/xlnx_dp: update commentsPeter Maydell1-3/+6
2023-09-08audio: spelling fixesMichael Tokarev4-9/+9
2023-09-08xen: spelling fixMichael Tokarev1-1/+1
2023-09-08riscv: spelling fixesMichael Tokarev2-3/+3
2023-09-08trace-events: Fix the name of the tracing.rst fileThomas Huth1-1/+1
2023-09-07hw/ufs: Support for UFS logical unitJeuk Kim5-7/+1760
2023-09-07hw/ufs: Support for Query Transfer RequestsJeuk Kim3-2/+1033
2023-09-07hw/ufs: Initial commit for emulated Universal-Flash-StorageJeuk Kim8-0/+360
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi7-8/+11
2023-09-07Merge tag 'ide-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi2-32/+80
2023-09-07Merge tag 'pull-ppc-20230906' of https://github.com/legoater/qemu into stagingStefan Hajnoczi14-143/+426
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé1-0/+1
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé1-0/+1
2023-09-07target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé1-1/+1
2023-09-07target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé2-7/+4
2023-09-07hw/i386/fw_cfg: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-09-07hw/i386/pc: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2-0/+2
2023-09-07hw/i386/pc: Include missing 'sysemu/tcg.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-09-06hw/ide/ahci: fix broken SError handlingNiklas Cassel1-2/+1
2023-09-06hw/ide/ahci: fix ahci_write_fis_sdb()Niklas Cassel1-2/+8
2023-09-06hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel1-2/+5
2023-09-06hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is clearedNiklas Cassel1-0/+5
2023-09-06hw/ide/ahci: simplify and document PxCI handlingNiklas Cassel1-20/+50
2023-09-06hw/ide/ahci: write D2H FIS when processing NCQ commandNiklas Cassel1-6/+11
2023-09-06hw/ide/core: set ERR_STAT in unsupported command completionNiklas Cassel1-1/+1
2023-09-06Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi13-187/+315
2023-09-06ppc/xive: Add support for the PC MMIOsCédric Le Goater1-36/+48
2023-09-06ppc/xive: Handle END triggers between chips with MMIOsCédric Le Goater2-2/+68
2023-09-06ppc/xive: Introduce a new XiveRouter end_notify() handlerCédric Le Goater1-10/+18
2023-09-06ppc/xive: Use address_space routines to access the machine RAMCédric Le Goater2-8/+46
2023-09-06target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()jianchunfu1-2/+6
2023-09-06hw/ppc/e500: fix broken snapshot replayMaksim Kostin1-1/+1
2023-09-06spapr: Fix record-replay machine reset consuming too many eventsNicholas Piggin1-3/+9
2023-09-06spapr: Fix machine reset deadlock from replay-recordNicholas Piggin1-2/+18
2023-09-06target/ppc: Fix timebase reset with record-replayNicholas Piggin1-2/+9
2023-09-06hw/ppc: Read time only once to perform decrementer writeNicholas Piggin1-31/+53
2023-09-06hw/ppc: Reset timebase facilities on machine resetNicholas Piggin6-20/+34