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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-06-19
hw/intc/allwinner-a10-pic: Handle IRQ levels other than 0 or 1
Peter Maydell
1
-1
/
+1
2023-06-16
Merge tag 'pull-loongarch-20230616' of https://gitlab.com/gaosong/qemu into s...
Richard Henderson
4
-36
/
+231
2023-06-16
Merge tag 'xenpvh5-tag' of https://gitlab.com/sstabellini/qemu into staging
Richard Henderson
10
-1004
/
+1180
2023-06-16
hw/loongarch: Supplement cpu topology arguments
Tianrui Zhao
2
-1
/
+12
2023-06-16
hw/loongarch: Add numa support
Tianrui Zhao
3
-24
/
+139
2023-06-16
hw/intc: Set physical cpuid route for LoongArch ipi device
Tianrui Zhao
2
-7
/
+38
2023-06-16
hw/loongarch/virt: Add cpu arch_id support
Tianrui Zhao
2
-8
/
+46
2023-06-15
hw/arm: introduce xenpvh machine
Vikram Garhwal
2
-0
/
+183
2023-06-15
hw/xen/xen-hvm-common: Use g_new and error_report
Vikram Garhwal
1
-6
/
+6
2023-06-15
hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
Stefano Stabellini
1
-19
/
+38
2023-06-15
xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
Stefano Stabellini
5
-968
/
+941
2023-06-15
hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
Stefano Stabellini
1
-31
/
+27
2023-06-15
hw/i386/xen: rearrange xen_hvm_init_pc
Vikram Garhwal
1
-24
/
+25
2023-06-15
hw/i386/xen/: move xen-mapcache.c to hw/xen/
Vikram Garhwal
6
-6
/
+10
2023-06-15
target/arm: Allow users to set the number of VFP registers
Cédric Le Goater
1
-0
/
+2
2023-06-15
aspeed: Introduce a "bmc-console" machine option
Cédric Le Goater
1
-2
/
+38
2023-06-15
aspeed: Use the boot_rom region of the fby35 machine
Cédric Le Goater
1
-14
/
+15
2023-06-15
aspeed: Introduce a boot_rom region at the machine level
Cédric Le Goater
1
-6
/
+6
2023-06-15
aspeed/hace: Initialize g_autofree pointer
Cédric Le Goater
1
-1
/
+1
2023-06-15
hw/arm/aspeed: Add VPD data for Rainier machine
Ninad Palsule
3
-3
/
+53
2023-06-14
Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qem...
Richard Henderson
4
-54
/
+53
2023-06-14
hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.
Tommy Wu
1
-2
/
+2
2023-06-13
hw/vfio: Add number of dirty pages to vfio_get_dirty_bitmap tracepoint
Joao Martins
2
-4
/
+5
2023-06-13
hw/char/parallel-isa: Export struct ISAParallelState
Bernhard Beschow
6
-14
/
+6
2023-06-13
hw/char/parallel: Export struct ParallelState
Bernhard Beschow
1
-20
/
+0
2023-06-13
hw/scsi/megasas: Silent GCC duplicated-cond warning
Philippe Mathieu-Daudé
1
-6
/
+10
2023-06-13
hw/ide/ahci: Remove stray backslash
Niklas Cassel
1
-1
/
+1
2023-06-13
hw/i2c: Enable an id for the pca954x devices
Patrick Venture
1
-0
/
+22
2023-06-13
riscv/virt: Support using pflash via -blockdev option
Sunil V L
1
-3
/
+5
2023-06-13
hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
Sunil V L
1
-32
/
+21
2023-06-13
hw/riscv: qemu crash when NUMA nodes exceed available CPUs
Yin Wang
1
-0
/
+6
2023-06-13
hw/riscv/opentitan: Correct OpenTitanState parent type/size
Philippe Mathieu-Daudé
1
-1
/
+2
2023-06-13
hw/riscv/opentitan: Explicit machine type definition
Philippe Mathieu-Daudé
1
-3
/
+7
2023-06-13
hw/riscv/opentitan: Add TYPE_OPENTITAN_MACHINE definition
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-13
hw/riscv/opentitan: Declare QOM types using DEFINE_TYPES() macro
Philippe Mathieu-Daudé
1
-12
/
+9
2023-06-13
hw/riscv/opentitan: Rename machine_[class]_init() functions
Philippe Mathieu-Daudé
1
-4
/
+4
2023-06-10
Merge tag 'pull-ppc-20230610' of https://gitlab.com/danielhb/qemu into staging
Richard Henderson
5
-16
/
+44
2023-06-10
hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI
Thomas Huth
1
-0
/
+1
2023-06-10
target/ppc: Decrementer fix BookE semantics
Nicholas Piggin
1
-7
/
+2
2023-06-10
target/ppc: Fix decrementer time underflow and infinite timer loop
Nicholas Piggin
1
-0
/
+2
2023-06-10
pnv/xive2: Quiet down some error messages
Frederic Barrat
1
-0
/
+4
2023-06-10
pnv/xive2: Handle TIMA access through all ports
Frederic Barrat
2
-1
/
+5
2023-06-10
pnv/xive2: Introduce macros to manipulate TIMA addresses
Frederic Barrat
1
-7
/
+7
2023-06-10
pnv/xive2: Allow writes to the Physical Thread Enable registers
Frederic Barrat
1
-0
/
+1
2023-06-10
pnv/xive2: Add definition for the ESB cache configuration register
Frederic Barrat
2
-0
/
+11
2023-06-10
pnv/xive2: Add definition for TCTXT Config register
Frederic Barrat
2
-1
/
+11
2023-06-09
hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macro
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-09
hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macro
Philippe Mathieu-Daudé
1
-3
/
+1
2023-06-09
hw/i386/microvm: Simplify using object_dynamic_cast()
Philippe Mathieu-Daudé
1
-2
/
+1
2023-06-09
hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macro
Philippe Mathieu-Daudé
1
-2
/
+1
[next]