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-serial: convert to QEMU Object Model
Anthony Liguori
2012-01-27
3
-90
/
+128
*
|
spapr: convert to QEMU Object Model (v2)
Anthony Liguori
2012-01-27
5
-71
/
+126
*
|
scsi: convert to QEMU Object Model
Anthony Liguori
2012-01-27
4
-113
/
+201
*
|
ide: convert to QEMU Object Model
Anthony Liguori
2012-01-27
2
-49
/
+82
*
|
hda-codec: convert to QEMU Object Model
Anthony Liguori
2012-01-27
3
-44
/
+71
*
|
i2c: smbus: convert to QEMU Object Model
Anthony Liguori
2012-01-27
15
-164
/
+331
*
|
i2c: rename i2c_slave -> I2CSlave
Anthony Liguori
2012-01-27
15
-86
/
+88
*
|
ssi: convert to QEMU Object Model
Anthony Liguori
2012-01-27
10
-70
/
+150
*
|
ccid: convert to QEMU Object Model
Anthony Liguori
2012-01-27
4
-49
/
+109
*
|
usb: convert to QEMU Object Model
Anthony Liguori
2012-01-27
17
-303
/
+528
*
|
isa: pic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
28
-192
/
+390
*
|
qdev: prepare source tree for code conversion
Anthony Liguori
2012-01-27
15
-312
/
+304
*
|
qdev: add class_init to DeviceInfo
Anthony Liguori
2012-01-27
2
-0
/
+9
*
|
qdev: add a interface to register subclasses
Anthony Liguori
2012-01-27
2
-2
/
+8
*
|
qdev: use a wrapper to access reset and promote reset to a class method
Anthony Liguori
2012-01-27
4
-9
/
+27
*
|
qdev: don't access name through info
Anthony Liguori
2012-01-27
28
-44
/
+44
*
|
qdev: move qdev->info to class
Anthony Liguori
2012-01-27
33
-93
/
+119
*
|
qdev: integrate with QEMU Object Model (v2)
Anthony Liguori
2012-01-27
2
-2
/
+35
*
|
qom: add the base Object class (v2)
Anthony Liguori
2012-01-27
8
-1
/
+931
*
|
pci: call reset unconditionally
Anthony Liguori
2012-01-27
1
-5
/
+2
*
|
openpic: remove dead code to make a PCI device version
Anthony Liguori
2012-01-27
3
-29
/
+5
*
|
macio: convert to qdev
Anthony Liguori
2012-01-27
1
-13
/
+30
*
|
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
Anthony Liguori
2012-01-27
6
-17
/
+862
|
\
\
|
*
|
arm: SoC model for Calxeda Highbank
Rob Herring
2012-01-26
2
-0
/
+331
|
*
|
arm_boot: support board IDs more than 16 bits wide
Peter Maydell
2012-01-26
1
-6
/
+5
|
*
|
arm: add secondary cpu boot callbacks to arm_boot.c
Mark Langsdorf
2012-01-26
2
-11
/
+60
|
*
|
ahci: add support for non-PCI based controllers
Rob Herring
2012-01-26
1
-0
/
+44
|
*
|
Add xgmac ethernet model
Rob Herring
2012-01-26
2
-0
/
+422
*
|
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-01-27
28
-88
/
+1206
|
\
\
\
|
*
|
|
scsi: Guard against buflen exceeding req->cmd.xfer in scsi_disk_emulate_command
Thomas Higdon
2012-01-26
1
-9
/
+1
|
*
|
|
qcow: Use bdrv functions to replace file operation
Li Zhi Hui
2012-01-26
1
-17
/
+31
|
*
|
|
qcow: Return real error code in qcow_open
Li Zhi Hui
2012-01-26
1
-19
/
+37
|
*
|
|
block/vdi: Zero unused parts when allocating a new block (fix #919242)
Stefan Weil
2012-01-26
1
-2
/
+6
|
*
|
|
virtio-blk: add virtio_blk_handle_read trace event
Stefan Hajnoczi
2012-01-26
2
-0
/
+3
|
*
|
|
docs: describe live block operations
Marcelo Tosatti
2012-01-26
1
-0
/
+58
|
*
|
|
block: add support for partial streaming
Marcelo Tosatti
2012-01-26
3
-9
/
+96
|
*
|
|
add QERR_BASE_NOT_FOUND
Marcelo Tosatti
2012-01-26
3
-0
/
+8
|
*
|
|
block: add bdrv_find_backing_image
Marcelo Tosatti
2012-01-26
2
-0
/
+20
|
*
|
|
blockdev: make image streaming safe across hotplug
Stefan Hajnoczi
2012-01-26
1
-0
/
+38
|
*
|
|
qmp: add query-block-jobs
Stefan Hajnoczi
2012-01-26
6
-0
/
+115
|
*
|
|
qmp: add block_job_cancel command
Stefan Hajnoczi
2012-01-26
10
-1
/
+107
|
*
|
|
qmp: add block_job_set_speed command
Stefan Hajnoczi
2012-01-26
6
-0
/
+79
|
*
|
|
qmp: add block_stream command
Stefan Hajnoczi
2012-01-26
12
-0
/
+173
|
*
|
|
block: rate-limit streaming operations
Stefan Hajnoczi
2012-01-26
1
-6
/
+59
|
*
|
|
block: add image streaming block job
Stefan Hajnoczi
2012-01-26
4
-0
/
+141
|
*
|
|
block: add BlockJob interface for long-running operations
Stefan Hajnoczi
2012-01-26
2
-0
/
+88
|
*
|
|
block: make copy-on-read a per-request flag
Stefan Hajnoczi
2012-01-26
4
-12
/
+45
|
*
|
|
block: check bdrv_in_use() before blockdev operations
Stefan Hajnoczi
2012-01-26
2
-1
/
+19
|
*
|
|
coroutine: add co_sleep_ns() coroutine sleep function
Stefan Hajnoczi
2012-01-26
3
-0
/
+48
|
*
|
|
block: replace unchecked strdup/malloc/calloc with glib
Stefan Hajnoczi
2012-01-26
3
-28
/
+28
[prev]
[next]