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-9p: use virtio wrappers to access headers
Greg Kurz
2014-06-29
1
-1
/
+2
*
virtio-serial-bus: use virtio wrappers to access headers
Rusty Russell
2014-06-29
1
-15
/
+31
*
virtio-scsi: use virtio wrappers to access headers
Rusty Russell
2014-06-29
1
-18
/
+20
*
virtio-blk: use virtio wrappers to access headers
Rusty Russell
2014-06-29
1
-17
/
+21
*
virtio-balloon: use virtio wrappers to access page frame numbers
Rusty Russell
2014-06-29
1
-3
/
+5
*
virtio-net: use virtio wrappers to access headers
Rusty Russell
2014-06-29
1
-14
/
+17
*
virtio: allow byte swapping for vring
Rusty Russell
2014-06-29
1
-41
/
+48
*
virtio: add endian-ambivalent support to VirtIODevice
Greg Kurz
2014-06-29
2
-16
/
+91
*
exec: introduce target_words_bigendian() helper
Greg Kurz
2014-06-29
1
-3
/
+0
*
virtio: add subsections to the migration stream
Greg Kurz
2014-06-29
1
-2
/
+19
*
virtio-rng: implement per-device migration calls
Greg Kurz
2014-06-29
1
-5
/
+7
*
virtio-balloon: implement per-device migration calls
Greg Kurz
2014-06-29
1
-11
/
+14
*
virtio-serial: implement per-device migration calls
Greg Kurz
2014-06-29
1
-14
/
+20
*
virtio-blk: implement per-device migration calls
Greg Kurz
2014-06-29
1
-8
/
+16
*
virtio-net: implement per-device migration calls
Greg Kurz
2014-06-29
1
-6
/
+16
*
virtio: introduce device specific migration calls
Greg Kurz
2014-06-29
7
-7
/
+18
*
virtio-serial: don't migrate the config space
Alexander Graf
2014-06-29
1
-10
/
+6
*
virtio-net: byteswap virtio-net header
Cédric Le Goater
2014-06-29
1
-0
/
+17
*
vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message
Damjan Marion
2014-06-29
1
-9
/
+14
*
Allow mismatched virtio config-len
Dr. David Alan Gilbert
2014-06-29
1
-5
/
+11
*
pc: make isapc and pc-0.10 to pc-0.13 have 1.7.0 memory layout
Don Slutz
2014-06-29
1
-0
/
+10
*
mc146818rtc: add rtc-reset-reinjection QMP command
Marcelo Tosatti
2014-06-29
1
-0
/
+18
*
pc: Move q35 compat props to PC_COMPAT_*
Eduardo Habkost
2014-06-29
1
-5
/
+5
*
Merge remote-tracking branch 'remotes/xtensa/tags/20140629-xtensa' into staging
Peter Maydell
2014-06-29
5
-50
/
+162
|
\
|
*
hw/xtensa/xtfpga: implement initrd loading
Max Filippov
2014-06-29
1
-0
/
+24
|
*
hw/xtensa/xtfpga: implement DTB loading
Max Filippov
2014-06-29
1
-0
/
+23
|
*
hw/xtensa/xtfpga: implement uImage loading
Max Filippov
2014-06-29
1
-1
/
+24
|
*
hw/xtensa/xtfpga: add memory info to bootparam
Max Filippov
2014-06-29
2
-1
/
+17
|
*
hw/xtensa/xtfpga: refactor bootparameters filling
Max Filippov
2014-06-29
2
-12
/
+21
|
*
hw/xtensa/xtfpga: use symbolic constants for bootparam tags
Max Filippov
2014-06-29
2
-3
/
+13
|
*
hw/xtensa/xtfpga: retrieve parameters from machine_opts
Max Filippov
2014-06-29
1
-2
/
+3
|
*
hw/xtensa: replace fprintfs with error_report
Max Filippov
2014-06-29
2
-6
/
+10
|
*
hw/xtensa: remove extraneous xtensa_ prefix from file names
Max Filippov
2014-06-29
4
-3
/
+3
|
*
hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705
Max Filippov
2014-06-29
1
-3
/
+5
*
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2014-06-29
2
-286
/
+99
|
\
\
|
*
|
virtio-blk: Rename complete_request_early to complete_request_vring
Fam Zheng
2014-06-27
1
-2
/
+2
|
*
|
virtio-blk: Unify {non-,}dataplane's request handlings
Fam Zheng
2014-06-27
1
-164
/
+19
|
*
|
virtio-blk: Schedule BH in the right context
Fam Zheng
2014-06-27
1
-1
/
+2
|
*
|
virtio-blk: Export request handling functions to dataplane
Fam Zheng
2014-06-27
1
-8
/
+2
|
*
|
virtio-blk: Make request completion function virtual
Fam Zheng
2014-06-27
1
-1
/
+8
|
*
|
virtio-blk: Fix and clean up the in_sg and out_sg check
Fam Zheng
2014-06-27
1
-7
/
+14
|
*
|
virtio-blk: Fill in VirtIOBlockReq.out in dataplane code
Fam Zheng
2014-06-27
1
-58
/
+44
|
*
|
virtio-blk: Convert VirtIOBlockReq.out to structrue
Fam Zheng
2014-06-27
1
-6
/
+14
|
*
|
virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr
Fam Zheng
2014-06-27
1
-32
/
+22
|
*
|
virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq
Fam Zheng
2014-06-27
1
-19
/
+15
|
*
|
virtio-blk: Drop VirtIOBlockRequest.read
Fam Zheng
2014-06-27
1
-2
/
+0
|
*
|
virtio-blk: Drop bounce buffer from dataplane code
Fam Zheng
2014-06-27
1
-25
/
+0
|
*
|
virtio-blk: Convert VirtIOBlockReq.elem to pointer
Fam Zheng
2014-06-27
1
-39
/
+46
|
*
|
virtio-blk: Move VirtIOBlockReq to header
Fam Zheng
2014-06-27
1
-11
/
+0
|
|
/
*
|
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-06-29
2
-4
/
+10
|
\
\
[next]