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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
intc/arm_gic: Add the virtualization extensions to the GIC state
Luc Michel
2018-08-14
1
-7
/
+36
*
vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAY
Luc Michel
2018-08-14
1
-0
/
+3
*
accel/tcg: Check whether TLB entry is RAM consistently with how we set it up
Peter Maydell
2018-08-14
1
-2
/
+0
*
accel/tcg: Pass read access type through to io_readx()
Peter Maydell
2018-08-14
1
-0
/
+6
*
nvic: Change NVIC to support ARMv6-M
Julia Suvorova
2018-08-14
1
-0
/
+1
*
virtio-gpu: fix crashes upon warm reboot with vga mode
Marc-André Lureau
2018-08-07
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-07-31
1
-0
/
+4
|
\
|
*
i386: do not migrate MSR_SMI_COUNT on machine types <2.12
Paolo Bonzini
2018-07-30
1
-0
/
+4
*
|
block: Fix documentation for BDRV_REQ_MAY_UNMAP
Kevin Wolf
2018-07-30
1
-5
/
+6
|
/
*
qstring: Fix qstring_from_substr() not to provoke int overflow
liujunjie
2018-07-28
1
-1
/
+1
*
tests: call qcrypto_init instead of gnutls_global_init
Daniel P. Berrangé
2018-07-24
1
-0
/
+2
*
monitor: Fix unsafe sharing of @cur_mon among threads
Peter Xu
2018-07-23
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-07-17
1
-0
/
+11
|
\
|
*
qdev: add HotplugHandler->post_plug() callback
Stefan Hajnoczi
2018-07-16
1
-0
/
+11
*
|
hw/display/xlnx_dp: Move problematic code from instance_init to realize
Paolo Bonzini
2018-07-17
1
-1
/
+13
*
|
hw/core/sysbus: Add a function for creating and attaching an object
Thomas Huth
2018-07-17
1
-0
/
+17
*
|
qom/object: Add a new function object_initialize_child()
Thomas Huth
2018-07-17
1
-2
/
+43
*
|
aspeed: Implement write-1-{set, clear} for AST2500 strapping
Andrew Jeffery
2018-07-16
1
-0
/
+2
|
/
*
block: Use uint64_t for BdrvTrackedRequest byte fields
Fam Zheng
2018-07-10
1
-2
/
+2
*
block: Use BdrvChild to discard
Fam Zheng
2018-07-10
1
-2
/
+2
*
Revert "block: Remove deprecated -drive geometry options"
Cornelia Huck
2018-07-10
1
-0
/
+1
*
Revert "block: Remove deprecated -drive option addr"
Cornelia Huck
2018-07-10
1
-0
/
+1
*
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
2018-07-10
2
-0
/
+2
*
block: add BDRV_REQ_SERIALISING flag
Vladimir Sementsov-Ogievskiy
2018-07-10
1
-1
/
+13
*
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
2018-07-10
3
-6
/
+14
*
block/io: fix copy_range
Vladimir Sementsov-Ogievskiy
2018-07-10
1
-0
/
+12
*
block: Poll after drain on attaching a node
Kevin Wolf
2018-07-10
2
-0
/
+11
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2018-07-09
1
-1
/
+1
|
\
|
*
pc: Fix typo on PC_COMPAT_2_12
Eduardo Habkost
2018-07-09
1
-1
/
+1
*
|
boards.h: Remove doc comment reference to nonexistent function
Peter Maydell
2018-07-09
1
-2
/
+1
*
|
ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy option
Peter Maydell
2018-07-09
1
-0
/
+9
*
|
hw/arm/smmu-common: Fix devfn computation in smmu_iommu_mr
Eric Auger
2018-07-09
1
-0
/
+1
|
/
*
hw/riscv/sifive_u: Connect the Cadence GEM Ethernet device
Alistair Francis
2018-07-06
1
-2
/
+7
*
hw/riscv/sifive_plic: Use gpios instead of irqs
Alistair Francis
2018-07-06
1
-1
/
+0
*
hw/riscv/sifive_e: Create a SiFive E SoC object
Alistair Francis
2018-07-06
1
-2
/
+14
*
hw/riscv/sifive_u: Create a SiFive U SoC object
Alistair Francis
2018-07-06
1
-2
/
+14
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-07-05
1
-0
/
+7
|
\
|
*
block: Move two block permission constants to the relevant enum
Ari Sundholm
2018-07-05
1
-0
/
+7
*
|
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
2018-07-05
1
-0
/
+1
|
\
\
|
*
|
block/dirty-bitmap: add bdrv_enable_dirty_bitmap_locked
Vladimir Sementsov-Ogievskiy
2018-07-04
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...
Peter Maydell
2018-07-05
2
-3
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
qmp: Use QDict * instead of QObject * for response objects
Markus Armbruster
2018-07-03
1
-2
/
+2
|
*
|
qmp: De-duplicate error response building
Markus Armbruster
2018-07-03
1
-1
/
+1
|
*
|
qobject: New qdict_from_jsonf_nofail()
Markus Armbruster
2018-07-03
1
-0
/
+2
|
*
|
qmp: Don't let malformed in-band commands jump the queue
Markus Armbruster
2018-07-03
1
-2
/
+0
|
*
|
qmp qemu-ga: Fix qemu-ga not to accept "control"
Markus Armbruster
2018-07-03
1
-2
/
+4
*
|
|
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...
Peter Maydell
2018-07-04
1
-0
/
+106
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
crypto: Implement TLS Pre-Shared Keys (PSK).
Richard W.M. Jones
2018-07-03
1
-0
/
+106
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...
Peter Maydell
2018-07-03
1
-0
/
+16
|
\
\
\
|
*
|
|
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
2018-07-03
1
-0
/
+16
[next]