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-03-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
7
-11
/
+36
2018-03-26
scsi: turn "is this a SCSI device?" into a conditional hint
Paolo Bonzini
2
-6
/
+8
2018-03-26
hw/audio: Fix crashes when devices are used on ISA bus without DMA
Thomas Huth
3
-4
/
+20
2018-03-26
fdc: Exit if ISA controller does not support DMA
Alexey Kardashevskiy
1
-1
/
+4
2018-03-26
hw/net/can: Fix segfaults when using the devices without bus
Thomas Huth
1
-0
/
+4
2018-03-26
virtio_net: flush uncompleted TX on reset
Greg Kurz
1
-0
/
+11
2018-03-25
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180323'...
Peter Maydell
6
-9
/
+18
2018-03-23
mach-virt: Set VM's SMBIOS system version to mc->name
Wei Huang
1
-1
/
+7
2018-03-23
i.MX: Support serial RS-232 break properly
Trent Piepho
1
-1
/
+4
2018-03-23
hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15
Peter Maydell
2
-2
/
+2
2018-03-23
hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accesses
Peter Maydell
1
-3
/
+3
2018-03-23
sdhci: fix incorrect use of Error *
Paolo Bonzini
1
-2
/
+2
2018-03-23
hw/rdma: Fix 32-bit compilation
Yuval Shaia
8
-38
/
+40
2018-03-23
hw/rdma: Use correct print format in CHK_ATTR macro
Yuval Shaia
1
-2
/
+2
2018-03-23
hw/rdma: Change host_virt to void *
Yuval Shaia
4
-11
/
+11
2018-03-23
hw/rdma: fix clang compilation errors
Marcel Apfelbaum
2
-4
/
+5
2018-03-23
rdma: fix up include directives
Michael S. Tsirkin
12
-39
/
+39
2018-03-23
hw/rdma: Add support for Query QP verb to pvrdma device
Yuval Shaia
1
-1
/
+23
2018-03-23
hw/rdma: Add Query QP operation
Yuval Shaia
4
-0
/
+35
2018-03-23
s390x/pci: forbid multifunction pci device
Yi Min Zhao
1
-0
/
+10
2018-03-22
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+8
2018-03-21
multiboot: Check validity of mh_header_addr
Kevin Wolf
1
-0
/
+4
2018-03-21
multiboot: Reject kernels exceeding the address space
Kevin Wolf
1
-0
/
+4
2018-03-21
tpm: CRB: query backend for TPM established flag
Stefan Berger
1
-0
/
+6
2018-03-21
tpm: CRB: reset locAssigned upon relinquishing locality
Stefan Berger
1
-0
/
+2
2018-03-21
tpm: CRB: set registers to 0 by default
Stefan Berger
1
-0
/
+2
2018-03-21
tpm: CRB: Set tpmRegValidSts flag to '1' in device reset
Stefan Berger
1
-2
/
+2
2018-03-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
11
-259
/
+855
2018-03-20
vhost: Huge page align and merge
Dr. David Alan Gilbert
2
-11
/
+58
2018-03-20
vhost+postcopy: Wire up POSTCOPY_END notify
Dr. David Alan Gilbert
2
-0
/
+36
2018-03-20
vhost-user: Add VHOST_USER_POSTCOPY_END message
Dr. David Alan Gilbert
1
-0
/
+1
2018-03-20
vhost+postcopy: Add vhost waker
Dr. David Alan Gilbert
2
-0
/
+33
2018-03-20
vhost+postcopy: Resolve client address
Dr. David Alan Gilbert
2
-1
/
+33
2018-03-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2
-4
/
+4
2018-03-20
Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-12-v4' int...
Peter Maydell
1
-8
/
+8
2018-03-20
vhost+postcopy: Stash RAMBlock and offset
Dr. David Alan Gilbert
2
-0
/
+35
2018-03-20
vhost+postcopy: Send address back to qemu
Dr. David Alan Gilbert
2
-2
/
+66
2018-03-20
postcopy+vhost-user: Split set_mem_table for postcopy
Dr. David Alan Gilbert
1
-2
/
+75
2018-03-20
vhost+postcopy: Transmit 'listen' to slave
Dr. David Alan Gilbert
2
-0
/
+37
2018-03-20
vhost+postcopy: Register shared ufd with postcopy
Dr. David Alan Gilbert
1
-1
/
+19
2018-03-20
vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message
Dr. David Alan Gilbert
1
-0
/
+48
2018-03-20
postcopy: Add vhost-user flag for postcopy and check it
Dr. David Alan Gilbert
1
-1
/
+40
2018-03-20
hw/acpi-build: build SRAT memory affinity structures for DIMM devices
Haozhong Zhang
1
-4
/
+52
2018-03-20
qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList
Haozhong Zhang
1
-1
/
+9
2018-03-20
pc-dimm: make qmp_pc_dimm_device_list() sort devices by address
Haozhong Zhang
2
-41
/
+45
2018-03-20
hw/pci: remove obsolete PCIDevice->init()
Philippe Mathieu-Daudé
1
-14
/
+0
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-8
/
+8
2018-03-19
hw/arm/raspi: Provide spin-loop code for AArch64 CPUs
Peter Maydell
1
-1
/
+40
2018-03-19
hw/arm/bcm2836: Hardcode correct CPU type
Peter Maydell
2
-11
/
+15
2018-03-19
hw/arm/bcm2836: Use correct affinity values for BCM2837
Peter Maydell
1
-4
/
+7
[next]