Re: [PATCH v1 3/9] mem: appropriate handling getting mem region

2022-04-04 Thread Maxim Davydov
On 3/30/22 14:27, Vladimir Sementsov-Ogievskiy wrote: 29.03.2022 00:15, Maxim Davydov wrote: Attempt to get memory region if the device doesn't have hostmem may not be an error. This can be happen immediately after initialization (getting value without default one). Signed-off-by: Maxim

Re: [PATCH v1 3/9] mem: appropriate handling getting mem region

2022-03-31 Thread Igor Mammedov
On Tue, 29 Mar 2022 00:15:33 +0300 Maxim Davydov wrote: > Attempt to get memory region if the device doesn't have hostmem may not be > an error. This can be happen immediately after initialization (getting > value without default one). Above statement begs for expanded explanation Pls rephrase

Re: [PATCH v1 3/9] mem: appropriate handling getting mem region

2022-03-30 Thread Vladimir Sementsov-Ogievskiy
29.03.2022 00:15, Maxim Davydov wrote: Attempt to get memory region if the device doesn't have hostmem may not be an error. This can be happen immediately after initialization (getting value without default one). Signed-off-by: Maxim Davydov --- hw/i386/sgx-epc.c | 5 - hw/mem/nvdimm.c

[PATCH v1 3/9] mem: appropriate handling getting mem region

2022-03-28 Thread Maxim Davydov
Attempt to get memory region if the device doesn't have hostmem may not be an error. This can be happen immediately after initialization (getting value without default one). Signed-off-by: Maxim Davydov --- hw/i386/sgx-epc.c | 5 - hw/mem/nvdimm.c | 6 ++ hw/mem/pc-dimm.c | 5 +