summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | target-arm: Fix handling of STM (user) with r15 in register listPeter Maydell2015-03-161-6/+12
| * | hw/intc/arm_gic: Initialize the vgic in the realize functionEric Auger2015-03-161-0/+7
| * | target-arm: get_phys_addr_lpae: more xn controlAndrew Jones2015-03-161-30/+100
| * | target-arm: fix get_phys_addr_v6/SCTLR_AFE access checkAndrew Jones2015-03-161-7/+42
| * | target-arm: convert check_ap to ap_to_rw_protAndrew Jones2015-03-161-30/+19Star
* | | Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into stagingPeter Maydell2015-03-164-44/+36Star
|\ \ \ | |_|/ |/| |
| * | virtio: Fix memory leaks reported by CoverityStefan Weil2015-03-161-20/+8Star
| * | virtfs-proxy: Fix possible overflowShannon Zhao2015-03-162-0/+5
| * | fsdev/virtfs-proxy-helper: Fix improper use of negative valueShannon Zhao2015-03-161-0/+3
| * | hw/9pfs/virtio-9p-posix-acl: Fix out-of-bounds accessShannon Zhao2015-03-131-1/+1
| * | 9pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadvMichael Tokarev2015-03-121-10/+8Star
| * | 9pfs-local: simplify/optimize local_mapped_attr_path()Michael Tokarev2015-03-121-13/+11Star
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150316' into stagingPeter Maydell2015-03-1614-60/+311
|\ \ \ | |_|/ |/| |
| * | s390x/config: Do not include full pci.makThomas Huth2015-03-161-1/+2
| * | s390x/pci: fix length in sei_nt2 eventFrank Blaschka2015-03-161-0/+1
| * | s390x/ipl: remove dead codeDominik Dingel2015-03-161-3/+0Star
| * | s390x/virtio-bus: Remove unused function s390_virtio_bus_console()Thomas Huth2015-03-162-6/+0Star
| * | s390x: CPACF: Handle key wrap machine optionsTony Krowiak2015-03-163-1/+125
| * | s390x/kvm: make use of generic vm attribute checkDominik Dingel2015-03-161-35/+7Star
| * | kvm: encapsulate HAS_DEVICE for vm attrsDominik Dingel2015-03-162-0/+33
| * | virtio-ccw: assure BE accessesCornelia Huck2015-03-161-9/+13
| * | s390x/kvm: Guest Migration TOD clock synchronizationJason J. Herne2015-03-164-0/+129
| * | s390x: Replace unchecked qdev_init() by qdev_init_nofail()Markus Armbruster2015-03-161-5/+1Star
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-1.8.1-20150316...Peter Maydell2015-03-168-0/+0
|\ \ \
| * | | seabios: update to 1.8.1 stable releaseGerd Hoffmann2015-03-168-0/+0
| |/ /
* | | Merge remote-tracking branch 'remotes/rth/tags/tcg-pull-20150313' into stagingPeter Maydell2015-03-1635-446/+433Star
|\ \ \ | |/ / |/| |
| * | tcg: Complete handling of ALWAYS and NEVERRichard Henderson2015-03-131-5/+17
| * | tcg: Use tcg_malloc to allocate TCGLabelRichard Henderson2015-03-132-24/+23Star
| * | tcg: Change generator-side labels to a pointerRichard Henderson2015-03-1310-125/+108Star
| * | tcg: Change translator-side labels to a pointerRichard Henderson2015-03-1326-282/+280Star
| * | tcg-ia64: Use tcg_malloc to allocate TCGLabelQemuLdstRichard Henderson2015-03-131-11/+8Star
| * | tcg: Use tcg_malloc to allocate TCGLabelQemuLdstRichard Henderson2015-03-131-14/+12Star
|/ /
* | user-exec.c: fix build on NetBSD/sparc64 and NetBSD/armTobias Nygren2015-03-131-1/+15
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150312-2' into s...Peter Maydell2015-03-138-32/+81
|\ \
| * | pixman: add a bunch of PIXMAN_BE_* defines for 32bppGerd Hoffmann2015-03-121-0/+16
| * | Allow the use of X11 from a non standard location.Jeremy White2015-03-122-5/+20
| * | configure: opengl overhaulGerd Hoffmann2015-03-126-26/+23Star
| * | sdl: Fix crash when calling sdl_switch() with NULL surfaceBenjamin Herrenschmidt2015-03-121-1/+2
| * | sdl: Refresh debug statementsBenjamin Herrenschmidt2015-03-121-2/+22
| |/
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell2015-03-134-0/+0
|\ \
| * | Update OpenBIOS imagesMark Cave-Ayland2015-03-134-0/+0
* | | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-03-133-4/+185
|\ \ \ | |/ / |/| |
| * | tests: rtl8139: test timers and interruptFrediano Ziglio2015-03-122-1/+182
| * | net: synchronize net_host_device_remove with host_net_remove_completionPaolo Bonzini2015-03-121-3/+3
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-03-133-7/+8
|\ \ \ | |/ / |/| |
| * | qcow2: fix the macro QCOW_MAX_L1_SIZE's useWen Congyang2015-03-122-2/+2
| * | queue: fix QSLIST_INSERT_HEAD_ATOMIC racePaolo Bonzini2015-03-121-5/+6
|/ /
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150312-1' into s...Peter Maydell2015-03-124-68/+72
|\ \
| * | vnc: fix segmentation fault when invalid vnc parameters are specifiedGonglei2015-03-121-1/+6
| * | vnc: avoid possible file handler leakGonglei2015-03-121-1/+1