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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-13
error: Don't append a newline when printing the error hint
Markus Armbruster
3
-3
/
+5
2016-01-13
raven: Mark use of hw_error() in realize() FIXME
Markus Armbruster
1
-2
/
+4
2016-01-13
etraxfs_eth: Don't use hw_error() in init() method
Markus Armbruster
1
-1
/
+3
2016-01-13
arm_mptimer: Don't use hw_error() in realize() method
Markus Armbruster
1
-2
/
+3
2016-01-13
omap: Don't use hw_error() in device init() methods
Markus Armbruster
3
-13
/
+34
2016-01-13
hw: Don't use hw_error() for machine initialization errors
Markus Armbruster
8
-30
/
+48
2016-01-13
hw: Inline the qdev_prop_set_drive_nofail() wrapper
Markus Armbruster
8
-22
/
+21
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
13
-174
/
+35
2016-01-13
error: Document how to accumulate multiple errors
Markus Armbruster
1
-0
/
+17
2016-01-13
multithread decompression: Avoid one copy
Dr. David Alan Gilbert
1
-8
/
+3
2016-01-13
Use qemu_get_buffer_in_place for xbzrle data
Dr. David Alan Gilbert
1
-2
/
+4
2016-01-13
Migration: Emit event at start of pass
Dr. David Alan Gilbert
3
-0
/
+31
2016-01-13
Postcopy: Send events/change state on incoming side
Dr. David Alan Gilbert
1
-7
/
+15
2016-01-13
migration: Add state records for migration incoming
zhanghailiang
2
-6
/
+11
2016-01-13
migration: Export migrate_set_state()
zhanghailiang
2
-15
/
+23
2016-01-13
s390x/pci: return real state during listing PCI
Yi Min Zhao
1
-1
/
+2
2016-01-13
virtio-ccw: fix sanity check for vector
Halil Pasic
1
-1
/
+2
2016-01-13
s390: Introduce CCW_COMPAT_2_5
Shmulik Ladkani
1
-0
/
+9
2016-01-13
s390x/virtio: use qemu_check_nic_model()
Cornelia Huck
1
-4
/
+1
2016-01-13
s390x/pci: code cleanup
Yi Min Zhao
1
-3
/
+3
2016-01-13
s390x/pci: reject some operations to disabled PCI function
Yi Min Zhao
3
-7
/
+11
2016-01-13
s390x: remove s390-virtio devices
Pierre Morel
7
-956
/
+3
2016-01-13
s390x: remove s390-virtio machine
Pierre Morel
1
-162
/
+0
2016-01-13
s390x: add 2.6 compat machine
Cornelia Huck
1
-2
/
+16
2016-01-13
virtio serial port: fix to incomplete QOMify
Cao jin
1
-1
/
+1
2016-01-12
Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into...
Peter Maydell
31
-745
/
+835
2016-01-12
disas/libvixl: Suppress gcc 4.6.3 sign-compare warnings
Peter Maydell
2
-2
/
+7
2016-01-12
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
6
-42
/
+339
2016-01-12
9pfs: introduce V9fsVirtioState
Wei Liu
6
-40
/
+71
2016-01-11
libqos/ahci: organize header
John Snow
1
-12
/
+24
2016-01-11
qtest/ahci: ATAPI data tests
John Snow
1
-0
/
+97
2016-01-11
libqos/ahci: add ahci_exec
John Snow
2
-0
/
+93
2016-01-11
libqos/ahci: allow nondata commands for ahci_io variants
John Snow
2
-12
/
+5
2016-01-11
libqos: allow zero-size allocations
John Snow
3
-10
/
+8
2016-01-11
libqos/ahci: Switch to mutable properties
John Snow
1
-2
/
+8
2016-01-11
libqos/ahci: ATAPI identify
John Snow
3
-1
/
+13
2016-01-11
libqos/ahci: ATAPI support
John Snow
2
-4
/
+89
2016-01-11
ahci-test: fix memory leak
John Snow
1
-2
/
+2
2016-01-11
ide: ahci: reset ncq object to unused on error
Prasad J Pandit
1
-0
/
+1
2016-01-11
macio: fix overflow in lba to offset conversion for ATAPI devices
Mark Cave-Ayland
1
-1
/
+1
2016-01-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160111-...
Peter Maydell
28
-5309
/
+12118
2016-01-11
hw/arm/virt: Support legacy -nic command line syntax
Ashok Kumar
1
-0
/
+14
2016-01-11
disas/libvixl: Update to upstream VIXL 1.12
Peter Maydell
24
-5188
/
+11989
2016-01-11
hw/dma/xilinx_axidma: remove dead code
Andrew Jones
1
-10
/
+0
2016-01-11
i.MX: move i.MX31 CCM object to register array
Jean-Christophe DUBOIS
2
-111
/
+115
2016-01-11
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160111' int...
Peter Maydell
5
-51
/
+310
2016-01-11
linux-user/mmap.c: Use end instead of real_end in target_mmap
Chen Gang
1
-1
/
+1
2016-01-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...
Peter Maydell
24
-60
/
+69
2016-01-11
linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.
John Paul Adrian Glaubitz
2
-2
/
+8
2016-01-11
linux-user: Update m68k syscall definitions to match Linux 4.4.
John Paul Adrian Glaubitz
1
-0
/
+27
[prev]
[next]