On 7 May 2018 at 18:03, Eduardo Habkost <ehabk...@redhat.com> wrote: > The following changes since commit c8b7e627b4269a3bc3ae41d9f420547a47e6d9b9: > > Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-05-04' into > staging (2018-05-04 14:42:46 +0100) > > are available in the Git repository at: > > git://github.com/ehabkost/qemu.git tags/machine-next-pull-request > > for you to fetch changes up to b40dffdec60c2dbe54806576faa5cb85227586d1: > > scripts/device-crash-test: Removed fixed CAN entries (2018-05-07 10:00:02 > -0300) > > ---------------------------------------------------------------- > Machine queue, 2018-05-07 > > * pc-dimm: factor out MemoryDevice > (virtio-pmem and virtio-mem will make use of the new abstraction later) > * scripts/device-crash-test: Removed fixed CAN entries > > ---------------------------------------------------------------- > > Queue for Machine Core patches > > > David Hildenbrand (11): > pc-dimm: factor out MemoryDevice interface > machine: make MemoryHotplugState accessible via the machine > pc-dimm: no need to pass the memory region > pc-dimm: pass in the machine and to the MemoryHotplugState > pc-dimm: factor out address search into MemoryDevice code > pc-dimm: factor out capacity and slot checks into MemoryDevice > pc-dimm: move actual plug/unplug of a memory region to MemoryDevice > machine: rename MemoryHotplugState to DeviceMemoryState > pc: rename "hotplug memory" terminology to "device memory" > spapr: rename "hotplug memory" terminology to "device memory" > vl: allow 'maxmem' without 'slot' > > Thomas Huth (1): > scripts/device-crash-test: Removed fixed CAN entries
Applied, thanks. -- PMM