Searched hist:d5dbde4645fe56a1bcd678f85fa26c5548bcf552 (Results 1 – 2 of 2) sorted by relevance
/qemu/backends/ |
H A D | hostmem-file.c | d5dbde4645fe56a1bcd678f85fa26c5548bcf552 Mon Sep 24 12:32:05 UTC 2018 Hikaru Nishida <hikarupsp@gmail.com> hostmem-file: make available memory-backend-file on POSIX-based hosts
Before this change, memory-backend-file object is valid for Linux hosts only because hostmem-file.c is compiled only on Linux hosts. However, other POSIX-based hosts (such as macOS) can support memory-backend-file object in the same way as on Linux hosts. This patch makes hostmem-file.c and related functions to be compiled on all POSIX-based hosts to make available memory-backend-file on them.
Signed-off-by: Hikaru Nishida <hikarupsp@gmail.com> Message-Id: <20180924123205.29651-1-hikarupsp@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/qemu/system/ |
H A D | memory.c | d5dbde4645fe56a1bcd678f85fa26c5548bcf552 Mon Sep 24 12:32:05 UTC 2018 Hikaru Nishida <hikarupsp@gmail.com> hostmem-file: make available memory-backend-file on POSIX-based hosts
Before this change, memory-backend-file object is valid for Linux hosts only because hostmem-file.c is compiled only on Linux hosts. However, other POSIX-based hosts (such as macOS) can support memory-backend-file object in the same way as on Linux hosts. This patch makes hostmem-file.c and related functions to be compiled on all POSIX-based hosts to make available memory-backend-file on them.
Signed-off-by: Hikaru Nishida <hikarupsp@gmail.com> Message-Id: <20180924123205.29651-1-hikarupsp@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|