index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: Add memory statistics reporting to the balloon driver
Adam Litke
2010-01-26
6
-52
/
+219
*
New API for asynchronous monitor commands
Adam Litke
2010-01-26
2
-4
/
+111
*
block: avoid creating too large iovecs in multiwrite_merge
Christoph Hellwig
2010-01-26
2
-0
/
+8
*
vnc_refresh: calling vnc_update_client might free vs
Stefano Stabellini
2010-01-26
1
-2
/
+4
*
block/raw-posix: Abort on pread beyond end of non-growable file
Kevin Wolf
2010-01-26
1
-1
/
+5
*
win32: pair qemu_memalign() with qemu_vfree()
Herve Poussineau
2010-01-26
5
-5
/
+5
*
win32/sdl: Fix toggle full screen
Herve Poussineau
2010-01-26
1
-0
/
+1
*
Tell users about out-of-memory errors
Stefan Weil
2010-01-26
1
-1
/
+9
*
PCI: fix bridge configuration
Blue Swirl
2010-01-26
4
-0
/
+4
*
fix savevm command without id or tag
Marcelo Tosatti
2010-01-26
1
-1
/
+1
*
qcow2: rename two QCowAIOCB members
Christoph Hellwig
2010-01-26
1
-29
/
+30
*
block: kill BDRV_O_CREAT
Christoph Hellwig
2010-01-26
5
-28
/
+7
*
block: clean up bdrv_open2 structure a bit
Christoph Hellwig
2010-01-26
1
-12
/
+19
*
virtio-console: Automatically use virtio-serial-bus for the older -virtiocons...
Amit Shah
2010-01-26
2
-2
/
+13
*
virtio-console: Rename virtio-serial.c back to virtio-console.c
Amit Shah
2010-01-26
2
-1
/
+1
*
Fix generation of config-host.h
Juan Quintela
2010-01-26
1
-12
/
+5
*
ide save/restore current transfer fields
Marcelo Tosatti
2010-01-26
1
-2
/
+6
*
PCI: do_pci_info(): PCI bridge devices support
Luiz Capitulino
2010-01-26
1
-3
/
+20
*
PCI: Convert pci_info() to QObject
Luiz Capitulino
2010-01-26
3
-76
/
+301
*
QDict: Introduce qdict_get_qdict()
Luiz Capitulino
2010-01-26
2
-0
/
+14
*
QList: Introduce QLIST_FOREACH_ENTRY()
Luiz Capitulino
2010-01-26
1
-0
/
+10
*
Read-only device changed to opens it's file for read-only.
Naphtali Sprei
2010-01-26
2
-8
/
+4
*
Ask for read-write permissions when opening files
Naphtali Sprei
2010-01-26
3
-4
/
+4
*
No need anymoe for bdrv_set_read_only
Naphtali Sprei
2010-01-26
2
-8
/
+0
*
Documentation: Add missing texi description for command line options
Stefan Weil
2010-01-26
1
-0
/
+35
*
Documentation: Improve command line help for -device option
Stefan Weil
2010-01-26
1
-4
/
+13
*
qdev: Add help for property value
Stefan Weil
2010-01-26
1
-2
/
+7
*
qdev: Add help for device properties
Stefan Weil
2010-01-26
1
-2
/
+13
*
mmap_frag() users only check for -1 error
Juan Quintela
2010-01-26
1
-1
/
+1
*
Check availavility of -fstack-protector-all
Juan Quintela
2010-01-26
1
-1
/
+1
*
Enable _FORTIFY_SOURCE=2
Kirill A. Shutemov
2010-01-26
1
-1
/
+1
*
check pipe() return value
Juan Quintela
2010-01-26
1
-4
/
+9
*
linux-user/mmap.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-2
/
+4
*
monitor.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-2
/
+10
*
vl.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-4
/
+18
*
usb-linux.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-2
/
+1
*
net/slirp.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-1
/
+8
*
block/qcow2.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-10
/
+45
*
block/vvfat.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-2
/
+7
*
block/vmdk.o: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-10
/
+40
*
block/qcow.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-4
/
+22
*
block/cow.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-3
/
+16
*
posix-aio-compat.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-1
/
+4
*
force to test result for qemu_write_full()
Juan Quintela
2010-01-26
1
-1
/
+2
*
Introduce qemu_write_full()
Kirill A. Shutemov
2010-01-26
2
-0
/
+28
*
qcow2: Don't ignore qcow2_alloc_clusters return value
Kevin Wolf
2010-01-26
3
-3
/
+33
*
qcow2: Don't ignore update_refcount return value
Kevin Wolf
2010-01-26
1
-8
/
+23
*
qcow2: Allow updating no refcounts
Kevin Wolf
2010-01-26
1
-1
/
+5
*
qcow2: Improve error handling in update_refcount
Kevin Wolf
2010-01-26
1
-7
/
+25
*
qcow2: Fix error handling in grow_refcount_table
Kevin Wolf
2010-01-26
1
-3
/
+6
[next]