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
*
report guest crash information in GUEST_PANICKED event
Anton Nefedov
2017-02-16
2
-1
/
+11
*
cpu-exec: fix icount out-of-bounds access
Paolo Bonzini
2017-02-16
1
-0
/
+1
*
hw/char/mcf_uart: QOMify the ColdFire UART
Thomas Huth
2017-02-16
1
-5
/
+1
*
move vm_start to cpus.c
Claudio Imbrenda
2017-02-16
1
-0
/
+2
*
virtio/migration: Migrate virtio-net to VMState
Dr. David Alan Gilbert
2017-02-13
1
-2
/
+2
*
migration: Add VMSTATE_WITH_TMP
Dr. David Alan Gilbert
2017-02-13
1
-0
/
+19
*
migration: Add VMSTATE_UNUSED_VARRAY_UINT32
Dr. David Alan Gilbert
2017-02-13
1
-0
/
+11
*
COLO: Shutdown related socket fd while do failover
zhanghailiang
2017-02-13
1
-0
/
+3
*
COLO: fix setting checkpoint-delay not working properly
zhanghailiang
2017-02-13
2
-0
/
+7
*
migration: consolidate VMStateField.start
Halil Pasic
2017-02-13
1
-13
/
+8
*
migration: discard non-dirty ram pages after the start of postcopy
Pavel Butsykin
2017-02-13
1
-0
/
+1
*
add 'release-ram' migrate capability
Pavel Butsykin
2017-02-13
2
-1
/
+3
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170209-2' into st...
Peter Maydell
2017-02-09
1
-0
/
+9
|
\
|
*
util: add iterators for QemuOpts values
Daniel P. Berrange
2017-02-09
1
-0
/
+9
*
|
hw/misc: New "unimplemented" sysbus device
Peter Maydell
2017-02-07
1
-0
/
+39
*
|
arm: Correctly handle watchpoints for BE32 CPUs
Julian Brown
2017-02-07
1
-0
/
+3
*
|
Fix Thumb-1 BE32 execution and disassembly.
Julian Brown
2017-02-07
1
-0
/
+7
*
|
aspeed: add a watchdog controller
Cédric Le Goater
2017-02-07
1
-0
/
+2
*
|
wdt: Add Aspeed watchdog device model
Cédric Le Goater
2017-02-07
1
-0
/
+32
|
/
*
migration: Check for ID length
Dr. David Alan Gilbert
2017-02-06
1
-0
/
+2
*
vmstate_register_with_alias_id: Take an Error **
Dr. David Alan Gilbert
2017-02-06
1
-2
/
+3
*
migration: create Migration Incoming State at init time
Juan Quintela
2017-02-06
1
-1
/
+0
*
usb: accept usb3 control requests
Gerd Hoffmann
2017-02-06
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta...
Peter Maydell
2017-02-03
1
-1
/
+1
|
\
|
*
xen-platform: add missing disk unplug option
Paul Durrant
2017-01-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into...
Peter Maydell
2017-02-02
4
-3
/
+52
|
\
\
|
*
|
host-utils: Implement unsigned quadword left/right shift and unit tests
Jose Ricardo Ziviani
2017-01-31
1
-0
/
+27
|
*
|
target-ppc: Add xscvdphp, xscvhpdp
Bharata B Rao
2017-01-31
1
-0
/
+20
|
*
|
hw/ppc/spapr: Fix boot path of usb-host storage devices
Thomas Huth
2017-01-31
1
-0
/
+1
|
*
|
ppc/spapr: implement H_SIGNAL_SYS_RESET
Nicholas Piggin
2017-01-31
1
-1
/
+4
|
*
|
pseries: Make cpu_update during CAS unconditional
David Gibson
2017-01-31
1
-1
/
+0
|
*
|
pseries: Always use core objects for CPU construction
David Gibson
2017-01-31
1
-1
/
+0
*
|
|
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2017-02-02
4
-9
/
+3
|
\
\
\
|
*
|
|
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
2017-01-31
4
-9
/
+3
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2017-02-02
7
-6
/
+49
|
\
\
\
|
*
|
|
hw/pci: disable pci-bridge's shpc by default
Marcel Apfelbaum
2017-02-01
1
-0
/
+4
|
*
|
|
virtio: make virtio_should_notify static
Paolo Bonzini
2017-02-01
1
-1
/
+0
|
*
|
|
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-02-01
1
-2
/
+3
|
*
|
|
hw/pcie: Introduce Generic PCI Express Root Port
Marcel Apfelbaum
2017-02-01
1
-0
/
+1
|
*
|
|
hw/pcie: Introduce a base class for PCI Express Root Ports
Marcel Apfelbaum
2017-02-01
1
-0
/
+19
|
*
|
|
ARRAY_SIZE: check that argument is an array
Michael S. Tsirkin
2017-02-01
1
-1
/
+8
|
*
|
|
compiler: expression version of QEMU_BUILD_BUG_ON
Michael S. Tsirkin
2017-02-01
1
-0
/
+3
|
*
|
|
compiler: rework BUG_ON using a struct
Michael S. Tsirkin
2017-02-01
1
-3
/
+7
|
*
|
|
QEMU_BUILD_BUG_ON: use __COUNTER__
Michael S. Tsirkin
2017-02-01
1
-1
/
+5
|
*
|
|
compiler: drop ; after BUILD_BUG_ON
Michael S. Tsirkin
2017-01-31
1
-1
/
+2
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/elmarco/tags/chr-split-pull-request' in...
Peter Maydell
2017-02-02
1
-45
/
+24
|
\
\
\
|
*
|
|
char: headers clean-up
Marc-André Lureau
2017-01-31
1
-5
/
+0
|
*
|
|
char: move socket chardev to its own file
Marc-André Lureau
2017-01-31
1
-0
/
+1
|
*
|
|
char: rename and move to header CHR_READ_BUF_LEN
Marc-André Lureau
2017-01-31
1
-0
/
+1
|
*
|
|
char: move mux to its own file
Marc-André Lureau
2017-01-31
1
-2
/
+1
[next]