index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-07
Merge tag 'pull-ppc-20230906' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
14
-143
/
+426
2023-09-07
sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targets
Philippe Mathieu-Daudé
1
-0
/
+1
2023-09-07
sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targets
Philippe Mathieu-Daudé
1
-0
/
+1
2023-09-07
target/i386: Allow elision of kvm_hv_vpindex_settable()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-09-07
target/i386: Allow elision of kvm_enable_x2apic()
Philippe Mathieu-Daudé
2
-7
/
+4
2023-09-07
hw/i386/fw_cfg: Include missing 'cpu.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2023-09-07
hw/i386/pc: Include missing 'cpu.h' header
Philippe Mathieu-Daudé
2
-0
/
+2
2023-09-07
hw/i386/pc: Include missing 'sysemu/tcg.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2023-09-06
hw/ide/ahci: fix broken SError handling
Niklas Cassel
1
-2
/
+1
2023-09-06
hw/ide/ahci: fix ahci_write_fis_sdb()
Niklas Cassel
1
-2
/
+8
2023-09-06
hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set
Niklas Cassel
1
-2
/
+5
2023-09-06
hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared
Niklas Cassel
1
-0
/
+5
2023-09-06
hw/ide/ahci: simplify and document PxCI handling
Niklas Cassel
1
-20
/
+50
2023-09-06
hw/ide/ahci: write D2H FIS when processing NCQ command
Niklas Cassel
1
-6
/
+11
2023-09-06
hw/ide/core: set ERR_STAT in unsupported command completion
Niklas Cassel
1
-1
/
+1
2023-09-06
Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...
Stefan Hajnoczi
13
-187
/
+315
2023-09-06
ppc/xive: Add support for the PC MMIOs
Cédric Le Goater
1
-36
/
+48
2023-09-06
ppc/xive: Handle END triggers between chips with MMIOs
Cédric Le Goater
2
-2
/
+68
2023-09-06
ppc/xive: Introduce a new XiveRouter end_notify() handler
Cédric Le Goater
1
-10
/
+18
2023-09-06
ppc/xive: Use address_space routines to access the machine RAM
Cédric Le Goater
2
-8
/
+46
2023-09-06
target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()
jianchunfu
1
-2
/
+6
2023-09-06
hw/ppc/e500: fix broken snapshot replay
Maksim Kostin
1
-1
/
+1
2023-09-06
spapr: Fix record-replay machine reset consuming too many events
Nicholas Piggin
1
-3
/
+9
2023-09-06
spapr: Fix machine reset deadlock from replay-record
Nicholas Piggin
1
-2
/
+18
2023-09-06
target/ppc: Fix timebase reset with record-replay
Nicholas Piggin
1
-2
/
+9
2023-09-06
hw/ppc: Read time only once to perform decrementer write
Nicholas Piggin
1
-31
/
+53
2023-09-06
hw/ppc: Reset timebase facilities on machine reset
Nicholas Piggin
6
-20
/
+34
2023-09-06
hw/ppc: Always store the decrementer value
Nicholas Piggin
1
-10
/
+10
2023-09-06
target/ppc: Sign-extend large decrementer to 64-bits
Nicholas Piggin
1
-2
/
+4
2023-09-06
hw/ppc: Avoid decrementer rounding errors
Nicholas Piggin
1
-15
/
+24
2023-09-06
hw/ppc: Round up the decrementer interval when converting to ns
Nicholas Piggin
1
-12
/
+19
2023-09-06
hw/ppc: Introduce functions for conversion between timebase and nanoseconds
Nicholas Piggin
1
-10
/
+18
2023-09-06
hw/ppc/ppc.c: Tidy over-long lines
Nicholas Piggin
1
-7
/
+12
2023-09-06
ppc/vof: Fix missed fields in VOF cleanup
Nicholas Piggin
1
-0
/
+2
2023-09-06
spapr: implement H_SET_MODE debug facilities
Nicholas Piggin
1
-0
/
+57
2023-09-01
hw/sd: Introduce a "sd-card" SPI variant model
Cédric Le Goater
3
-18
/
+42
2023-09-01
hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handler
Philippe Mathieu-Daudé
1
-14
/
+16
2023-09-01
hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handler
Joel Stanley
1
-11
/
+17
2023-09-01
hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handler
Philippe Mathieu-Daudé
1
-13
/
+15
2023-09-01
hw/sd: Add sd_cmd_ALL_SEND_CID() handler
Philippe Mathieu-Daudé
1
-11
/
+12
2023-09-01
hw/sd: Add sd_cmd_SEND_OP_CMD() handler
Philippe Mathieu-Daudé
2
-10
/
+10
2023-09-01
hw/sd: Add sd_cmd_GO_IDLE_STATE() handler
Philippe Mathieu-Daudé
1
-12
/
+12
2023-09-01
hw/sd: Add sd_cmd_unimplemented() handler
Philippe Mathieu-Daudé
1
-9
/
+12
2023-09-01
hw/sd: Add sd_cmd_illegal() handler
Philippe Mathieu-Daudé
1
-36
/
+26
2023-09-01
hw/sd: Introduce sd_cmd_handler type
Philippe Mathieu-Daudé
1
-0
/
+13
2023-09-01
hw/sd: Move proto_name to SDProto structure
Philippe Mathieu-Daudé
1
-8
/
+27
2023-09-01
hw/sd: When card is in wrong state, log which spec version is used
Philippe Mathieu-Daudé
1
-2
/
+16
2023-09-01
hw/sd: When card is in wrong state, log which state it is
Philippe Mathieu-Daudé
1
-3
/
+9
2023-09-01
hw/sd/sdcard: Return ILLEGAL for CMD19/CMD23 prior SD spec v3.01
Philippe Mathieu-Daudé
1
-2
/
+2
2023-09-01
aspeed: Get the BlockBackend of FMC0 from the flash device
Cédric Le Goater
1
-3
/
+5
[prev]
[next]