summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* watchdog: change option wording to allow for more watchdogsXu Wang2015-06-111-9/+14
* Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into ...Peter Maydell2015-06-111-13/+13
|\
| * spice: ui_info tweaksGerd Hoffmann2015-06-111-9/+8
| * spice-display: fix segfault in qemu_spice_create_updateGerd Hoffmann2015-06-111-4/+5
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150611-1' into s...Peter Maydell2015-06-111-1/+12
|\ \ | |/ |/|
| * gtk: don't exit early in case gtk init failsGerd Hoffmann2015-06-111-1/+12
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150610-1' into s...Peter Maydell2015-06-107-48/+1333
|\
| * virtio-gpu/2d: add virtio gpu core codeGerd Hoffmann2015-06-104-0/+1079
| * virtio: update headers, add virtio-gpu (2d)Gerd Hoffmann2015-06-102-0/+205
| * stdvga: factor out mmio subregion initGerd Hoffmann2015-06-101-29/+30
| * stdvga: pass VGACommonState instead of PCIVGAStateGerd Hoffmann2015-06-101-22/+22
| * stdvga: fix offset in pci_vga_ioport_readGerd Hoffmann2015-06-101-3/+3
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20150610-1' int...Peter Maydell2015-06-1012-78/+163
|\ \
| * | bios-tables-test: handle false-positive smbios signature matchesGabriel L. Somlo2015-06-101-32/+44
| * | fw_cfg: insert fw_cfg file blobs via qemu cmdlineGabriel L. Somlo2015-06-103-0/+95
| * | fw_cfg: prohibit insertion of duplicate fw_cfg file namesGabriel L. Somlo2015-06-102-6/+6
| * | fw_cfg: prevent selector key conflictGabriel L. Somlo2015-06-101-0/+1
| * | fw_cfg: remove support for guest-side data writesGabriel L. Somlo2015-06-103-35/+1
| * | fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo2015-06-104-4/+4
| * | fw_cfg: add fw_cfg_modify_i16 (update) methodGabriel L. Somlo2015-06-102-0/+11
| * | QemuOpts: increase number of vm_config_groupsGerd Hoffmann2015-06-101-1/+1
| |/
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150609.0' i...Peter Maydell2015-06-107-0/+807
|\ \
| * | hw/vfio/platform: calxeda xgmac deviceEric Auger2015-06-093-0/+102
| * | hw/vfio/platform: add irq assignmentEric Auger2015-06-083-1/+368
| * | hw/vfio/platform: vfio-platform skeletonEric Auger2015-06-085-0/+338
* | | Merge remote-tracking branch 'remotes/stefanha/tags/CVE-2015-3209-pcnet-tx-bu...Peter Maydell2015-06-101-0/+8
|\ \ \ | |_|/ |/| |
| * | pcnet: force the buffer access to be in bounds during txPetr Matousek2015-06-101-0/+8
|/ /
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150609' into stagingPeter Maydell2015-06-0910-130/+126
|\ \
| * | tcg/optimize: rename tcg_constant_foldingAurelien Jarno2015-06-091-6/+1
| * | tcg/optimize: fold constant test in tcg_opt_gen_movAurelien Jarno2015-06-091-53/+36
| * | tcg/optimize: fold temp copies test in tcg_opt_gen_movAurelien Jarno2015-06-091-18/+9
| * | tcg/optimize: remove opc argument from tcg_opt_gen_movAurelien Jarno2015-06-091-7/+7
| * | tcg/optimize: remove opc argument from tcg_opt_gen_moviAurelien Jarno2015-06-091-20/+20
| * | tcg: fix dead computation for repeated input argumentsAurelien Jarno2015-06-091-3/+11
| * | tcg: fix register allocation with two aliased dead inputsAurelien Jarno2015-06-091-0/+10
| * | tcg: Handle MO_AMASK in tcg_dump_opsRichard Henderson2015-06-091-3/+12
| * | tcg: Mask TCGMemOp appropriately for indexingRichard Henderson2015-06-098-34/+34
|/ /
* | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150609' into s...Peter Maydell2015-06-094-5/+81
|\ \
| * | s390x/migration: add comment about floating point migrationChristian Borntraeger2015-06-091-0/+1
| * | s390x/kvm: always ignore empty vcpu interrupt stateSascha Silbe2015-06-031-3/+4
| * | virtio-ccw/migration: Migrate config vector for virtio devicesJason J. Herne2015-06-031-0/+4
| * | virtio-ccw: add support for 9pfsPierre Morel2015-06-032-2/+72
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-06-09' into...Peter Maydell2015-06-0914-96/+133
|\ \ \
| * | | vhost-user: Improve -netdev/netdev_add/-net/... error reportingMarkus Armbruster2015-06-091-13/+12
| * | | QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster2015-06-097-18/+29
| * | | QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster2015-06-097-14/+18
| * | | blkdebug: Simplify passing of Error through qemu_opts_foreach()Markus Armbruster2015-06-091-6/+4
| * | | QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2015-06-0912-54/+72
| * | | QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster2015-06-0810-37/+44
| * | | vl: Fail right after first bad -objectMarkus Armbruster2015-06-081-1/+1
OpenPOWER on IntegriCloud