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
...
|
*
|
qcow2: Add corrupt bit
Max Reitz
2013-08-30
5
-9
/
+66
|
*
|
qemu-iotests: Snapshotting zero clusters
Max Reitz
2013-08-30
3
-0
/
+74
|
*
|
qcow2-refcount: Snapshot update for zero clusters
Max Reitz
2013-08-30
1
-17
/
+35
|
*
|
option: Add assigned flag to QEMUOptionParameter
Max Reitz
2013-08-30
2
-0
/
+10
|
*
|
gluster: Abort on AIO completion failure
Bharata B Rao
2013-08-30
1
-13
/
+2
|
*
|
block: Remove old raw driver
Kevin Wolf
2013-08-30
1
-192
/
+0
|
*
|
switch raw block driver from "raw.o" to "raw_bsd.o"
Laszlo Ersek
2013-08-30
2
-35
/
+45
|
*
|
raw_bsd: register bdrv_raw
Laszlo Ersek
2013-08-30
1
-5
/
+33
|
*
|
raw_bsd: add raw_create_options
Laszlo Ersek
2013-08-30
1
-1
/
+12
|
*
|
raw_bsd: introduce "special members"
Laszlo Ersek
2013-08-30
1
-0
/
+23
|
*
|
raw_bsd: add raw_create()
Laszlo Ersek
2013-08-30
1
-0
/
+4
|
*
|
raw_bsd: emit debug events in bdrv_co_readv() and bdrv_co_writev()
Laszlo Ersek
2013-08-30
1
-0
/
+2
|
*
|
add skeleton for BSD licensed "raw" BlockDriver
Laszlo Ersek
2013-08-30
1
-0
/
+108
|
*
|
block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit)
Peter Maydell
2013-08-30
1
-3
/
+3
|
*
|
qemu-iotests: Update reference output for 051
Kevin Wolf
2013-08-30
1
-1
/
+0
|
*
|
Revert "block: Disable driver-specific options for 1.6"
Kevin Wolf
2013-08-30
2
-144
/
+1
|
*
|
qapi-types.py: Split off generate_struct_fields()
Kevin Wolf
2013-08-30
1
-6
/
+13
|
*
|
block: Remove redundant assertion
Kevin Wolf
2013-08-30
1
-1
/
+0
|
*
|
qcow2: Change default for new images to compat=1.1
Kevin Wolf
2013-08-30
1
-1
/
+3
*
|
|
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2013-09-03
18
-87
/
+81
|
\
\
\
|
*
|
|
aio / timers: use g_usleep() not sleep()
Alex Bligh
2013-09-01
1
-3
/
+3
|
*
|
|
adlib: sort offsets in portio registration
Hervé Poussineau
2013-09-01
1
-1
/
+1
|
*
|
|
qmp: fix integer usage in examples
Eric Blake
2013-09-01
1
-13
/
+13
|
*
|
|
tci: Remove function tcg_out64 (fix broken build)
Stefan Weil
2013-09-01
1
-7
/
+0
|
*
|
|
target-arm: Report unimplemented opcodes (LOG_UNIMP)
Stefan Weil
2013-09-01
1
-0
/
+4
|
*
|
|
pflash_cfi02.c: fix debug macro
Antony Pavlov
2013-09-01
1
-1
/
+1
|
*
|
|
configure: Remove unneeded redirections of stderr (pkg-config --exists)
Stefan Weil
2013-09-01
1
-16
/
+14
|
*
|
|
configure: Remove unneeded redirections of stderr (pkg-config --cflags, --libs)
Stefan Weil
2013-09-01
1
-18
/
+18
|
*
|
|
configure: Don't write .pyc files by default (python -B)
Stefan Weil
2013-09-01
1
-2
/
+2
|
*
|
|
curl: qemu_bh_new() can never return NULL
Stefan Hajnoczi
2013-09-01
1
-6
/
+0
|
*
|
|
slirp/arp_table.c: Avoid shifting into sign bit of signed integers
Peter Maydell
2013-09-01
1
-2
/
+2
|
*
|
|
configure: disable clang -Wstring-plus-int warning
Peter Maydell
2013-09-01
1
-0
/
+1
|
*
|
|
rdma: silly ipv6 bugfix
Michael R. Hines
2013-09-01
1
-3
/
+5
|
*
|
|
misc: Fix some typos in names and comments
Stefan Weil
2013-09-01
8
-15
/
+15
|
*
|
|
slirp: Port redirection option behave differently on Linux and Windows
Taimoor Mirza
2013-09-01
1
-0
/
+2
*
|
|
|
Merge remote-tracking branch 'kraxel/usb.88' into staging
Anthony Liguori
2013-09-03
6
-24
/
+81
|
\
\
\
\
|
*
|
|
|
usb/dev-hid: Modified usb-tablet category from Misc to Input
Marcel Apfelbaum
2013-09-02
1
-1
/
+1
|
*
|
|
|
Revert "usb-hub: report status changes only once"
Gerd Hoffmann
2013-09-02
1
-5
/
+1
|
*
|
|
|
usb-hub: add tracepoint for status reports
Gerd Hoffmann
2013-09-02
2
-0
/
+2
|
*
|
|
|
usb: parallelize usb3 streams
Gerd Hoffmann
2013-09-02
1
-3
/
+4
|
*
|
|
|
uas: add property for request logging
Gerd Hoffmann
2013-09-02
1
-3
/
+12
|
*
|
|
|
xhci: reset port when disabling slot
Gerd Hoffmann
2013-09-02
1
-0
/
+1
|
*
|
|
|
xhci: emulate intr endpoint intervals correctly
Gerd Hoffmann
2013-09-02
1
-7
/
+37
|
*
|
|
|
xhci: fix endpoint interval calculation
Gerd Hoffmann
2013-09-02
1
-1
/
+1
|
*
|
|
|
xhci: add port to slot_address tracepoint
Gerd Hoffmann
2013-09-02
2
-2
/
+2
|
*
|
|
|
xhci: add tracepoint for endpoint state changes
Gerd Hoffmann
2013-09-02
2
-0
/
+20
|
*
|
|
|
xhci: remove leftover debug printf
Gerd Hoffmann
2013-09-02
1
-2
/
+0
|
|
/
/
/
*
|
|
|
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-09-03
67
-180
/
+144
|
\
\
\
\
|
*
|
|
|
virtio_pci: fix level interrupts with irqfd
Michael S. Tsirkin
2013-09-01
1
-2
/
+1
|
*
|
|
|
pc: reduce duplication, fix PIIX descriptions
Michael S. Tsirkin
2013-09-01
3
-63
/
+56
[prev]
[next]