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
/
hw
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/core/null-machine: Add the possibility to instantiate a CPU and RAM
Thomas Huth
2017-01-24
2
-3
/
+26
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-20
2
-1
/
+73
|
\
|
*
hw: move reset handlers from vl.c to hw/core
Paolo Bonzini
2017-01-16
2
-1
/
+73
*
|
fw-cfg: support writeable blobs
Michael S. Tsirkin
2017-01-18
1
-7
/
+11
|
/
*
loader: fix undefined behavior in rom_order_compare()
Laszlo Ersek
2016-11-30
1
-1
/
+1
*
loader: fix handling of custom address spaces when adding ROM blobs
Laszlo Ersek
2016-11-30
1
-1
/
+3
*
generic-loader: file: Only set a PC if a CPU is specified
Alistair Francis
2016-11-28
1
-1
/
+6
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Stefan Hajnoczi
2016-11-15
2
-27
/
+4
|
\
|
*
qdev: hotplug: drop HotplugHandler.post_plug callback
Xiao Guangrong
2016-11-15
2
-27
/
+4
*
|
qdev: Fix assert in PCI address property when used by vfio-pci
Daniel Oram
2016-11-15
1
-4
/
+10
*
|
qdev: fix use-after-free regression from becdfa00cfa
Marc-André Lureau
2016-11-10
1
-6
/
+2
|
/
*
nvdimm acpi: introduce fit buffer
Xiao Guangrong
2016-11-01
2
-4
/
+27
*
hw/ptimer: Add "no counter round down" policy
Dmitry Osipenko
2016-10-24
1
-0
/
+9
*
hw/ptimer: Add "no immediate reload" policy
Dmitry Osipenko
2016-10-24
1
-5
/
+26
*
hw/ptimer: Add "no immediate trigger" policy
Dmitry Osipenko
2016-10-24
1
-4
/
+16
*
hw/ptimer: Add "continuous trigger" policy
Dmitry Osipenko
2016-10-24
1
-3
/
+27
*
hw/ptimer: Add "wraparound after one period" policy
Dmitry Osipenko
2016-10-24
1
-15
/
+43
*
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
2016-10-24
1
-9
/
+5
*
char: replace PROP_CHR with CharBackend
Marc-André Lureau
2016-10-24
1
-34
/
+50
*
machine: Register TYPE_MACHINE properties as class properties
Eduardo Habkost
2016-10-17
1
-108
/
+98
*
generic-loader: Add a generic loader
Alistair Francis
2016-10-04
2
-0
/
+213
*
irq: Add a new irq device that allows the ORing of lines
Alistair Francis
2016-10-04
2
-0
/
+108
*
sysbus: Remove ignored return value of FindSysbusDeviceFunc
David Gibson
2016-09-27
2
-7
/
+3
*
loader: Add AddressSpace loading support to targphys
Alistair Francis
2016-09-22
1
-2
/
+8
*
loader: Add AddressSpace loading support to uImages
Alistair Francis
2016-09-22
1
-4
/
+13
*
loader: Add AddressSpace loading support to ELFs
Alistair Francis
2016-09-22
1
-2
/
+14
*
loader: Allow a custom AddressSpace when loading ROMs
Alistair Francis
2016-09-22
1
-9
/
+34
*
loader: Use the specified MemoryRegion
Alistair Francis
2016-09-22
1
-1
/
+2
*
hw/ptimer: Suppress error messages under qtest
Dmitry Osipenko
2016-09-22
1
-2
/
+7
*
hw/ptimer: Introduce timer policy feature
Dmitry Osipenko
2016-09-22
1
-1
/
+3
*
hw/ptimer: Actually stop the timer in case of error
Dmitry Osipenko
2016-09-22
1
-0
/
+1
*
bus: simplify name handling
Marc-André Lureau
2016-09-08
1
-15
/
+6
*
machine: use class base init generated name
Marc-André Lureau
2016-09-08
1
-0
/
+1
*
block/qdev: Let 'drive' property fall back to node name
Kevin Wolf
2016-08-08
1
-1
/
+10
*
qdev: Fix use after free in qdev_init_nofail error path
Fam Zheng
2016-08-03
1
-0
/
+2
*
qdev: ignore GlobalProperty.errp for hotplugged devices
Greg Kurz
2016-07-27
1
-2
/
+2
*
machine: Add comment to abort path in machine_set_kernel_irqchip
Greg Kurz
2016-07-27
1
-0
/
+3
*
qdev: Fix object reference leak in case device.realize() fails
Igor Mammedov
2016-07-26
1
-1
/
+7
*
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
1
-1
/
+1
*
Revert "hw/ptimer: Perform counter wrap around if timer already expired"
Dmitry Osipenko
2016-07-14
1
-7
/
+2
*
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
2016-07-13
1
-0
/
+13
*
block/qdev: Allow node name for drive properties
Kevin Wolf
2016-07-13
1
-6
/
+33
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-07-12
1
-3
/
+3
*
vl: Set errp to &error_abort on machine compat_props
Eduardo Habkost
2016-07-07
1
-0
/
+2
*
machine: Add machine_register_compat_props() function
Eduardo Habkost
2016-07-07
1
-0
/
+16
*
qdev: GlobalProperty.errp field
Eduardo Habkost
2016-07-07
1
-3
/
+8
*
qdev: Eliminate qemu_add_globals() function
Eduardo Habkost
2016-07-07
1
-20
/
+1
*
qdev: Don't stop applying globals on first error
Eduardo Habkost
2016-07-07
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-07-05
1
-1
/
+1
|
\
|
*
block/qdev: Fix NULL access when using BB twice
Kevin Wolf
2016-07-05
1
-1
/
+1
[next]