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
...
|
*
|
translate-all.c: memory walker initial address miscalculation
Mikhail Ilyin
2014-10-06
3
-28
/
+27
|
*
|
linux-user: don't include timerfd if not needed
Riku Voipio
2014-10-06
1
-1
/
+3
|
*
|
linux-user: Simplify timerid checks on g_posix_timers range
Alexander Graf
2014-10-06
1
-13
/
+17
|
*
|
linux-user: Convert blkpg to use a special subop handler
Alexander Graf
2014-10-06
3
-2
/
+56
|
*
|
linux-user: Enable epoll_pwait syscall for ARM
Peter Maydell
2014-10-06
1
-1
/
+1
|
/
/
*
|
gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag
Peter Maydell
2014-10-06
7
-9
/
+31
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-10-06
52
-285
/
+500
|
\
\
|
*
|
blockdev-test: Test device_del after drive_del
Markus Armbruster
2014-10-04
1
-0
/
+32
|
*
|
blockdev-test: Factor out some common code into helpers
Markus Armbruster
2014-10-04
1
-25
/
+25
|
*
|
blockdev-test: Simplify by using g_assert_cmpstr()
Markus Armbruster
2014-10-04
1
-7
/
+2
|
*
|
blockdev-test: Clean up bogus drive_add argument
Markus Armbruster
2014-10-04
1
-1
/
+1
|
*
|
blockdev-test: Use single rather than double quotes in QMP
Markus Armbruster
2014-10-04
1
-16
/
+16
|
*
|
drive_del-test: Merge of qdev-monitor-test, blockdev-test
Markus Armbruster
2014-10-04
3
-75
/
+48
|
*
|
iotests: qemu-img info output for corrupt image
Max Reitz
2014-10-04
2
-0
/
+12
|
*
|
qapi: Add corrupt field to ImageInfoSpecificQCow2
Max Reitz
2014-10-04
6
-12
/
+28
|
*
|
iotests: Use _img_info
Max Reitz
2014-10-04
6
-68
/
+26
|
*
|
util: Emancipate id_wellformed() from QemuOpts
Markus Armbruster
2014-10-03
6
-24
/
+35
|
*
|
q35/ahci: Pick up -cdrom and -hda options
John Snow
2014-10-03
3
-0
/
+21
|
*
|
qtest/bios-tables: Correct Q35 command line
John Snow
2014-10-03
1
-6
/
+4
|
*
|
ide: Update ide_drive_get to be HBA agnostic
John Snow
2014-10-03
12
-14
/
+44
|
*
|
pc/vl: Add units-per-default-bus property
John Snow
2014-10-03
4
-1
/
+13
|
*
|
blockdev: Allow overriding if_max_dev property
John Snow
2014-10-03
2
-1
/
+27
|
*
|
blockdev: Orphaned drive search
John Snow
2014-10-03
3
-1
/
+32
|
*
|
qemu-iotests: Fix supported cache modes for 052
Kevin Wolf
2014-10-03
1
-2
/
+3
|
*
|
make check-block: Use default cache modes
Kevin Wolf
2014-10-03
1
-1
/
+1
|
*
|
Modify qemu_opt_rename to realize renaming all items in opts
Jun Li
2014-10-03
1
-0
/
+4
|
*
|
vmdk: Fix integer overflow in offset calculation
Fam Zheng
2014-10-03
4
-1
/
+93
|
*
|
block: Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
2014-10-03
3
-9
/
+3
|
*
|
ssh: Don't crash if either host or path is not specified.
Richard W.M. Jones
2014-10-03
1
-0
/
+10
|
*
|
snapshot: fix referencing wrong variable in while loop in do_delvm
Zhang Haoyu
2014-10-03
1
-6
/
+5
|
/
/
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20141002-1' into...
Peter Maydell
2014-10-02
4
-2
/
+126
|
\
\
|
*
|
add input-send-event command
Marcelo Tosatti
2014-10-02
3
-0
/
+117
|
*
|
input: fix send-key monitor command release event ordering
Gerd Hoffmann
2014-10-02
1
-2
/
+9
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20141002-1' in...
Peter Maydell
2014-10-02
1
-1
/
+1
|
\
\
\
|
*
|
|
pixman: fix qemu_default_pixman_format (32bpp non-native endian)
Gerd Hoffmann
2014-09-30
1
-1
/
+1
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141002-1' into s...
Peter Maydell
2014-10-02
5
-590
/
+296
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
vga: Add endian to vmstate
Benjamin Herrenschmidt
2014-09-30
2
-4
/
+39
|
*
|
vga: Make fb endian a common state variable
Benjamin Herrenschmidt
2014-09-30
2
-13
/
+20
|
*
|
vga: Rename vga_template.h to vga-helpers.h
Benjamin Herrenschmidt
2014-09-30
2
-1
/
+1
|
*
|
vga: Remove some "should be done in BIOS" comments
Benjamin Herrenschmidt
2014-09-30
1
-4
/
+2
|
*
|
cirrus: Remove non-32bpp cursor drawing
Benjamin Herrenschmidt
2014-09-30
2
-130
/
+36
|
*
|
vga: Simplify vga_draw_blank() a bit
Benjamin Herrenschmidt
2014-09-30
1
-7
/
+2
|
*
|
vga: Remove rgb_to_pixel indirection
Benjamin Herrenschmidt
2014-09-30
3
-29
/
+19
|
*
|
vga: Separate LE and BE conversion functions
Benjamin Herrenschmidt
2014-09-30
2
-40
/
+112
|
*
|
vga: Remove remainder of old conversion cruft
Benjamin Herrenschmidt
2014-09-30
2
-178
/
+95
|
*
|
vga: Start cutting out non-32bpp conversion support
Benjamin Herrenschmidt
2014-09-30
1
-236
/
+22
|
|
/
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-09-30
17
-294
/
+755
|
\
\
|
*
|
block/iscsi: handle failure on malloc of the allocationmap
Peter Lieven
2014-09-30
1
-7
/
+12
|
*
|
util: introduce bitmap_try_new
Peter Lieven
2014-09-30
1
-2
/
+11
|
*
|
virtio-scsi: Handle TMF request cancellation asynchronously
Fam Zheng
2014-09-30
2
-9
/
+64
[prev]
[next]