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
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-02-07
1
-2
/
+12
|
\
|
*
qdev: add helpers to be more explicit when using abstract QOM parent functions
Philippe Mathieu-Daudé
2018-02-05
1
-0
/
+10
|
*
qdev: rename typedef qdev_resetfn() -> DeviceReset()
Philippe Mathieu-Daudé
2018-02-05
1
-2
/
+2
*
|
qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR
Alex Williamson
2018-02-06
1
-0
/
+4
|
/
*
hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
Philippe Mathieu-Daudé
2018-02-02
2
-9
/
+30
*
tpm: add CRB device
Marc-André Lureau
2018-01-29
1
-0
/
+51
*
target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS
Suraj Jitindar Singh
2018-01-29
1
-0
/
+1
*
target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch
Suraj Jitindar Singh
2018-01-29
1
-1
/
+4
*
target/ppc/spapr_caps: Add new tristate cap safe_bounds_check
Suraj Jitindar Singh
2018-01-29
1
-1
/
+4
*
target/ppc/spapr_caps: Add new tristate cap safe_cache
Suraj Jitindar Singh
2018-01-29
1
-1
/
+4
*
target/ppc/spapr_caps: Add support for tristate spapr_capabilities
Suraj Jitindar Singh
2018-01-29
1
-0
/
+4
*
target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]
Suraj Jitindar Singh
2018-01-29
1
-0
/
+12
*
ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h>
Cédric Le Goater
2018-01-27
1
-2
/
+0
*
Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-01-26...
Peter Maydell
2018-01-26
3
-0
/
+117
|
\
|
*
xlnx-zynqmp: Connect the IPI device to the ZynqMP SoC
Alistair Francis
2018-01-26
1
-0
/
+2
|
*
xlnx-zynqmp-ipi: Initial version of the Xilinx IPI device
Alistair Francis
2018-01-26
1
-0
/
+57
|
*
xlnx-pmu-iomod-intc: Add the PMU Interrupt controller
Alistair Francis
2018-01-26
1
-0
/
+58
*
|
usb-storage: Fix share-rw option parsing
Fam Zheng
2018-01-26
1
-0
/
+1
*
|
usb: Remove legacy -usbdevice options (host, serial, disk and net)
Thomas Huth
2018-01-26
1
-1
/
+0
|
/
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125'...
Peter Maydell
2018-01-25
1
-0
/
+1
|
\
|
*
sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace object
Philippe Mathieu-Daudé
2018-01-25
1
-0
/
+1
*
|
apb: rename apb.c to sabre.c
Mark Cave-Ayland
2018-01-24
1
-1
/
+1
*
|
apb: rename QOM type from TYPE_APB to TYPE_SABRE
Mark Cave-Ayland
2018-01-24
1
-5
/
+5
*
|
apb: QOMify sabre PCI host bridge
Mark Cave-Ayland
2018-01-24
1
-3
/
+11
*
|
apb: rename APB functions to use sabre prefix
Mark Cave-Ayland
2018-01-24
1
-1
/
+0
*
|
simba: rename PBMPCIBridge and QOM types to reflect simba naming
Mark Cave-Ayland
2018-01-24
1
-5
/
+5
*
|
apb: split simba PCI bridge into hw/pci-bridge/simba.c
Mark Cave-Ayland
2018-01-24
2
-9
/
+38
|
/
*
Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...
Peter Maydell
2018-01-23
2
-6
/
+6
|
\
|
*
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2018-01-22
2
-6
/
+6
*
|
hw/ide: Remove duplicated definitions from ahci_internal.h
John Snow
2018-01-19
1
-6
/
+0
|
/
*
possible_cpus: add CPUArchId::type field
Igor Mammedov
2018-01-19
1
-0
/
+2
*
nvdimm: add 'unarmed' option
Haozhong Zhang
2018-01-19
1
-0
/
+9
*
nvdimm: add a macro for property "label-size"
Haozhong Zhang
2018-01-19
1
-0
/
+3
*
qdev: Check for the availability of a hotplug controller before adding a device
Thomas Huth
2018-01-19
1
-0
/
+1
*
machine: Replace has_dynamic_sysbus with list of allowed devices
Eduardo Habkost
2018-01-19
1
-1
/
+4
*
intel-iommu: Extend address width to 48 bits
Prasad Singamsetty
2018-01-18
1
-0
/
+1
*
intel-iommu: Redefine macros to enable supporting 48 bit address width
Prasad Singamsetty
2018-01-18
1
-2
/
+4
*
vhost-user-blk: introduce a new vhost-user-blk host device
Changpeng Liu
2018-01-18
1
-0
/
+41
*
vhost-user: add new vhost user messages to support virtio config space
Changpeng Liu
2018-01-18
2
-0
/
+27
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2018-01-18
1
-0
/
+8
|
\
|
*
target/i386: add clflushopt to "Skylake-Server" cpu model
Haozhong Zhang
2018-01-18
1
-0
/
+5
|
*
pc: add 2.12 machine types
Haozhong Zhang
2018-01-18
1
-0
/
+3
*
|
ppc/pnv: fix XSCOM core addressing on POWER9
Cédric Le Goater
2018-01-16
2
-3
/
+11
*
|
ppc/pnv: introduce pnv*_is_power9() helpers
Cédric Le Goater
2018-01-16
1
-0
/
+10
*
|
hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representation
Suraj Jitindar Singh
2018-01-16
1
-21
/
+24
*
|
spapr: Handle Decimal Floating Point (DFP) as an optional capability
David Gibson
2018-01-16
1
-0
/
+3
*
|
spapr: Handle VMX/VSX presence as an spapr capability flag
David Gibson
2018-01-16
1
-0
/
+3
*
|
spapr: Validate capabilities on migration
David Gibson
2018-01-16
1
-0
/
+6
*
|
spapr: Treat Hardware Transactional Memory (HTM) as an optional capability
David Gibson
2018-01-16
1
-0
/
+3
*
|
spapr: Capabilities infrastructure
David Gibson
2018-01-16
1
-0
/
+31
|
/
[next]