summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-07-17Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' ...Peter Maydell1-0/+5
2017-07-17Merge remote-tracking branch 'remotes/kraxel/tags/vga-20170717-pull-request' ...Peter Maydell1-1/+3
2017-07-17Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170717-pull-request...Peter Maydell3-19/+20
2017-07-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' int...Peter Maydell6-324/+879
2017-07-17virtio-gpu: skip update cursor in post_load if we don't have oneGerd Hoffmann1-1/+3
2017-07-17ehci: add sanity check for maxframesGerd Hoffmann1-0/+5
2017-07-17audio/adlib: remove limitation of one adlib cardHervé Poussineau1-10/+2
2017-07-17audio/fmopl: modify timer callback to give opaque and channel parameters in t...Hervé Poussineau3-9/+18
2017-07-17spapr: fix memory leak in spapr_core_pre_plug()Greg Kurz1-2/+2
2017-07-17pseries: Allow HPT resizing with KVMDavid Gibson1-0/+66
2017-07-17pseries: Use smaller default hash page tables when guest can resizeDavid Gibson2-5/+47
2017-07-17pseries: Enable HPT resizing for 2.10David Gibson1-1/+2
2017-07-17pseries: Implement HPT resizingDavid Gibson2-6/+312
2017-07-17pseries: Stubs for HPT resizingDavid Gibson3-0/+113
2017-07-17spapr: fix potential memory leak in spapr_core_plug()Greg Kurz1-4/+5
2017-07-17spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson1-4/+63
2017-07-17spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson1-38/+18
2017-07-17spapr: Consolidate DRC state variablesDavid Gibson2-104/+124
2017-07-17spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson2-21/+11
2017-07-17spapr: Refactor spapr_drc_detach()David Gibson3-20/+10
2017-07-17spapr: Abort on delete failure in spapr_drc_release()David Gibson1-1/+1
2017-07-17spapr: Simplify unplug pathDavid Gibson1-48/+8
2017-07-17spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson1-22/+3
2017-07-17spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier3-12/+25
2017-07-17spapr: Minor cleanups to events handlingDavid Gibson2-26/+25
2017-07-17spapr: migrate pending_events of spapr stateDaniel Henrique Barboza2-46/+85
2017-07-17spapr: Remove unnecessary instance_size specifications from DRC subtypesDavid Gibson1-5/+0
2017-07-14hw/display/qxl.c Use memory_region_init_ram()Peter Maydell1-6/+3
2017-07-14hw/pci/pci.c: Use memory_region_init_rom()Peter Maydell1-2/+1
2017-07-14hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()Peter Maydell2-4/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell51-167/+89
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell8-11/+11
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell68-105/+105
2017-07-14Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell12-50/+1090
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell65-373/+475
2017-07-14s390x/kvm: enable guarded storageFan Zhang1-0/+18
2017-07-14s390x/cpumodel: add esop/esop2 to z12 modelJason J. Herne1-0/+3
2017-07-14s390x/flic: migrate ais statesYi Min Zhao2-0/+101
2017-07-14s390x/cpumodel: add zpci, aen and ais facilitiesYi Min Zhao3-4/+5
2017-07-14s390x: initialize cpu firstlyYi Min Zhao1-3/+3
2017-07-14s390x/css: use SubchDev.orbHalil Pasic1-15/+15
2017-07-14s390x/css: activate ChannelSubSys migrationHalil Pasic2-5/+9
2017-07-14s390x/css: add ORB to SubchDevHalil Pasic1-0/+35
2017-07-14s390x/css: add missing css state conditionallyHalil Pasic2-0/+94
2017-07-14s390x: add css_migration_enabled to machine classHalil Pasic1-0/+13
2017-07-14s390x: add helper get_machine_classHalil Pasic1-23/+23
2017-07-14s390x/css: update css_adapter_interruptYi Min Zhao3-4/+18
2017-07-14s390x/sic: realize SIC handlingFei Li2-0/+27
2017-07-14s390x/flic: introduce inject_airq callbackYi Min Zhao3-0/+49
2017-07-14s390x/flic: introduce modify_ais_mode callbackFei Li2-1/+72