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
2016-01-21
Add Error **errp for xen_pt_config_init()
Cao jin
3
-28
/
+33
2016-01-21
Add Error **errp for xen_pt_setup_vga()
Cao jin
3
-8
/
+13
2016-01-21
Add Error **errp for xen_host_pci_device_get()
Cao jin
3
-52
/
+68
2016-01-21
Xen: use qemu_strtoul instead of strtol
Cao jin
1
-8
/
+4
2016-01-21
Change xen_host_pci_sysfs_path() to return void
Cao jin
1
-24
/
+11
2016-01-21
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
3
-0
/
+5
2016-01-21
xen-pvdevice: convert to realize()
Cao jin
1
-6
/
+6
2016-01-21
target-i386: Add support to migrate vcpu's TSC rate
Haozhong Zhang
3
-0
/
+5
2016-01-21
arm_gic: Update ID registers based on revision
Alistair Francis
1
-5
/
+30
2016-01-21
hw/arm/virt: Add always-on property to the virt board timer
Christoffer Dall
1
-0
/
+1
2016-01-21
hw/arm/virt: add secure memory region and UART
Peter Maydell
1
-7
/
+48
2016-01-21
hw/arm/virt: Wire up memory region to CPUs explicitly
Peter Maydell
1
-0
/
+3
2016-01-21
misc: zynq-xadc: Fix off-by-one
Peter Crosthwaite
1
-1
/
+1
2016-01-21
xlnx-ep108: Connect the SPI Flash
Alistair Francis
1
-0
/
+16
2016-01-21
xlnx-zynqmp: Connect the SPI devices
Alistair Francis
1
-0
/
+31
2016-01-21
xilinx_spips: Separate the state struct into a header
Alistair Francis
1
-42
/
+4
2016-01-21
ssi: Move ssi.h into a separate directory
Alistair Francis
17
-17
/
+17
2016-01-21
m25p80.c: Add sst25wf080 SPI flash device
Alistair Francis
1
-0
/
+1
2016-01-21
qdev: get_child_bus(): Use QOM lookup if available
Peter Crosthwaite
1
-0
/
+6
2016-01-21
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
14
-11
/
+14
2016-01-20
block: Clean up includes
Peter Maydell
14
-11
/
+14
2016-01-19
vfio/pci: Lazy PBA emulation
Alex Williamson
2
-0
/
+40
2016-01-19
vfio/pci-quirks: Only quirk to size of PCI config space
Alex Williamson
1
-3
/
+3
2016-01-18
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
2
-5
/
+6
2016-01-18
qdev: Free QemuOpts when the QOM path goes away
Paolo Bonzini
1
-1
/
+3
2016-01-18
qom: Change object property iterator API contract
Daniel P. Berrange
1
-4
/
+3
2016-01-18
hw/arm: Clean up includes
Peter Maydell
42
-1
/
+42
2016-01-18
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...
Peter Maydell
1
-24
/
+0
2016-01-16
target-sparc: Convert to VMStateDescription
Juan Quintela
1
-24
/
+0
2016-01-15
SCSI device: fix to incomplete QOMify
Cao jin
3
-9
/
+9
2016-01-15
qemu-char: delete send_all/recv_all helper methods
Daniel P. Berrange
1
-2
/
+27
2016-01-15
scsi: initialise info object with appropriate size
P J P
1
-1
/
+1
2016-01-15
i386: avoid null pointer dereference
P J P
1
-5
/
+10
2016-01-15
scsi: revert change to scsi_req_cancel_async and add assertions
Paolo Bonzini
1
-0
/
+11
2016-01-15
ARM: virt: Don't generate RTC ACPI device when using UEFI
Shannon Zhao
1
-19
/
+5
2016-01-15
xlnx-zynqmp: Add support for high DDR memory regions
Alistair Francis
2
-19
/
+58
2016-01-14
xen-hvm: Clean up xen_hvm_init() error handling
Markus Armbruster
2
-6
/
+4
2016-01-14
xenfb.c: avoid expensive loops when prod <= out_cons
Stefano Stabellini
1
-2
/
+3
2016-01-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...
Peter Maydell
64
-359
/
+269
2016-01-14
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160113' into staging
Peter Maydell
9
-1126
/
+45
2016-01-13
error: Consistently name Error * objects err, and not errp
Markus Armbruster
1
-5
/
+5
2016-01-13
s390/sclp: Simplify control flow in sclp_realize()
Markus Armbruster
1
-6
/
+3
2016-01-13
hw/s390x: Rename local variables Error *l_err to just err
Markus Armbruster
2
-13
/
+13
2016-01-13
error: Clean up errors with embedded newlines (again)
Markus Armbruster
1
-2
/
+2
2016-01-13
pci-assign: Clean up "Failed to assign" error messages
Markus Armbruster
1
-8
/
+8
2016-01-13
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
6
-16
/
+17
2016-01-13
spapr: Use error_reportf_err()
Markus Armbruster
1
-3
/
+4
2016-01-13
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
3
-13
/
+7
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
7
-22
/
+15
2016-01-13
error: Don't decorate original error message when adding to it
Markus Armbruster
1
-1
/
+1
[prev]
[next]