Re: [PATCH v3 05/16] util/oslib-win32: add qemu_get_host_physmem implementation

2020-07-23 Thread Stefan Weil
Am 24.07.20 um 08:44 schrieb Alex Bennée: > Compile tested only. > > Signed-off-by: Alex Bennée > Cc: Stefan Weil > > --- > v2 > - used more widely available GlobalMemoryStatusEx > - dropped Phillipe's r-b due to the change > --- > util/oslib-win32.c | 7 ++- > 1 file changed, 6 inserti

[PATCH v3 05/16] util/oslib-win32: add qemu_get_host_physmem implementation

2020-07-23 Thread Alex Bennée
Compile tested only. Signed-off-by: Alex Bennée Cc: Stefan Weil --- v2 - used more widely available GlobalMemoryStatusEx - dropped Phillipe's r-b due to the change --- util/oslib-win32.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/util/oslib-win32.c b/util/osl