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-11
hw/riscv: virt: Fix riscv,pmu DT node path
Conor Dooley
1
-1
/
+1
2023-09-11
target/riscv: select KVM AIA in riscv virt machine
Yong-Xuan Wang
1
-31
/
+63
2023-09-11
target/riscv: update APLIC and IMSIC to support KVM AIA
Yong-Xuan Wang
2
-20
/
+61
2023-09-11
target/riscv: support the AIA device emulation with KVM enabled
Yong-Xuan Wang
1
-153
/
+137
2023-09-11
hw/intc: Make rtc variable names consistent
Jason Chien
1
-3
/
+3
2023-09-11
hw/intc: Fix upper/lower mtime write calculation
Jason Chien
1
-2
/
+3
2023-09-11
hw/char/riscv_htif: Fix the console syscall on big endian hosts
Thomas Huth
1
-4
/
+5
2023-09-11
hw/char/riscv_htif: Fix printing of console characters on big endian hosts
Thomas Huth
1
-1
/
+2
2023-09-08
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
19
-80
/
+44
2023-09-08
qxl: don't assert() if device isn't yet initialized
Marc-André Lureau
1
-1
/
+4
2023-09-08
hw/net/vmxnet3: Fix guest-triggerable assert()
Thomas Huth
1
-1
/
+4
2023-09-08
hw/ppc: use g_free() in spapr_tce_table_post_load()
Daniel Henrique Barboza
1
-1
/
+1
2023-09-08
trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric value
Thomas Huth
7
-60
/
+15
2023-09-08
hw/display/xlnx_dp: update comments
Peter Maydell
1
-3
/
+6
2023-09-08
audio: spelling fixes
Michael Tokarev
4
-9
/
+9
2023-09-08
xen: spelling fix
Michael Tokarev
1
-1
/
+1
2023-09-08
riscv: spelling fixes
Michael Tokarev
2
-3
/
+3
2023-09-08
trace-events: Fix the name of the tracing.rst file
Thomas Huth
1
-1
/
+1
2023-09-07
hw/ufs: Support for UFS logical unit
Jeuk Kim
5
-7
/
+1760
2023-09-07
hw/ufs: Support for Query Transfer Requests
Jeuk Kim
3
-2
/
+1033
2023-09-07
hw/ufs: Initial commit for emulated Universal-Flash-Storage
Jeuk Kim
8
-0
/
+360
2023-09-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
7
-8
/
+11
2023-09-07
Merge tag 'ide-pull-request' of https://gitlab.com/jsnow/qemu into staging
Stefan Hajnoczi
2
-32
/
+80
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
[next]