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
2021-05-04
spapr.c: do not use MachineClass::max_cpus to limit CPUs
Daniel Henrique Barboza
1
-1
/
+10
2021-05-04
ppc/spapr: Add support for implement support for H_SCM_HEALTH
Vaibhav Jain
1
-0
/
+36
2021-05-04
spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDR
Alexey Kardashevskiy
1
-4
/
+4
2021-05-04
hw/ppc: Add emulation of Genesi/bPlan Pegasos II
BALATON Zoltan
3
-0
/
+155
2021-05-04
hw/pci-host: Add emulation of Marvell MV64361 PPC system controller
BALATON Zoltan
5
-0
/
+1881
2021-05-04
vt82c686: Add emulation of VT8231 south bridge
BALATON Zoltan
1
-0
/
+84
2021-05-04
vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it
BALATON Zoltan
1
-31
/
+39
2021-05-04
vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
BALATON Zoltan
1
-0
/
+102
2021-05-04
vt82c686: QOM-ify superio related functionality
BALATON Zoltan
1
-64
/
+132
2021-05-04
hw/ppc/spapr_rtas: Update hflags after setting msr
Richard Henderson
1
-0
/
+2
2021-05-04
hw/ppc/pnv_core: Update hflags after setting msr
Richard Henderson
1
-1
/
+2
2021-05-04
hw/ppc/mac_newworld: Restrict RAM to 2 GiB
Philippe Mathieu-Daudé
1
-0
/
+4
2021-04-30
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+5
2021-04-30
vhost-user-blk: Fail gracefully on too large queue size
Kevin Wolf
1
-0
/
+5
2021-04-30
hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windows
Peter Maydell
2
-4
/
+56
2021-04-30
hw: add compat machines for 6.1
Cornelia Huck
7
-6
/
+63
2021-04-30
hw/arm/smmuv3: Support 16K translation granule
Kunkun Jiang
1
-2
/
+4
2021-04-26
hw/block/nvme: fix invalid msix exclusive uninit
Klaus Jensen
1
-1
/
+2
2021-04-19
mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)
Michael Tokarev
2
-7
/
+0
2021-04-17
hw/arm/armsse: Make SSE-300 use Cortex-M55
Peter Maydell
1
-2
/
+5
2021-04-17
hw/arm/armsse: Give SSE-300 its own Property array
Peter Maydell
1
-3
/
+14
2021-04-13
Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...
Peter Maydell
1
-4
/
+16
2021-04-13
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210413'...
Peter Maydell
1
-3
/
+7
2021-04-13
vhost-user-fs: fix features handling
Anton Kuchin
1
-4
/
+16
2021-04-13
Merge remote-tracking branch 'remotes/philmd/tags/mips-20210413' into staging
Peter Maydell
2
-1
/
+15
2021-04-13
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210412' in...
Peter Maydell
2
-57
/
+10
2021-04-13
hw/isa/piix4: Migrate Reset Control Register
Philippe Mathieu-Daudé
1
-1
/
+14
2021-04-13
hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
Philippe Mathieu-Daudé
1
-0
/
+1
2021-04-12
esp: ensure that do_cmd is set to zero before submitting an ESP select command
Mark Cave-Ayland
1
-0
/
+2
2021-04-12
esp: don't reset async_len directly in esp_select() if cancelling request
Mark Cave-Ayland
1
-1
/
+1
2021-04-12
esp: don't overflow cmdfifo if TC is larger than the cmdfifo size
Mark Cave-Ayland
1
-0
/
+1
2021-04-12
esp: don't overflow cmdfifo in get_cmd()
Mark Cave-Ayland
1
-0
/
+2
2021-04-12
esp: don't underflow cmdfifo in do_cmd()
Mark Cave-Ayland
1
-2
/
+4
2021-04-12
esp: ensure cmdfifo is not empty and current_dev is non-NULL
Mark Cave-Ayland
1
-0
/
+3
2021-04-12
esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()
Mark Cave-Ayland
1
-12
/
+28
2021-04-12
esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop()
Mark Cave-Ayland
1
-14
/
+6
2021-04-12
esp: consolidate esp_cmdfifo_push() into esp_fifo_push()
Mark Cave-Ayland
1
-19
/
+8
2021-04-12
esp: rework write_response() to avoid using the FIFO for DMA transactions
Mark Cave-Ayland
1
-7
/
+6
2021-04-12
esp: always check current_req is not NULL before use in DMA callbacks
Mark Cave-Ayland
1
-5
/
+14
2021-04-12
esp: fix setting of ESPState mig_version_id when launching QEMU with -S option
Mark Cave-Ayland
2
-3
/
+5
2021-04-12
hw/arm/mps2-tz: Assert if more than one RAM is attached to an MPC
Peter Maydell
1
-2
/
+6
2021-04-12
hw/arm/mps2-tz: Fix MPC setting for AN524 SRAM block
Peter Maydell
1
-1
/
+1
2021-04-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210412'...
Peter Maydell
2
-6
/
+10
2021-04-12
hw/arm/smmuv3: Emulate CFGI_STE_RANGE for an aligned range of StreamIDs
Zenghui Yu
1
-4
/
+8
2021-04-12
hw/arm/virt-acpi-build: Fix GSIV values of the {GERR, Sync} interrupts
Zenghui Yu
1
-2
/
+2
2021-04-12
hw/block/nvme: drain namespaces on sq deletion
Klaus Jensen
1
-2
/
+21
2021-04-12
hw/block/nvme: store aiocb in compare
Klaus Jensen
1
-1
/
+2
2021-04-12
hw/block/nvme: map prp fix if prp2 contains non-zero offset
Padmakar Kalghatgi
1
-3
/
+9
2021-04-12
spapr.c: always pulse guest IRQ in spapr_core_unplug_request()
Daniel Henrique Barboza
1
-1
/
+10
2021-04-12
spapr: rollback 'unplug timeout' for CPU hotunplugs
Daniel Henrique Barboza
2
-56
/
+0
[next]