aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFU_APBFrancisco Iglesias
2023-09-08hw/misc: Introduce the Xilinx CFI interfaceFrancisco Iglesias
2023-09-08hw/intc/arm_gicv3_its: Avoid maybe-uninitialized error in get_vte()Philippe Mathieu-Daudé
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-07Merge tag 'ide-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi
2023-09-07Merge tag 'pull-ppc-20230906' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé
2023-09-07target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé
2023-09-07hw/i386/fw_cfg: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé
2023-09-07hw/i386/pc: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé
2023-09-07hw/i386/pc: Include missing 'sysemu/tcg.h' headerPhilippe Mathieu-Daudé
2023-09-06hw/ide/ahci: fix broken SError handlingNiklas Cassel
2023-09-06hw/ide/ahci: fix ahci_write_fis_sdb()Niklas Cassel
2023-09-06hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel
2023-09-06hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is clearedNiklas Cassel
2023-09-06hw/ide/ahci: simplify and document PxCI handlingNiklas Cassel
2023-09-06hw/ide/ahci: write D2H FIS when processing NCQ commandNiklas Cassel
2023-09-06hw/ide/core: set ERR_STAT in unsupported command completionNiklas Cassel
2023-09-06Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi
2023-09-06ppc/xive: Add support for the PC MMIOsCédric Le Goater
2023-09-06ppc/xive: Handle END triggers between chips with MMIOsCédric Le Goater
2023-09-06ppc/xive: Introduce a new XiveRouter end_notify() handlerCédric Le Goater
2023-09-06ppc/xive: Use address_space routines to access the machine RAMCédric Le Goater
2023-09-06target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()jianchunfu
2023-09-06hw/ppc/e500: fix broken snapshot replayMaksim Kostin
2023-09-06spapr: Fix record-replay machine reset consuming too many eventsNicholas Piggin
2023-09-06spapr: Fix machine reset deadlock from replay-recordNicholas Piggin
2023-09-06target/ppc: Fix timebase reset with record-replayNicholas Piggin
2023-09-06hw/ppc: Read time only once to perform decrementer writeNicholas Piggin
2023-09-06hw/ppc: Reset timebase facilities on machine resetNicholas Piggin
2023-09-06hw/ppc: Always store the decrementer valueNicholas Piggin
2023-09-06target/ppc: Sign-extend large decrementer to 64-bitsNicholas Piggin
2023-09-06hw/ppc: Avoid decrementer rounding errorsNicholas Piggin
2023-09-06hw/ppc: Round up the decrementer interval when converting to nsNicholas Piggin
2023-09-06hw/ppc: Introduce functions for conversion between timebase and nanosecondsNicholas Piggin
2023-09-06hw/ppc/ppc.c: Tidy over-long linesNicholas Piggin
2023-09-06ppc/vof: Fix missed fields in VOF cleanupNicholas Piggin
2023-09-06spapr: implement H_SET_MODE debug facilitiesNicholas Piggin
2023-09-01hw/sd: Introduce a "sd-card" SPI variant modelCédric Le Goater
2023-09-01hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handlerJoel Stanley
2023-09-01hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_ALL_SEND_CID() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_SEND_OP_CMD() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_GO_IDLE_STATE() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_unimplemented() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_illegal() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Introduce sd_cmd_handler typePhilippe Mathieu-Daudé