Sign in
qemu-android
/
qemu-android
/
ee7d7aabdaea4484e069cb99c9fc54e8cb24b56f
ee7d7aa
nbd: Always call "close_fn" in nbd_client_new
by Fam Zheng
· 9 years ago
e1dc681
SCSI device: fix to incomplete QOMify
by Cao jin
· 9 years ago
1cb6d13
iscsi: send readcapacity10 when readcapacity16 failed
by Zhu Lingshan
· 9 years ago
46f296c
qemu-char: delete send_all/recv_all helper methods
by Daniel P. Berrange
· 9 years ago
fca1031
vmw_pvscsi: x-disable-pcie, x-old-pci-configuration back-compat props are 2.5 specific
by Shmulik Ladkani
· 9 years ago
36fef36
scsi: initialise info object with appropriate size
by P J P
· 9 years ago
4c1396c
i386: avoid null pointer dereference
by P J P
· 9 years ago
76c64d3
target-i386: do not duplicate page protection checks
by Paolo Bonzini
· 9 years ago
3daa410
scsi: revert change to scsi_req_cancel_async and add assertions
by Paolo Bonzini
· 9 years ago
5a57acb
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160115' into staging
by Peter Maydell
· 9 years ago
67736a2
ARM: virt: Don't generate RTC ACPI device when using UEFI
by Shannon Zhao
· 9 years ago
ade0d0c
target-arm: dump-guest-memory: add vfp notes for arm
by Andrew Jones
· 9 years ago
7d68e47
elf: add arm note types
by Andrew Jones
· 9 years ago
bada8e4
target-arm: dump-guest-memory: add prfpreg notes for aarch64
by Andrew Jones
· 9 years ago
da2b914
target-arm: support QMP dump-guest-memory
by Andrew Jones
· 9 years ago
b6e05aa
dump: allow target to set the physical base
by Andrew Jones
· 9 years ago
8161bef
dump: allow target to set the page size
by Andrew Jones
· 9 years ago
b09afd5
dump: qemunotes aren't commonly needed
by Andrew Jones
· 9 years ago
f1cd483
qapi-schema: dump-guest-memory: Improve text
by Andrew Jones
· 9 years ago
dc3b89e
xlnx-zynqmp: Add support for high DDR memory regions
by Alistair Francis
· 9 years ago
deb2db9
target-arm: Use the right MMU index in arm_regime_using_lpae_format
by Alvise Rigo
· 9 years ago
f02ccf5
disas/libvixl: Really suppress gcc 4.6.3 sign-compare warnings
by Peter Maydell
· 9 years ago
17c8a21
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into staging
by Peter Maydell
· 9 years ago
cd0b19a
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160113' into staging
by Peter Maydell
· 9 years ago
ed56fdb
Merge remote-tracking branch 'remotes/amit/tags/vs-for-2.6-1' into staging
by Peter Maydell
· 9 years ago
91728bd
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-1' into staging
by Peter Maydell
· 9 years ago
5d596c2
checkpatch: Detect newlines in error_report and other error functions
by Jason J. Herne
· 9 years ago
533fdae
error: Consistently name Error * objects err, and not errp
by Markus Armbruster
· 9 years ago
24da21f
s390/sclp: Simplify control flow in sclp_realize()
by Markus Armbruster
· 9 years ago
e6da780
hw/s390x: Rename local variables Error *l_err to just err
by Markus Armbruster
· 9 years ago
433672b
error: Clean up errors with embedded newlines (again)
by Markus Armbruster
· 9 years ago
bf89e87
vhdx: Fix "log that needs to be replayed" error message
by Markus Armbruster
· 9 years ago
c3d2d68
pci-assign: Clean up "Failed to assign" error messages
by Markus Armbruster
· 9 years ago
d28d737
vmdk: Clean up "Invalid extent lines" error message
by Markus Armbruster
· 9 years ago
e493769
vmdk: Clean up control flow in vmdk_parse_extents() a bit
by Markus Armbruster
· 9 years ago
9af9e0f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 9 years ago
b988468
qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()
by Markus Armbruster
· 9 years ago
d410fe1
migration: Use error_reportf_err() instead of monitor_printf()
by Markus Armbruster
· 9 years ago
b83baa6
spapr: Use error_reportf_err()
by Markus Armbruster
· 9 years ago
e43bfd9
error: Use error_prepend() where it makes obvious sense
by Markus Armbruster
· 9 years ago
c29b77f
error: Use error_reportf_err() where it makes obvious sense
by Markus Armbruster
· 9 years ago
8aa802a
error: Don't decorate original error message when adding to it
by Markus Armbruster
· 9 years ago
8277d2a
error: New error_prepend(), error_reportf_err()
by Markus Armbruster
· 9 years ago
73eaa04
test-throttle: Simplify qemu_init_main_loop() error handling
by Markus Armbruster
· 9 years ago
a4699e5
qemu-nbd: Clean up "Failed to load snapshot" error message
by Markus Armbruster
· 9 years ago
cd5c2da
block: Clean up "Could not create temporary overlay" error message
by Markus Armbruster
· 9 years ago
f4d0064
error: Improve documentation
by Markus Armbruster
· 9 years ago
7828867
error: Use error_report_err() instead of ad hoc prints
by Markus Armbruster
· 9 years ago
193227f
error: Use error_report_err() instead of monitor_printf()
by Markus Armbruster
· 9 years ago
4fffeb5
error: Use error_report_err() where appropriate (again)
by Markus Armbruster
· 9 years ago
85b01e0
qemu-nbd: Replace BSDism <err.h> by error_report()
by Markus Armbruster
· 9 years ago
acef5c0
xen-hvm: Mark inappropriate error handling FIXME
by Markus Armbruster
· 9 years ago
7e27465
audio: Clean up inappropriate and unreachable use of hw_error()
by Markus Armbruster
· 9 years ago
675463d
isa: Clean up inappropriate hw_error()
by Markus Armbruster
· 9 years ago
d10e543
isa: Clean up error handling around isa_bus_new()
by Markus Armbruster
· 9 years ago
3a80cea
isa: Trivially convert remaining PCI-ISA bridges to realize()
by Markus Armbruster
· 9 years ago
c72fbf9
sysbus: Don't use hw_error() in machine_init_done_notifiers
by Markus Armbruster
· 9 years ago
7b55044
hw/arm/virt: Fix property "gic-version" error handling
by Markus Armbruster
· 9 years ago
543202c
error: Don't append a newline when printing the error hint
by Markus Armbruster
· 9 years ago
9280eb3
raven: Mark use of hw_error() in realize() FIXME
by Markus Armbruster
· 9 years ago
5a8de10
etraxfs_eth: Don't use hw_error() in init() method
by Markus Armbruster
· 9 years ago
b097e48
arm_mptimer: Don't use hw_error() in realize() method
by Markus Armbruster
· 9 years ago
84a3a53
omap: Don't use hw_error() in device init() methods
by Markus Armbruster
· 9 years ago
c525436
hw: Don't use hw_error() for machine initialization errors
by Markus Armbruster
· 9 years ago
6231a6d
hw: Inline the qdev_prop_set_drive_nofail() wrapper
by Markus Armbruster
· 9 years ago
007b065
Use error_fatal to simplify obvious fatal errors
by Markus Armbruster
· 10 years ago
8d780f4
error: Document how to accumulate multiple errors
by Markus Armbruster
· 9 years ago
c1bc662
multithread decompression: Avoid one copy
by Dr. David Alan Gilbert
· 9 years ago
063e760
Use qemu_get_buffer_in_place for xbzrle data
by Dr. David Alan Gilbert
· 9 years ago
4addcd4
Migration: Emit event at start of pass
by Dr. David Alan Gilbert
· 9 years ago
6ba996b
Postcopy: Send events/change state on incoming side
by Dr. David Alan Gilbert
· 9 years ago
93d7af6
migration: Add state records for migration incoming
by zhanghailiang
· 9 years ago
48781e5
migration: Export migrate_set_state()
by zhanghailiang
· 9 years ago
88bfa21
s390x/pci: return real state during listing PCI
by Yi Min Zhao
· 9 years ago
1789f4e
virtio-ccw: fix sanity check for vector
by Halil Pasic
· 9 years ago
cf87e0a
s390: Introduce CCW_COMPAT_2_5
by Shmulik Ladkani
· 9 years ago
e11f463
s390x/virtio: use qemu_check_nic_model()
by Cornelia Huck
· 9 years ago
de37b0b
s390x/pci: code cleanup
by Yi Min Zhao
· 9 years ago
3be5c20
s390x/pci: reject some operations to disabled PCI function
by Yi Min Zhao
· 9 years ago
7b3fdbd
s390x: remove s390-virtio devices
by Pierre Morel
· 9 years ago
3538fb6
s390x: remove s390-virtio machine
by Pierre Morel
· 9 years ago
b21b759
s390x: add 2.6 compat machine
by Cornelia Huck
· 9 years ago
d9eb0be
virtio serial port: fix to incomplete QOMify
by Cao jin
· 9 years ago
649a1bb
Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into staging
by Peter Maydell
· 9 years ago
8acc216
disas/libvixl: Suppress gcc 4.6.3 sign-compare warnings
by Peter Maydell
· 9 years ago
cf57c2f
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
by Peter Maydell
· 9 years ago
00588a0
9pfs: introduce V9fsVirtioState
by Wei Liu
· 9 years ago
c5620e6
libqos/ahci: organize header
by John Snow
· 9 years ago
e810969
qtest/ahci: ATAPI data tests
by John Snow
· 9 years ago
9350df7
libqos/ahci: add ahci_exec
by John Snow
· 9 years ago
b682d3a
libqos/ahci: allow nondata commands for ahci_io variants
by John Snow
· 9 years ago
b1b66c3
libqos: allow zero-size allocations
by John Snow
· 9 years ago
b88641e
libqos/ahci: Switch to mutable properties
by John Snow
· 9 years ago
d0b282a
libqos/ahci: ATAPI identify
by John Snow
· 9 years ago
54d268b
libqos/ahci: ATAPI support
by John Snow
· 9 years ago
248de4a
ahci-test: fix memory leak
by John Snow
· 9 years ago
4ab0359
ide: ahci: reset ncq object to unused on error
by Prasad J Pandit
· 9 years ago
9722517
macio: fix overflow in lba to offset conversion for ATAPI devices
by Mark Cave-Ayland
· 9 years ago
7b8a354
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160111-1' into staging
by Peter Maydell
· 9 years ago
fea9b3c
hw/arm/virt: Support legacy -nic command line syntax
by Ashok Kumar
· 9 years ago
Next »