Sign in
qemu-android
/
qemu-android
/
b1066c875597649be1d1d6db4712bc504b4c4c81
b1066c8
block: Track discard requests
by Fam Zheng
· 9 years ago
cdb5e31
block: Track flush requests
by Fam Zheng
· 9 years ago
ebde595
block: Add more types for tracked request
by Fam Zheng
· 9 years ago
17e50a7
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 9 years ago
df1ac44
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151112' into staging
by Peter Maydell
· 9 years ago
fd717e7
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-11-11-tag' into staging
by Peter Maydell
· 9 years ago
2048a2a
tests: classify some ivshmem tests as slow
by Marc-André Lureau
· 9 years ago
c459343
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into staging
by Peter Maydell
· 9 years ago
39bec4f
net: netmap: use error_setg() helpers in place of error_report()
by Vincenzo Maffione
· 9 years ago
54c59b4
net: netmap: Fix compilation issue
by Vincenzo Maffione
· 9 years ago
ba63ec8
e1000: Introducing backward compatibility command line parameter
by Leonid Bloch
· 9 years ago
3b27430
e1000: Implementing various counters
by Leonid Bloch
· 9 years ago
4aeea33
e1000: Fixing the packet address filtering procedure
by Leonid Bloch
· 9 years ago
45e9376
e1000: Fixing the received/transmitted octets' counters
by Leonid Bloch
· 9 years ago
1f67f92
e1000: Fixing the received/transmitted packets' counters
by Leonid Bloch
· 9 years ago
72ea771
e1000: Trivial implementation of various MAC registers
by Leonid Bloch
· 9 years ago
bc0f067
e1000: Introduced an array to control the access to the MAC registers
by Leonid Bloch
· 9 years ago
9e11773
e1000: Add support for migrating the entire MAC registers' array
by Leonid Bloch
· 9 years ago
20f3e86
e1000: Cosmetic and alignment fixes
by Leonid Bloch
· 9 years ago
ecc804c
slirp: Fix type casts and format strings in debug code
by Stefan Weil
· 10 years ago
0a9516c
monitor/target-ppc: Define target_get_monitor_def
by Alexey Kardashevskiy
· 9 years ago
cffc331
cuda.c: add delay to setting of SR_INT bit
by Mark Cave-Ayland
· 9 years ago
a53cfdc
cuda.c: fix T2 timer and enable its interrupt
by Mark Cave-Ayland
· 9 years ago
0174adb
cuda.c: rename get_counter() state variable from s to ti for consistency
by Mark Cave-Ayland
· 9 years ago
eda14ab
cuda.c: refactor get_tb() so that the time can be passed in
by Mark Cave-Ayland
· 9 years ago
b5ac041
cuda.c: add defines for CUDA registers
by Mark Cave-Ayland
· 9 years ago
d271ae3
cuda.c: fix CUDA SR interrupt clearing
by Mark Cave-Ayland
· 9 years ago
ce8d3b6
cuda.c: implement dummy IIC access commands
by Mark Cave-Ayland
· 9 years ago
f1f46f7
cuda.c: implement simple CUDA_GET_6805_ADDR command
by Mark Cave-Ayland
· 9 years ago
4202e63
cuda.c: fix CUDA_PACKET response packet format
by Mark Cave-Ayland
· 9 years ago
6729aa4
cuda.c: fix CUDA ADB error packet format
by Mark Cave-Ayland
· 9 years ago
72f1f97
PPC: mac99: Always add USB controller
by Alexander Graf
· 9 years ago
488661e
PPC: Fix lswx bounds checks
by Alexander Graf
· 9 years ago
4248b33
PPC: Allow Rc bit to be set on mtspr
by Alexander Graf
· 9 years ago
7497b8d
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
by Peter Maydell
· 9 years ago
31e49ac
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151111' into staging
by Peter Maydell
· 9 years ago
455b0fd
error: More error_setg() usage
by Eric Blake
· 9 years ago
2869653
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
3c4c694
s390: deprecate the non-ccw machine in 2.5
by Christian Borntraeger
· 9 years ago
8f04e88
s390x/ipl: switch error reporting to error_setg
by David Hildenbrand
· 10 years ago
04fccf1
s390x/ipl: clean up qom definitions and turn into TYPE_DEVICE
by David Hildenbrand
· 10 years ago
ff8de07
qdev: provide qdev_reset_all_fn()
by David Hildenbrand
· 10 years ago
81a93ee
pc-bios/s390-ccw: rebuild image
by Cornelia Huck
· 9 years ago
869648e
pc-bios/s390-ccw: El Torito 16-bit boot image size field workaround
by Maxim Samoylov
· 10 years ago
ba21f0c
pc-bios/s390-ccw: El Torito s390x boot entry check
by Maxim Samoylov
· 10 years ago
866cac9
pc-bios/s390-ccw: ISO-9660 El Torito boot implementation
by Maxim Samoylov
· 10 years ago
38150be
pc-bios/s390-ccw: Always adjust virtio sector count
by Maxim Samoylov
· 10 years ago
4c292a0
s390x/kvm: don't enable CMMA when hugetlbfs will be used
by Dominik Dingel
· 10 years ago
ae23a33
s390x: switch to memory_region_allocate_system_memory
by Dominik Dingel
· 10 years ago
3e9ed24
MAINTAINERS: update virtio-ccw/s390 git tree
by Cornelia Huck
· 9 years ago
c5bfb20
MAINTAINERS: update s390 file patterns
by Cornelia Huck
· 9 years ago
dce1b08
s390x/pci : fix up s390 pci iommu translation function
by Yi Min Zhao
· 9 years ago
b498484
s390x/css: sense data endianness
by Cornelia Huck
· 9 years ago
52074d0
qga: fix append file open modes for win32
by Kirk Allan
· 9 years ago
4d07c72
Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-11' into queue-block
by Kevin Wolf
· 9 years ago
92e6898
iotests: Check for quorum support in test 139
by Alberto Garcia
· 9 years ago
a99dfb4
qcow2: Fix qcow2_get_cluster_offset() for zero clusters
by Kevin Wolf
· 9 years ago
342075f
iotests: Add tests for the x-blockdev-del command
by Alberto Garcia
· 9 years ago
81b936a
block: Add 'x-blockdev-del' QMP command
by Alberto Garcia
· 9 years ago
f636ae8
block: Add blk_get_refcnt()
by Alberto Garcia
· 9 years ago
10f3cd1
mirror: block all operations on the target image during the job
by Alberto Garcia
· 9 years ago
e6c1766
qemu-iotests: fix -valgrind option for check
by Jeff Cody
· 9 years ago
f6c8c2e
qemu-iotests: fix cleanup of background processes
by Jeff Cody
· 9 years ago
c833d1e
gluster: allocate GlusterAIOCBs on the stack
by Paolo Bonzini
· 10 years ago
a9ecfa0
qemu-io: Correct error messages
by John Snow
· 9 years ago
ef5a788
qemu-io: Check for trailing chars
by John Snow
· 9 years ago
9b0beaf
qemu-io: fix cvtnum lval types
by John Snow
· 9 years ago
3fa123d
block: test 'blockdev-snapshot' using a file BDS as the overlay
by Alberto Garcia
· 9 years ago
f2d7f16
block: Remove inner quotation marks in iotest 085
by Alberto Garcia
· 9 years ago
08b24cf
block: Disallow snapshots if the overlay doesn't support backing files
by Alberto Garcia
· 9 years ago
a0d64a6
throttle: Use bs->throttle_state instead of bs->io_limits_enabled
by Alberto Garcia
· 9 years ago
5ac7241
throttle: Check for pending requests in throttle_group_unregister_bs()
by Alberto Garcia
· 9 years ago
62547b8
qemu-img: add check for zero-length job len
by John Snow
· 9 years ago
9533423
qcow2: avoid misaligned 64bit bswap
by John Snow
· 9 years ago
bcdce5a
qemu-iotests: Test the reopening of overlay_bs in 'block-commit'
by Alberto Garcia
· 9 years ago
3db2bd5
commit: reopen overlay_bs before base
by Alberto Garcia
· 9 years ago
89e3a2d
block: add tests for the 'blockdev-snapshot' command
by Alberto Garcia
· 9 years ago
43de7e2
block: add a 'blockdev-snapshot' QMP command
by Alberto Garcia
· 9 years ago
3e8c2e5
block: support passing 'backing': '' to 'blockdev-add'
by Alberto Garcia
· 9 years ago
a911e6a
block: rename BlockdevSnapshot to BlockdevSnapshotSync
by Alberto Garcia
· 9 years ago
a39a24f
block: check for existing device IDs in external_snapshot_prepare()
by Alberto Garcia
· 9 years ago
adfe203
iotests: Add test for change-related QMP commands
by Max Reitz
· 9 years ago
baead0a
hmp: Add read-only-mode option to change command
by Max Reitz
· 9 years ago
39ff43d
blockdev: read-only-mode for blockdev-change-medium
by Max Reitz
· 9 years ago
1068674
hmp: Use blockdev-change-medium for change command
by Max Reitz
· 9 years ago
24fb413
qmp: Introduce blockdev-change-medium
by Max Reitz
· 9 years ago
f1f5706
block: Inquire tray state before tray-moved events
by Max Reitz
· 9 years ago
de2c6c0
blockdev: Implement change with basic operations
by Max Reitz
· 9 years ago
38f54bd
blockdev: Implement eject with basic operations
by Max Reitz
· 9 years ago
d129988
blockdev: Add blockdev-insert-medium
by Max Reitz
· 9 years ago
2814f67
blockdev: Add blockdev-remove-medium
by Max Reitz
· 9 years ago
abaaf59
blockdev: Add blockdev-close-tray
by Max Reitz
· 9 years ago
7d8a9f7
blockdev: Add blockdev-open-tray
by Max Reitz
· 9 years ago
38cb18f
block: Add functions for inheriting a BBRS
by Max Reitz
· 9 years ago
c69a4dd
block: Make bdrv_states public
by Max Reitz
· 9 years ago
1c95f7e
block: Add blk_remove_bs()
by Max Reitz
· 9 years ago
9f4ed6f
block: Don't call blk_bs() twice in bdrv_lookup_bs()
by Alberto Garcia
· 9 years ago
3c07587
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151111' into staging
by Peter Maydell
· 9 years ago
b41d320
spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctl
by Bharata B Rao
· 9 years ago
a3166f8
ppc: Let kvmppc_reset_htab() return 0 for !CONFIG_KVM
by Bharata B Rao
· 9 years ago
Next »