index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen: add event channel interface for XenDevice-s
Paul Durrant
2019-01-14
3
-0
/
+121
*
xen: add grant table interface for XenDevice-s
Paul Durrant
2019-01-14
2
-0
/
+171
*
xen: add xenstore watcher infrastructure
Paul Durrant
2019-01-14
7
-2
/
+342
*
xen: create xenstore areas for XenDevice-s
Paul Durrant
2019-01-14
7
-5
/
+540
*
xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'
Paul Durrant
2019-01-14
5
-1
/
+426
*
xen: introduce new 'XenBus' and 'XenDevice' object hierarchy
Paul Durrant
2019-01-14
6
-1
/
+195
*
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2019-01-14
22
-151
/
+169
*
xen/pt: allow passthrough of devices with bogus interrupt pin
Zhao Yan
2019-01-14
2
-1
/
+9
*
hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so much
Peter Maydell
2019-01-14
1
-0
/
+16
*
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2'...
Peter Maydell
2019-01-14
9
-609
/
+935
|
\
|
*
default-configs: Enable USB support for RISC-V machines
Alistair Francis
2019-01-10
2
-0
/
+2
|
*
RISC-V: Implement existential predicates for CSRs
Michael Clark
2019-01-09
4
-79
/
+105
|
*
RISC-V: Implement atomic mip/sip CSR updates
Michael Clark
2019-01-09
1
-28
/
+28
|
*
RISC-V: Implement modular CSR helper interface
Michael Clark
2019-01-08
6
-606
/
+904
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request...
Peter Maydell
2019-01-14
2
-40
/
+31
|
\
\
|
*
|
input: avoid malloc for mouse events
Gerd Hoffmann
2019-01-11
2
-40
/
+31
*
|
|
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2019-01-14
2
-2
/
+4
|
\
\
\
|
*
|
|
tests: Disable qht-bench parallel test when using gprof
Philippe Mathieu-Daudé
2019-01-11
2
-1
/
+3
|
*
|
|
configure: Let the TARGET_GPROF var use the regular 'y' for Yes
Philippe Mathieu-Daudé
2019-01-11
1
-1
/
+1
*
|
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190111-pull-request' ...
Peter Maydell
2019-01-11
3
-6
/
+11
|
\
\
\
\
|
*
|
|
|
i2c-ddc: fix oob read
Gerd Hoffmann
2019-01-11
1
-1
/
+1
|
*
|
|
|
tests/display-vga: Enable virtio-vga test
Thomas Huth
2019-01-11
2
-5
/
+10
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/misc-20190111-pull-request'...
Peter Maydell
2019-01-11
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
roms: seabios: Rename CROSS_COMPILE to CROSS_PREFIX
Roman Bolshakov
2019-01-11
1
-2
/
+2
*
|
|
|
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-01-11
207
-897
/
+1498
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
92
-386
/
+386
|
*
|
|
|
remove space-tab sequences
Paolo Bonzini
2019-01-11
18
-48
/
+48
|
*
|
|
|
scripts: add script to convert multiline comments into 4-line format
Paolo Bonzini
2019-01-11
1
-0
/
+62
|
*
|
|
|
hw/watchdog/wdt_i6300esb: remove a unnecessary comment
Peng Hao
2019-01-11
1
-1
/
+0
|
*
|
|
|
checkpatch: warn about qemu/queue.h head structs that are not typedef-ed
Paolo Bonzini
2019-01-11
1
-0
/
+5
|
*
|
|
|
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-11
27
-54
/
+49
|
*
|
|
|
qemu/queue.h: reimplement QTAILQ without pointer-to-pointers
Paolo Bonzini
2019-01-11
3
-106
/
+92
|
*
|
|
|
qemu/queue.h: remove Q_TAILQ_{HEAD,ENTRY}
Paolo Bonzini
2019-01-11
2
-18
/
+6
|
*
|
|
|
qemu/queue.h: typedef QTAILQ heads
Paolo Bonzini
2019-01-11
5
-11
/
+16
|
*
|
|
|
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2019-01-11
41
-65
/
+59
|
*
|
|
|
vfio: make vfio_address_spaces static
Paolo Bonzini
2019-01-11
2
-2
/
+1
|
*
|
|
|
qemu/queue.h: do not access tqe_prev directly
Paolo Bonzini
2019-01-11
1
-1
/
+1
|
*
|
|
|
test: replace gtester with a TAP driver
Paolo Bonzini
2019-01-11
7
-52
/
+543
|
*
|
|
|
test: execute g_test_run when tests are skipped
Paolo Bonzini
2019-01-11
4
-9
/
+9
|
*
|
|
|
qga: drop < Vista compatibility
Marc-André Lureau
2019-01-11
1
-64
/
+0
|
*
|
|
|
build-sys: build with Vista API by default
Marc-André Lureau
2019-01-11
3
-11
/
+3
|
*
|
|
|
build-sys: move windows defines in osdep.h header
Marc-André Lureau
2019-01-11
2
-3
/
+17
|
*
|
|
|
build-sys: don't include windows.h, osdep.h does it
Marc-André Lureau
2019-01-11
1
-4
/
+0
|
*
|
|
|
scsi: esp: Defer command completion until previous interrupts have been handled
Guenter Roeck
2019-01-11
4
-9
/
+31
|
*
|
|
|
esp-pci: Fix status register write erase control
Guenter Roeck
2019-01-11
1
-3
/
+3
|
*
|
|
|
block/iscsi: cancel libiscsi task when ABORT TASK TMF completes
Stefan Hajnoczi
2019-01-11
1
-2
/
+14
|
*
|
|
|
block/iscsi: fix ioctl cancel use-after-free
Stefan Hajnoczi
2019-01-11
1
-3
/
+18
|
*
|
|
|
block/iscsi: take iscsilun->mutex in iscsi_timed_check_events()
Stefan Hajnoczi
2019-01-11
1
-0
/
+4
|
*
|
|
|
block/iscsi: drop unused IscsiAIOCB->buf field
Stefan Hajnoczi
2019-01-11
1
-8
/
+0
|
*
|
|
|
hax: Support for Linux hosts
Alexandro Sanchez Bach
2019-01-11
4
-6
/
+6
[next]