summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' ...Peter Maydell2017-07-171-0/+5
|\
| * ehci: add sanity check for maxframesGerd Hoffmann2017-07-171-0/+5
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20170717-pull-request' ...Peter Maydell2017-07-171-1/+3
|\ \
| * | virtio-gpu: skip update cursor in post_load if we don't have oneGerd Hoffmann2017-07-171-1/+3
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170717-pull-request...Peter Maydell2017-07-173-19/+20
|\ \
| * | audio/adlib: remove limitation of one adlib cardHervé Poussineau2017-07-171-10/+2Star
| * | audio/fmopl: modify timer callback to give opaque and channel parameters in t...Hervé Poussineau2017-07-173-9/+18
| |/
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' int...Peter Maydell2017-07-176-324/+879
|\ \
| * | spapr: fix memory leak in spapr_core_pre_plug()Greg Kurz2017-07-171-2/+2
| * | pseries: Allow HPT resizing with KVMDavid Gibson2017-07-171-0/+66
| * | pseries: Use smaller default hash page tables when guest can resizeDavid Gibson2017-07-172-5/+47
| * | pseries: Enable HPT resizing for 2.10David Gibson2017-07-171-1/+2
| * | pseries: Implement HPT resizingDavid Gibson2017-07-172-6/+312
| * | pseries: Stubs for HPT resizingDavid Gibson2017-07-173-0/+113
| * | spapr: fix potential memory leak in spapr_core_plug()Greg Kurz2017-07-171-4/+5
| * | spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson2017-07-171-4/+63
| * | spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson2017-07-171-38/+18Star
| * | spapr: Consolidate DRC state variablesDavid Gibson2017-07-172-104/+124
| * | spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson2017-07-172-21/+11Star
| * | spapr: Refactor spapr_drc_detach()David Gibson2017-07-173-20/+10Star
| * | spapr: Abort on delete failure in spapr_drc_release()David Gibson2017-07-171-1/+1
| * | spapr: Simplify unplug pathDavid Gibson2017-07-171-48/+8Star
| * | spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson2017-07-171-22/+3Star
| * | spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier2017-07-173-12/+25
| * | spapr: Minor cleanups to events handlingDavid Gibson2017-07-172-26/+25Star
| * | spapr: migrate pending_events of spapr stateDaniel Henrique Barboza2017-07-172-46/+85
| * | spapr: Remove unnecessary instance_size specifications from DRC subtypesDavid Gibson2017-07-171-5/+0Star
* | | hw/display/qxl.c Use memory_region_init_ram()Peter Maydell2017-07-141-6/+3Star
* | | hw/pci/pci.c: Use memory_region_init_rom()Peter Maydell2017-07-141-2/+1Star
* | | hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()Peter Maydell2017-07-142-4/+2Star
* | | hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-1451-167/+89Star
* | | memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-148-11/+11
* | | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-1468-105/+105
|/ /
* | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell2017-07-1412-50/+1090
|\ \
| * | s390x/kvm: enable guarded storageFan Zhang2017-07-141-0/+18
| * | s390x/cpumodel: add esop/esop2 to z12 modelJason J. Herne2017-07-141-0/+3
| * | s390x/flic: migrate ais statesYi Min Zhao2017-07-142-0/+101
| * | s390x/cpumodel: add zpci, aen and ais facilitiesYi Min Zhao2017-07-143-4/+5
| * | s390x: initialize cpu firstlyYi Min Zhao2017-07-141-3/+3
| * | s390x/css: use SubchDev.orbHalil Pasic2017-07-141-15/+15
| * | s390x/css: activate ChannelSubSys migrationHalil Pasic2017-07-142-5/+9
| * | s390x/css: add ORB to SubchDevHalil Pasic2017-07-141-0/+35
| * | s390x/css: add missing css state conditionallyHalil Pasic2017-07-142-0/+94
| * | s390x: add css_migration_enabled to machine classHalil Pasic2017-07-141-0/+13
| * | s390x: add helper get_machine_classHalil Pasic2017-07-141-23/+23
| * | s390x/css: update css_adapter_interruptYi Min Zhao2017-07-143-4/+18
| * | s390x/sic: realize SIC handlingFei Li2017-07-142-0/+27
| * | s390x/flic: introduce inject_airq callbackYi Min Zhao2017-07-143-0/+49
| * | s390x/flic: introduce modify_ais_mode callbackFei Li2017-07-142-1/+72
| * | s390x: add flags field for registering I/O adapterFei Li2017-07-145-6/+12