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
2020-12-21
s390x/pci: Fix memory_region_access_valid call
Matthew Rosato
1
-4
/
+6
2020-12-21
s390x/pci: fix pcistb length
Matthew Rosato
1
-2
/
+2
2020-12-17
riscv/opentitan: Update the OpenTitan memory layout
Alistair Francis
1
-24
/
+57
2020-12-17
hw/riscv: Use the CPU to determine if 32-bit
Alistair Francis
4
-34
/
+24
2020-12-17
hw/riscv: sifive_u: Remove compile time XLEN checks
Alistair Francis
1
-25
/
+30
2020-12-17
hw/riscv: spike: Remove compile time XLEN checks
Alistair Francis
1
-21
/
+24
2020-12-17
hw/riscv: virt: Remove compile time XLEN checks
Alistair Francis
1
-15
/
+17
2020-12-17
hw/riscv: boot: Remove compile time XLEN checks
Alistair Francis
4
-28
/
+34
2020-12-17
riscv: virt: Remove target macro conditionals
Alistair Francis
1
-1
/
+1
2020-12-17
riscv: spike: Remove target macro conditionals
Alistair Francis
1
-1
/
+1
2020-12-17
hw/riscv: Expand the is 32-bit check to support more CPUs
Alistair Francis
1
-1
/
+11
2020-12-17
intc/ibex_plic: Clear interrupts that occur during claim process
Alistair Francis
1
-3
/
+10
2020-12-17
hw/core/register.c: Don't use '#' flag of printf format
Xinhao Zhang
1
-8
/
+8
2020-12-17
hw/riscv: microchip_pfsoc: add QSPI NOR flash
Vitaly Wool
1
-0
/
+21
2020-12-17
hw/riscv: sifive_u: Add UART1 DT node in the generated DTB
Anup Patel
1
-0
/
+15
2020-12-16
cpu: Remove unnecessary noop methods
Eduardo Habkost
1
-13
/
+0
2020-12-16
i386: move kvm accel files into kvm/
Claudio Fontana
7
-7
/
+7
2020-12-15
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
19
-65
/
+114
2020-12-15
hw/core: Restrict 'fw-path-provider.c' to system mode emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-15
scsi: fix device removal race vs IO restart callback on resume
Maxim Levitsky
1
-0
/
+4
2020-12-15
msix: assert that accesses are within bounds
Paolo Bonzini
1
-0
/
+3
2020-12-15
vl: make qemu_get_machine_opts static
Paolo Bonzini
8
-28
/
+20
2020-12-15
ppc/spapr: cleanup -machine pseries,nvdimm=X handling
Igor Mammedov
2
-13
/
+14
2020-12-15
machine: introduce MachineInitPhase
Paolo Bonzini
6
-13
/
+23
2020-12-15
chardev: do not use machine_init_done
Paolo Bonzini
1
-1
/
+1
2020-12-15
vl: move all generic initialization out of vl.c
Paolo Bonzini
2
-10
/
+49
2020-12-15
vl: extract softmmu/globals.c
Paolo Bonzini
1
-0
/
+2
2020-12-15
remove preconfig state
Paolo Bonzini
1
-3
/
+2
2020-12-15
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201215'...
Peter Maydell
19
-295
/
+1329
2020-12-15
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
12
-362
/
+359
2020-12-15
qdev: Move UUID property to qdev-properties-system.c
Eduardo Habkost
2
-57
/
+57
2020-12-15
qdev: Make qdev_propinfo_get_uint16() static
Eduardo Habkost
2
-5
/
+3
2020-12-15
qdev: Make error_set_from_qdev_prop_error() get Object* argument
Eduardo Habkost
3
-11
/
+11
2020-12-15
qdev: Make check_prop_still_unset() get Object* argument
Eduardo Habkost
1
-5
/
+5
2020-12-15
qdev: Make qdev_find_global_prop() get Object* argument
Eduardo Habkost
2
-3
/
+3
2020-12-15
qdev: Make qdev_get_prop_ptr() get Object* arg
Eduardo Habkost
6
-94
/
+64
2020-12-15
qdev: Make bit_prop_set() get Object* argument
Eduardo Habkost
1
-4
/
+6
2020-12-15
qdev: Make PropertyInfo.print method get Object* argument
Eduardo Habkost
2
-3
/
+3
2020-12-15
qdev: Don't use dev->id on set_size32() error message
Eduardo Habkost
1
-1
/
+1
2020-12-15
qdev: Check dev->realized at set_size()
Eduardo Habkost
1
-0
/
+5
2020-12-15
qdev: Move property code to qdev-properties.[ch]
Eduardo Habkost
2
-120
/
+120
2020-12-15
cpu: Move cpu_common_props to hw/core/cpu.c
Eduardo Habkost
1
-0
/
+15
2020-12-15
cs4231: Get rid of empty property array
Eduardo Habkost
1
-5
/
+0
2020-12-15
virt: Register "its" as class property
Eduardo Habkost
1
-5
/
+7
2020-12-15
arm/virt: Register most properties as class properties
Eduardo Habkost
1
-35
/
+41
2020-12-15
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20201215-pull-request...
Peter Maydell
1
-5
/
+0
2020-12-15
hw/block/m25p80: Fix Numonyx fast read dummy cycle count
Joe Komlodi
1
-3
/
+27
2020-12-15
hw/block/m25p80: Check SPI mode before running some Numonyx commands
Joe Komlodi
1
-19
/
+95
2020-12-15
hw/block/m25p80: Fix when VCFG XIP bit is set for Numonyx
Joe Komlodi
1
-1
/
+1
2020-12-15
hw/block/m25p80: Make Numonyx config field names more accurate
Joe Komlodi
1
-6
/
+6
[next]