index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-21
qapi: add qapi-visit.py code generator
Michael Roth
1
-0
/
+246
2011-07-21
qapi: add qapi-types.py code generator
Michael Roth
1
-0
/
+270
2011-07-21
qapi: add qapi.py helper libraries
Michael Roth
1
-0
/
+203
2011-07-21
qapi: add ordereddict.py helper library
Michael Roth
1
-0
/
+127
2011-07-21
qapi: add QMP dispatch functions
Michael Roth
3
-1
/
+127
2011-07-21
qapi: add QMP command registration/lookup functions
Michael Roth
3
-0
/
+80
2011-07-21
qapi: add QAPI dealloc visitor
Michael Roth
3
-1
/
+174
2011-07-21
qapi: add QMP output visitor
Michael Roth
3
-1
/
+268
2011-07-21
qapi: add QMP input visitor
Michael Roth
4
-1
/
+332
2011-07-21
qapi: add QAPI visitor core
Michael Roth
5
-0
/
+221
2011-07-21
qapi: add module init types for qapi
Michael Roth
1
-0
/
+2
2011-07-21
qlist: add qlist_first()/qlist_next()
Michael Roth
1
-0
/
+11
2011-07-21
Add hard build dependency on glib
Anthony Liguori
4
-0
/
+17
2011-07-21
Error: Fix build when qemu-common.h is not included
Luiz Capitulino
1
-0
/
+1
2011-07-21
Introduce compiler.h header file
Luiz Capitulino
2
-24
/
+35
2011-07-21
QMP: add snapshot-blkdev-sync command
Jes Sorensen
3
-3
/
+37
2011-07-20
Update OpenBIOS images for Sparc32 and Sparc64
Blue Swirl
3
-4
/
+3
2011-07-20
Fix unassigned memory access handling
Blue Swirl
10
-35
/
+48
2011-07-20
Avoid CPU endian memory accesses in devices
Blue Swirl
4
-10
/
+22
2011-07-20
SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.
Tsuneo Saito
1
-1
/
+2
2011-07-20
checkpatch: Fix bracing false positives on #if
Blue Swirl
1
-0
/
+1
2011-07-20
tcg/mips: Fix regression caused by typo (copy + paste bug)
Stefan Weil
1
-1
/
+1
2011-07-20
ds1225y: convert to qdev device, and use it in MIPS Jazz emulation
Hervé Poussineau
3
-31
/
+82
2011-07-20
ds1225y: use trace framework
Hervé Poussineau
2
-11
/
+9
2011-07-20
ds1225y: Remove protection stuff, which doesn't belong to this device
Hervé Poussineau
2
-42
/
+1
2011-07-20
SPARC64: add missing break on fmovdcc
Tsuneo Saito
1
-0
/
+1
2011-07-20
SPARC64: fix VIS1 SIMD signed compare instructions
Tsuneo Saito
3
-28
/
+31
2011-07-20
Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm
Blue Swirl
8
-493
/
+753
2011-07-19
Merge remote-tracking branch 'agraf/xen-next' into staging
Anthony Liguori
17
-137
/
+221
2011-07-19
Merge remote-tracking branch 'kraxel/usb.19' into staging
Anthony Liguori
13
-235
/
+523
2011-07-19
Merge remote-tracking branch 'spice/spice.v38' into staging
Anthony Liguori
4
-18
/
+46
2011-07-19
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
5
-9
/
+21
2011-07-19
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
22
-97
/
+549
2011-07-18
virtio-console: Prevent abort()s in case of host chardev close
Amit Shah
1
-1
/
+15
2011-07-18
virtio-serial-bus: Fix trailing \n in error_report string
Amit Shah
1
-1
/
+1
2011-07-18
virtio-console: Add some trace events
Amit Shah
2
-1
/
+13
2011-07-18
virtio-serial-bus: Add trace events
Amit Shah
2
-0
/
+13
2011-07-17
virtio: fix indirect descriptor buffer overflow
Michael S. Tsirkin
1
-0
/
+8
2011-07-17
xen: move to new pci initializers
Michael S. Tsirkin
1
-8
/
+7
2011-07-17
hw/piix_pci.c: Fix PIIX3-xen to initialize ids
Anthony PERARD
1
-0
/
+3
2011-07-17
pci_ids: tweak names to match linux/pci_ids.h
Michael S. Tsirkin
2
-5
/
+6
2011-07-17
vhost: fix double free on device stop
Michael S. Tsirkin
1
-0
/
+1
2011-07-17
xen_console: fall back to qemu serial device
Alexander Graf
1
-4
/
+7
2011-07-17
xen_console: support the new extended xenstore protocol
Stefano Stabellini
5
-6
/
+87
2011-07-17
checkpatch: don't error out on },{ lines
Alexander Graf
1
-1
/
+3
2011-07-17
xen_disk: treat "aio" as "raw"
Stefano Stabellini
1
-0
/
+3
2011-07-17
qemu_ram_ptr_length: take ram_addr_t as arguments
Stefano Stabellini
2
-8
/
+15
2011-07-17
xen_disk: cope with missing xenstore "params" node
Stefano Stabellini
1
-7
/
+27
2011-07-17
xen: add vkbd support for PV on HVM guests
Stefano Stabellini
2
-7
/
+13
2011-07-17
xen_console: fix memory leak
Stefano Stabellini
1
-2
/
+6
[next]