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
2017-06-20
arm: use get_uint() for "mp-affinity" property
Marc-André Lureau
1
-1
/
+1
2017-06-20
xen: use get_uint() for "max-ram-below-4g" property
Marc-André Lureau
1
-3
/
+3
2017-06-20
pc: use get_uint() for "hpet-intcap" property
Marc-André Lureau
1
-1
/
+1
2017-06-20
pc: use get_uint() for "apic-id" property
Marc-André Lureau
1
-1
/
+1
2017-06-20
pc: use get_uint() for "iobase" property
Marc-André Lureau
1
-1
/
+1
2017-06-20
acpi: use get_uint() for "pci-hole*" properties
Marc-André Lureau
1
-12
/
+12
2017-06-20
acpi: use get_uint() for various acpi properties
Marc-André Lureau
1
-13
/
+14
2017-06-20
acpi: use get_uint() for "acpi-pcihp-io*" properties
Marc-André Lureau
1
-2
/
+2
2017-06-20
platform-bus: use get_uint() for "addr" property
Marc-André Lureau
1
-1
/
+1
2017-06-20
bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"
Marc-André Lureau
2
-7
/
+6
2017-06-20
aspeed: use {set, get}_uint() for "ram-size" property
Marc-André Lureau
1
-4
/
+4
2017-06-20
pcihp: use get_uint() for "bsel" property
Marc-André Lureau
1
-3
/
+3
2017-06-20
pc-dimm: make "size" property uint64
Marc-André Lureau
3
-15
/
+16
2017-06-20
pc-dimm: use get_uint() for dimm properties
Marc-André Lureau
4
-13
/
+16
2017-06-20
qdev: Use appropriate getter/setters type
Marc-André Lureau
4
-9
/
+9
2017-06-20
apic-common: make "id" property a uint32
Marc-André Lureau
1
-5
/
+5
2017-06-20
qdev: avoid type casts between signed and unsigned
Marc-André Lureau
1
-8
/
+13
2017-06-20
qdev: wrap default property value in an union
Marc-André Lureau
1
-3
/
+3
2017-06-20
qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()
Marc-André Lureau
2
-12
/
+12
2017-06-20
object: use more specific property type names
Marc-André Lureau
3
-10
/
+10
2017-06-20
q35: fix get_mmcfg_size to use uint64 visitor
Marc-André Lureau
1
-2
/
+1
2017-06-20
qapi: update the qobject visitor to use QNUM_U64
Marc-André Lureau
1
-1
/
+1
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
3
-10
/
+8
2017-06-19
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170614-1' into s...
Peter Maydell
3
-2
/
+12
2017-06-19
qdev: remove PropertyInfo.qtype field
Marc-André Lureau
2
-12
/
+36
2017-06-16
hw/i386: fix nvdimm check error path
Stefan Hajnoczi
1
-6
/
+8
2017-06-16
intel_iommu: cleanup vtd_interrupt_remap_msi()
Peter Xu
1
-7
/
+5
2017-06-16
intel_iommu: cleanup vtd_{do_}iommu_translate()
Peter Xu
3
-24
/
+44
2017-06-16
intel_iommu: switching the rest DPRINTF to trace
Peter Xu
2
-245
/
+153
2017-06-16
q35/mch: implement extended TSEG sizes
Laszlo Ersek
1
-3
/
+38
2017-06-15
vhost-user-scsi: Introduce vhost-user-scsi host device
Felipe Franciosi
5
-1
/
+275
2017-06-15
megasas: always store SCSIRequest* into MegasasCmd
Paolo Bonzini
1
-15
/
+16
2017-06-15
megasas: do not read SCSI req parameters more than once from frame
Paolo Bonzini
1
-34
/
+26
2017-06-15
megasas: do not read command more than once from frame
Paolo Bonzini
1
-35
/
+25
2017-06-15
megasas: do not read DCMD opcode more than once from frame
Paolo Bonzini
1
-14
/
+11
2017-06-15
megasas: do not read iovec count more than once from frame
Paolo Bonzini
1
-4
/
+5
2017-06-15
megasas: do not read sense length more than once from frame
Paolo Bonzini
1
-2
/
+4
2017-06-15
ivshmem: use ram_from_fd()
Marc-André Lureau
1
-8
/
+6
2017-06-13
hw/intc/arm_gicv3_its: Allow save/restore
Eric Auger
3
-13
/
+14
2017-06-13
hw/intc/arm_gicv3_kvm: Implement pending table save
Eric Auger
1
-0
/
+34
2017-06-13
hw/intc/arm_gicv3_its: Implement state save/restore
Eric Auger
2
-0
/
+115
2017-06-13
kvm-all: Pass an error object to kvm_device_access
Eric Auger
3
-12
/
+13
2017-06-13
timer/aspeed: fix timer enablement when a reload is not set
Cédric Le Goater
1
-8
/
+29
2017-06-13
aspeed: add a temp sensor device on I2C bus 3
Cédric Le Goater
1
-0
/
+9
2017-06-13
hw/misc: add a TMP42{1, 2, 3} device model
Cédric Le Goater
2
-0
/
+403
2017-06-13
hw/misc/exynos4210_pmu: Add support for system poweroff
Krzysztof Kozlowski
1
-1
/
+19
2017-06-13
hw/intc/exynos4210_gic: Constify array of combiner interrupts
Krzysztof Kozlowski
1
-1
/
+1
2017-06-13
hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv string
Krzysztof Kozlowski
1
-1
/
+2
2017-06-13
hw/arm/exynos: Declare local variables in some order
Krzysztof Kozlowski
1
-2
/
+2
2017-06-13
hw/arm/exynos: Move DRAM initialization next boards
Krzysztof Kozlowski
2
-26
/
+44
[prev]
[next]