Age | Commit message (Expand) | Author | Files | Lines |
2017-07-17 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' int... | Peter Maydell | 4 | -28/+73 |
2017-07-17 | Merge remote-tracking branch 'remotes/famz/tags/block-and-testing-pull-reques... | Peter Maydell | 2 | -1/+19 |
2017-07-17 | pseries: Use smaller default hash page tables when guest can resize | David Gibson | 2 | -0/+3 |
2017-07-17 | pseries: Implement HPT resizing | David Gibson | 1 | -0/+6 |
2017-07-17 | pseries: Stubs for HPT resizing | David Gibson | 1 | -0/+11 |
2017-07-17 | ppc/pnv: Remove unused XICSState reference | Alexey Kardashevskiy | 1 | -2/+0 |
2017-07-17 | spapr: Implement DR-indicator for physical DRCs only | David Gibson | 1 | -4/+9 |
2017-07-17 | spapr: Remove sPAPRConfigureConnectorState sub-structure | David Gibson | 1 | -10/+6 |
2017-07-17 | spapr: Consolidate DRC state variables | David Gibson | 1 | -4/+21 |
2017-07-17 | spapr: Cleanups relating to DRC awaiting_release field | David Gibson | 1 | -5/+6 |
2017-07-17 | spapr: Refactor spapr_drc_detach() | David Gibson | 1 | -1/+1 |
2017-07-17 | spapr: Remove 'awaiting_allocation' DRC flag | David Gibson | 1 | -1/+0 |
2017-07-17 | spapr: Treat devices added before inbound migration as coldplugged | Laurent Vivier | 1 | -0/+8 |
2017-07-17 | spapr: Minor cleanups to events handling | David Gibson | 1 | -5/+1 |
2017-07-17 | spapr: migrate pending_events of spapr state | Daniel Henrique Barboza | 1 | -2/+7 |
2017-07-17 | block: invoke .bdrv_drain callback in coroutine context and from AioContext | Paolo Bonzini | 1 | -1/+1 |
2017-07-17 | coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgrade | Paolo Bonzini | 1 | -0/+18 |
2017-07-14 | memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration | Peter Maydell | 2 | -1/+90 |
2017-07-14 | memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate() | Peter Maydell | 1 | -16/+24 |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 1 | -7/+8 |
2017-07-14 | memory: Document that the RAM MR initializers do not handle migration | Peter Maydell | 1 | -0/+19 |
2017-07-14 | include/hw/boards.h: Document memory_region_allocate_system_memory() | Peter Maydell | 1 | -0/+28 |
2017-07-14 | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s... | Peter Maydell | 9 | -18/+137 |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 16 | -89/+214 |
2017-07-14 | s390x/arch_dump: also dump guarded storage control block | Christian Borntraeger | 1 | -0/+1 |
2017-07-14 | s390x/kvm: enable guarded storage | Fan Zhang | 1 | -0/+3 |
2017-07-14 | s390x/cpumodel: wire up new hardware features | Jason J. Herne | 1 | -2/+1 |
2017-07-14 | s390x/flic: migrate ais states | Yi Min Zhao | 1 | -0/+1 |
2017-07-14 | s390x/css: use SubchDev.orb | Halil Pasic | 1 | -3/+3 |
2017-07-14 | s390x/css: activate ChannelSubSys migration | Halil Pasic | 1 | -0/+4 |
2017-07-14 | s390x/css: add ORB to SubchDev | Halil Pasic | 1 | -0/+1 |
2017-07-14 | s390x: add css_migration_enabled to machine class | Halil Pasic | 1 | -0/+7 |
2017-07-14 | s390x/css: update css_adapter_interrupt | Yi Min Zhao | 1 | -1/+1 |
2017-07-14 | s390x/sic: realize SIC handling | Fei Li | 1 | -0/+2 |
2017-07-14 | s390x/flic: introduce inject_airq callback | Yi Min Zhao | 1 | -0/+2 |
2017-07-14 | s390x/flic: introduce modify_ais_mode callback | Fei Li | 1 | -1/+8 |
2017-07-14 | s390x: add flags field for registering I/O adapter | Fei Li | 2 | -2/+8 |
2017-07-14 | s390x/migration: Monitor commands for storage attributes | Claudio Imbrenda | 1 | -0/+4 |
2017-07-14 | s390x/migration: Storage attributes device | Claudio Imbrenda | 1 | -0/+77 |
2017-07-14 | linux-headers: update to 4.13-rc0 | Christian Borntraeger | 3 | -9/+14 |
2017-07-14 | cpu: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -0/+1 |
2017-07-14 | qdev: Add const qualifier to PropertyInfo definitions | Fam Zheng | 3 | -30/+30 |
2017-07-14 | qdev: Introduce DEFINE_PROP_LINK | Fam Zheng | 2 | -0/+10 |
2017-07-14 | qdev: Introduce PropertyInfo.create | Fam Zheng | 1 | -0/+1 |
2017-07-14 | qom: enforce readonly nature of link's check callback | Igor Mammedov | 2 | -4/+5 |
2017-07-14 | nbd: Implement NBD_INFO_BLOCK_SIZE on client | Eric Blake | 1 | -0/+6 |
2017-07-14 | nbd: Expose and debug more NBD constants | Eric Blake | 1 | -9/+28 |
2017-07-14 | nbd: Create struct for tracking export info | Eric Blake | 1 | -4/+11 |
2017-07-14 | memory/iommu: introduce IOMMUMemoryRegionClass | Alexey Kardashevskiy | 3 | -11/+41 |
2017-07-14 | memory/iommu: QOM'fy IOMMU MemoryRegion | Alexey Kardashevskiy | 6 | -24/+41 |