summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-27ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz2-4/+11
2017-09-27ppc: Fix OpenPIC modelBenjamin Herrenschmidt3-1/+37
2017-09-27ppc/ide/macio: Add missing registersBenjamin Herrenschmidt2-4/+46
2017-09-27ppc/mac: More rework of the DBDMA emulationBenjamin Herrenschmidt1-52/+139
2017-09-27ppc/mac: Advertise a high clock frequency for NewWorld MacsBenjamin Herrenschmidt1-1/+1
2017-09-27ppc: QOMify g3beige machineMark Cave-Ayland1-2/+15
2017-09-27ppc4xx: Add more PLB registersBALATON Zoltan1-3/+9
2017-09-27ppc: Add 460EX embedded CPUBALATON Zoltan3-0/+42
2017-09-27ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCsBALATON Zoltan2-0/+26
2017-09-27ohci: Allow sysbus version to be used as a companionBALATON Zoltan1-3/+12
2017-09-27ppc/kvm: drop kvmppc_has_cap_htab_fd()Greg Kurz2-11/+0
2017-09-27ppc/kvm: check some capabilities with kvm_vm_check_extension()Greg Kurz1-3/+3
2017-09-26Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell17-44/+86
2017-09-26Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170925' into stagingPeter Maydell1-2/+2
2017-09-26hw/isa/pc87312: Mark the device with user_creatable = falseThomas Huth1-0/+2
2017-09-26Drop gld linker usage on SunOSKamil Rytarowski1-1/+0
2017-09-26tests/boot-sector: Increase timeout to 600 secondsThomas Huth1-2/+2
2017-09-26nbd-client: Use correct macro parenthesizationEric Blake1-2/+2
2017-09-26hw/display/virtio-gpu: Put the virtio-gpu-device into the display categoryThomas Huth1-0/+1
2017-09-26osdep: Fix ROUND_UP(64-bit, 32-bit)Eric Blake1-3/+3
2017-09-26target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macroAlistair Francis1-2/+2
2017-09-26trivial: Add missing "-m" parameter in docs/memory-hotplug.txtThomas Huth1-1/+1
2017-09-26chardev/baum: fix baum that releases brlapi twiceLiang Yan1-0/+1
2017-09-26remove trailing whitespace from qemu-options.hxMichael Tokarev1-2/+2
2017-09-26hw/display/xenfb.c: Add trace_xenfb_key_eventLiang Yan2-0/+2
2017-09-26aux-to-i2c-bridge: don't allow user to create oneKONRAD Frederic1-0/+11
2017-09-26util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAITPeter Maydell3-6/+21
2017-09-26MAINTAINERS: update docs/interop/ entriesPhilippe Mathieu-Daudé1-2/+2
2017-09-26MAINTAINERS: update docs/devel/ entriesPhilippe Mathieu-Daudé1-5/+5
2017-09-26MAINTAINERS: add missing Cryptography entryPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing entry for Generic LoaderPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing AIO entryPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing entries for throttling infraPhilippe Mathieu-Daudé1-1/+3
2017-09-26MAINTAINERS: add missing SSI entriesPhilippe Mathieu-Daudé1-0/+3
2017-09-26MAINTAINERS: add missing PCI entriesPhilippe Mathieu-Daudé1-0/+2
2017-09-26MAINTAINERS: add missing qcow2 entryPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing Guest Agent entriesPhilippe Mathieu-Daudé1-0/+4
2017-09-26MAINTAINERS: add missing VMWare entryPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing entry for vhostPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing STM32 entryPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing ARM entriesPhilippe Mathieu-Daudé1-2/+6
2017-09-26Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski2-16/+6
2017-09-26configure: Remove unused code (found by shellcheck)Stefan Weil1-1/+0
2017-09-26Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-25' into st...Peter Maydell1-17/+20
2017-09-25Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell3-44/+39
2017-09-25accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)Alex Bennée1-2/+2
2017-09-25block/nbd-client: nbd_co_send_request: fix return codeVladimir Sementsov-Ogievskiy1-0/+2
2017-09-25block/nbd-client: simplify check in nbd_co_receive_replyVladimir Sementsov-Ogievskiy1-1/+2
2017-09-25block/nbd-client: refactor nbd_co_receive_replyVladimir Sementsov-Ogievskiy1-15/+15
2017-09-25nbd-client: Use correct macro parenthesizationEric Blake1-2/+2