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
2018-12-13
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181212' into staging
Peter Maydell
6
-26
/
+146
2018-12-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-5
/
+5
2018-12-13
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-12-04-1...
Peter Maydell
1
-4
/
+8
2018-12-12
hw/s390x/virtio-ccw.c: Don't take address of fields in packed structs
Peter Maydell
1
-20
/
+22
2018-12-12
vfio-ap: flag as compatible with balloon
Cornelia Huck
1
-0
/
+8
2018-12-12
s390x/tod: Properly stop the KVM TOD while the guest is not running
David Hildenbrand
1
-2
/
+100
2018-12-12
s390x: introduce 4.0 compat machine
Cornelia Huck
1
-1
/
+16
2018-12-12
s390x/zpci: drop msix.available
David Hildenbrand
2
-3
/
+0
2018-12-12
virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1
Dongli Zhang
1
-1
/
+1
2018-12-12
virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
Dongli Zhang
1
-4
/
+4
2018-12-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...
Peter Maydell
4
-10
/
+6
2018-12-11
qom: remove unimplemented class_finalize
Marc-André Lureau
1
-11
/
+0
2018-12-11
qdev: move qdev_prop_register_global_list() to tests
Marc-André Lureau
1
-9
/
+0
2018-12-11
accel: register global_props like machine globals
Marc-André Lureau
1
-21
/
+0
2018-12-11
qom: make user_creatable_complete() specific to UserCreatable
Marc-André Lureau
2
-2
/
+2
2018-12-11
pc: Use default_machine_opts to set suppress_vmdesc
Eduardo Habkost
1
-1
/
+1
2018-12-11
spapr: Delete instance_options functions
Eduardo Habkost
1
-85
/
+0
2018-12-11
spapr: Use default_machine_opts to set suppress_vmdesc
Eduardo Habkost
1
-1
/
+1
2018-12-11
spapr: Use default_machine_opts to set use_hotplug_event_source
Eduardo Habkost
1
-3
/
+1
2018-12-11
virt: Eliminate separate instance_init functions
Eduardo Habkost
1
-66
/
+21
2018-12-11
q35/440fx/arm/spapr: Add QEMU 4.0 machine type
Alex Williamson
4
-10
/
+62
2018-12-11
i386: Rename bools in PCMachineState to end in _enabled
Corey Minyard
3
-13
/
+14
2018-12-11
memory-device: avoid overflows on very huge devices
David Hildenbrand
1
-1
/
+2
2018-12-11
memory-device: use QEMU_IS_ALIGNED
David Hildenbrand
1
-3
/
+3
2018-12-11
hw/timer/sun4v-rtc: Fix tracing at sun4v_rtc_write()
Eduardo Habkost
1
-1
/
+1
2018-12-11
misc: Avoid UTF-8 in error messages
Eric Blake
2
-2
/
+2
2018-12-11
hw: set_netdev: remove useless code
Li Qiang
1
-4
/
+0
2018-12-11
virtio: pass argument by value for virtqueue_map_iovec()
Dongli Zhang
1
-4
/
+4
2018-12-06
i2c: pm_smbus: check smb_index before block transfer write
Prasad J Pandit
1
-0
/
+3
2018-12-04
tpm: Make sure the locality received from backend is valid
Stefan Berger
1
-0
/
+2
2018-12-04
tpm: Make sure new locality passed to tpm_tis_prep_abort() is valid
Stefan Berger
1
-1
/
+3
2018-12-03
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181203-pull-requ...
Peter Maydell
1
-6
/
+18
2018-12-03
usb-mtp: outlaw slashes in filenames
Gerd Hoffmann
1
-0
/
+6
2018-12-03
usb-mtp: fix utf16_to_str
Gerd Hoffmann
1
-6
/
+12
2018-12-03
tpm: Remove unused locty parameter from tpm_tis_abort()
Stefan Berger
1
-3
/
+3
2018-12-03
i2c: Add a length check to the SMBus write handling
Corey Minyard
1
-1
/
+5
2018-11-28
hw/arm/aspeed: Fix build issue with clang 3.4
Thomas Huth
1
-2
/
+2
2018-11-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
12
-45
/
+70
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
11
-33
/
+34
2018-11-27
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+3
2018-11-27
lsi: Reselection needed to remove pending commands from queue
George Kennedy
1
-12
/
+36
2018-11-27
hw/virt/arm: Add support for Cortex-A72 in virt
ZhiPeng Lu
1
-0
/
+1
2018-11-27
nvme: Fix spurious interrupts
Keith Busch
1
-1
/
+3
2018-11-27
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181127-pull-requ...
Peter Maydell
5
-5
/
+15
2018-11-27
usb-host: set ifs.detached as true if kernel driver is not active
linzhecheng
1
-0
/
+3
2018-11-27
audio/hda: fix guest triggerable assert
Gerd Hoffmann
1
-0
/
+6
2018-11-27
cirrus_vga/migration: update the bank offset before use
Wang Xin
1
-2
/
+3
2018-11-27
ps2kbd: default to scan enabled after reset
Hervé Poussineau
1
-1
/
+1
2018-11-26
hw/hyperv: fix NULL dereference with pure-kvm SynIC
Roman Kagan
1
-1
/
+5
2018-11-26
net: cadence_gem: Remove incorrect assert()
Edgar E. Iglesias
1
-1
/
+0
[next]