aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-10-06s390x/css: support ccw IDAHalil Pasic1-1/+113
2017-10-06390x/css: introduce maximum data address checkingHalil Pasic1-0/+10
2017-10-06virtio-ccw: use ccw data streamHalil Pasic1-109/+46
2017-10-06s390x/css: use ccw data streamHalil Pasic1-4/+5
2017-10-06s390x/css: introduce css data streamHalil Pasic1-0/+55
2017-10-06s390x: use generic cpu_model parsingIgor Mammedov1-25/+3
2017-10-05Merge remote-tracking branch 'remotes/kraxel/tags/usb-20171005-pull-request' ...Peter Maydell3-5/+4
2017-10-05usb: fix host-stub.c build raceGerd Hoffmann1-0/+1
2017-10-03vfio/pci: Add NVIDIA GPUDirect Cliques supportAlex Williamson3-0/+118
2017-10-03vfio/pci: Add virtual capabilities quirk infrastructureAlex Williamson3-0/+13
2017-10-03vfio/pci: Do not unwind on errorAlex Williamson1-2/+2
2017-10-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+2
2017-10-03Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-10-02' into ...Peter Maydell2-35/+36
2017-10-02kvmclock: use the updated system_timer_msrJim Somerville1-1/+2
2017-10-02watchdog: Allow setting action on the flyMichal Privoznik1-1/+7
2017-10-02watchdog.h: Drop local redefinition of actions enumMichal Privoznik2-28/+23
2017-10-02qapi: Rename WatchdogExpirationAction enumMichal Privoznik1-7/+7
2017-09-29usb: Use angle brackets for cacard include directiveFam Zheng1-1/+1
2017-09-29usb: fix libusb config variable name.Gerd Hoffmann1-1/+1
2017-09-29hw/usb/bus: Remove bad object_unparent() from usb_try_create_simple()Thomas Huth1-3/+1
2017-09-29virtio-input: send rel-wheel events for wheel buttonsGerd Hoffmann1-5/+114
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell48-64/+167
2017-09-27migration: Route more error pathsDr. David Alan Gilbert2-9/+8
2017-09-27migration: pre_save return intDr. David Alan Gilbert46-55/+159
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland3-5/+9
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland3-5/+13
2017-09-27mac_dbdma: remove DBDMA_init() functionMark Cave-Ayland2-18/+12
2017-09-27mac_dbdma: QOMifyMark Cave-Ayland1-10/+49
2017-09-27mac_dbdma: remove unused IO fields from DBDMAStateMark Cave-Ayland1-2/+0
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz3-27/+48
2017-09-27ppc/pnv: check for OPAL firmware file presenceCédric Le Goater1-1/+5
2017-09-27spapr_pci: make index property mandatoryGreg Kurz1-54/+8
2017-09-27macio: convert pmac_ide_ops from old_mmioMark Cave-Ayland1-106/+75
2017-09-27spapr: introduce helpers to migrate HPT chunks and the end markerGreg Kurz1-17/+21
2017-09-27ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz1-8/+7
2017-09-27ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz1-2/+3
2017-09-27ppc: Fix OpenPIC modelBenjamin Herrenschmidt2-1/+36
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-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-26hw/isa/pc87312: Mark the device with user_creatable = falseThomas Huth1-0/+2
2017-09-26hw/display/virtio-gpu: Put the virtio-gpu-device into the display categoryThomas Huth1-0/+1
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-26Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski2-16/+6
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-6/+33