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
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
virtio: Convert to msix_init_exclusive_bar() interface
Alex Williamson
2012-06-18
2
-11
/
+5
|
|
*
ivshmem: Convert to msix_init_exclusive_bar() interface
Alex Williamson
2012-06-18
1
-7
/
+3
|
|
*
msix: Add simple BAR allocation MSIX setup functions
Alex Williamson
2012-06-18
3
-0
/
+52
|
|
*
msix: fix PCIDevice naming inconsistency
Alex Williamson
2012-06-18
1
-2
/
+1
|
|
*
msix: drop unused msix_bar_size, require valid bar_size
Jan Kiszka
2012-06-18
3
-21
/
+3
*
|
|
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2012-07-30
7
-316
/
+785
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
virtio-scsi: enable MSI-X support
Paolo Bonzini
2012-07-27
1
-2
/
+4
|
*
|
virtio-scsi: add ioeventfd support
Paolo Bonzini
2012-07-27
1
-0
/
+1
|
*
|
virtio-scsi: report parameter change events
Paolo Bonzini
2012-07-27
1
-0
/
+16
|
*
|
virtio-scsi: do not report dropped events after reset
Paolo Bonzini
2012-07-27
1
-0
/
+1
|
*
|
virtio-scsi: Report missed events
Paolo Bonzini
2012-07-27
1
-18
/
+36
|
*
|
virtio-scsi: Implement hotplug support for virtio-scsi
Cong Meng
2012-07-27
1
-2
/
+70
|
*
|
scsi: report parameter changes to HBA drivers
Paolo Bonzini
2012-07-27
3
-0
/
+13
|
*
|
scsi-disk: report resized disk via sense codes
Paolo Bonzini
2012-07-27
3
-2
/
+29
|
*
|
scsi: establish precedence levels for unit attention
Paolo Bonzini
2012-07-27
3
-3
/
+54
|
*
|
scsi: introduce hotplug() and hot_unplug() interfaces for SCSI bus
Cong Meng
2012-07-27
2
-1
/
+18
|
*
|
scsi: add tracepoint for scsi_req_cancel
Paolo Bonzini
2012-07-27
1
-0
/
+1
|
*
|
scsi-disk: removable hard disks support load/eject
Paolo Bonzini
2012-07-27
1
-1
/
+1
|
*
|
scsi-disk: Fail medium writes with proper sense for readonly LUNs
Ronnie Sahlberg
2012-07-26
3
-3
/
+19
|
*
|
scsi-disk: improve the lba-out-of-range tests for read/write/verify
Ronnie Sahlberg
2012-07-26
1
-2
/
+4
|
*
|
scsi-disk: rd/wr/vr-protect !=0 is an error
Ronnie Sahlberg
2012-07-26
1
-0
/
+9
|
*
|
scsi-disk: support toggling the write cache
Paolo Bonzini
2012-07-26
1
-4
/
+10
|
*
|
scsi-disk: parse MODE SELECT commands and parameters
Paolo Bonzini
2012-07-26
3
-11
/
+169
|
*
|
scsi-disk: fix changeable values for MODE_PAGE_R_W_ERROR
Paolo Bonzini
2012-07-26
1
-0
/
+3
|
*
|
scsi-disk: adjust offsets in MODE SENSE by 2
Paolo Bonzini
2012-07-26
1
-66
/
+74
|
*
|
scsi-disk: support emulated TO_DEV requests
Paolo Bonzini
2012-07-26
1
-8
/
+28
|
*
|
scsi-disk: separate read_data/write_data implementation for emulate_reqops
Paolo Bonzini
2012-07-26
1
-11
/
+25
|
*
|
scsi-disk: split scsi-disk reqops
Paolo Bonzini
2012-07-26
1
-68
/
+123
|
*
|
scsi-disk: move all non-DMA commands to scsi_disk_emulate_command
Paolo Bonzini
2012-07-26
1
-86
/
+66
|
*
|
scsi-disk: make discard asynchronous
Paolo Bonzini
2012-07-26
1
-12
/
+10
|
*
|
scsi-disk: let the user customize vendor and product name
Dmitry Fleytman
2012-07-26
1
-10
/
+21
|
*
|
scsi-block: remove properties that are not relevant for passthrough
Paolo Bonzini
2012-07-26
1
-1
/
+1
|
*
|
lsi: avoid redundant tests of s->current != NULL
Paolo Bonzini
2012-07-26
1
-2
/
+3
|
*
|
lsi: introduce lsi_request_free
Paolo Bonzini
2012-07-26
1
-15
/
+16
|
*
|
lsi: use qdev_reset_all
Paolo Bonzini
2012-07-26
1
-12
/
+3
|
*
|
megasas: fix misuse of scsi_req_abort
Paolo Bonzini
2012-07-26
1
-1
/
+1
|
*
|
megasas: Replace trace_megasas_dcmd_dump_frame()
Hannes Reinecke
2012-07-26
1
-29
/
+10
*
|
|
Avoid returning void
Blue Swirl
2012-07-28
8
-22
/
+39
*
|
|
hw/escc: Drop duplicate definition of 'disabled' property
Peter Maydell
2012-07-28
1
-1
/
+0
*
|
|
target-or32: Add a IIS dummy board
Jia Liu
2012-07-27
2
-1
/
+151
*
|
|
target-or32: Add timer support
Jia Liu
2012-07-27
2
-1
/
+102
*
|
|
target-or32: Add PIC support
Jia Liu
2012-07-27
2
-0
/
+62
*
|
|
target-or32: Add target stubs and QOM cpu
Jia Liu
2012-07-27
1
-0
/
+1
|
/
/
*
|
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
2012-07-23
26
-30
/
+30
|
\
\
|
*
|
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
2012-07-23
26
-30
/
+30
*
|
|
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-07-23
4
-54
/
+53
|
\
\
\
|
*
|
|
qdev: Fix Open Firmware comment
Stefan Weil
2012-07-21
1
-6
/
+5
|
*
|
|
Use macro QEMU_PACKED for new packed structures
Stefan Weil
2012-07-21
2
-47
/
+47
|
*
|
|
powerpc pci: fixed packing of ranges[]
Alexey Kardashevskiy
2012-07-21
1
-1
/
+1
|
|
/
/
*
|
|
exynos4210: add Exynos4210 i2c implementation
Mitsyanko Igor
2012-07-20
4
-1
/
+365
[prev]
[next]