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
2017-06-26
nvme: Add support for Read Data and Write Data in CMBs.
Stephen Bates
2
-26
/
+58
2017-06-23
Merge remote-tracking branch 'remotes/kraxel/tags/queue/misc-pull-request' in...
Peter Maydell
1
-60
/
+151
2017-06-23
applesmc: fix port i/o access width
Gabriel L. Somlo
1
-2
/
+2
2017-06-23
applesmc: implement error status port
Gabriel L. Somlo
1
-26
/
+115
2017-06-23
applesmc: cosmetic whitespace and indentation cleanup
Gabriel L. Somlo
1
-48
/
+50
2017-06-23
ps2: reset queue in ps2_reset_keyboard
Gerd Hoffmann
1
-0
/
+1
2017-06-23
ps2: add ps2_reset_queue
Gerd Hoffmann
1
-5
/
+10
2017-06-23
ps2: add and use PS2State typedef
Gerd Hoffmann
1
-7
/
+5
2017-06-23
hid: Reset kbd modifiers on reset
Alexander Graf
1
-0
/
+1
2017-06-22
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170621-pull-request' ...
Peter Maydell
1
-10
/
+14
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
27
-134
/
+164
2017-06-21
usb-host: support devices with sparse/non-sequential USB interfaces
Samuel Brian
1
-10
/
+14
2017-06-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-279
/
+242
2017-06-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
7
-105
/
+360
2017-06-20
pnv-core: use get_uint() for "core-pir" property
Marc-André Lureau
1
-1
/
+1
2017-06-20
pvpanic: use get_uint() for "ioport" property
Marc-André Lureau
1
-1
/
+1
2017-06-20
auxbus: use get_uint() for "addr" property
Marc-André Lureau
1
-1
/
+1
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
[next]