Re: Property '.hmat' not found

2020-11-18 Thread Eduardo Habkost
On Wed, Nov 18, 2020 at 06:16:36PM +0800, 郭俊甫 (Jack Kuo) wrote: > > > > Could you check what happens if you use > > "-machine pc-i440fx-5.2,hmat=on" instead of "-machine hmat=on"? > > > It failed, but `-machine pc-i440fx-4.2` worked without `hmat` option. > So, the problem could be that I didn't

Re: Property '.hmat' not found

2020-11-18 Thread Jack Kuo
> > Could you check what happens if you use > "-machine pc-i440fx-5.2,hmat=on" instead of "-machine hmat=on"? It failed, but `-machine pc-i440fx-4.2` worked without `hmat` option. So, the problem could be that I didn't fully compile QEMU, which specified `--target-list=x86_64-softmmu` in the conf

Re: Property '.hmat' not found

2020-11-17 Thread Eduardo Habkost
On Tue, Nov 17, 2020 at 11:49:38AM +0800, 郭俊甫 (Jack Kuo) wrote: > > > > Do you have the output of `qemu-system-x86_64 -version`, and more > > information on how your binary was built? > > > I have 2 machines, both of them encounter the .hmat problem. > > (1) *5.1.90 (v5.2.0-rc0*) > - follow

Re: Property '.hmat' not found

2020-11-17 Thread Jack Kuo
> > Do you have the output of `qemu-system-x86_64 -version`, and more > information on how your binary was built? I have 2 machines, both of them encounter the .hmat problem. (1) *5.1.90 (v5.2.0-rc0*) - follow this wiki [1], and configure cmd: `./configure --target-list=x86_64-softmmu` -

Re: Property '.hmat' not found

2020-11-16 Thread Eduardo Habkost
On Mon, Nov 16, 2020 at 01:51:37PM +0100, Philippe Mathieu-Daudé wrote: > Cc'ing Igor & Eduardo. Thanks! > > On 11/13/20 10:17 AM, Jack wrote: > > Hi all, > > > > As I follow the document[1] to enable hmat, it fails and shows the message: > >   qemu-system-x86_64: Property '.hmat' not found > >

Re: Property '.hmat' not found

2020-11-16 Thread Philippe Mathieu-Daudé
Cc'ing Igor & Eduardo. On 11/13/20 10:17 AM, Jack wrote: > Hi all, > > As I follow the document[1] to enable hmat, it fails and shows the message: >   qemu-system-x86_64: Property '.hmat' not found > > My QEMU version is 5.1.90 > > Does anyone know why? > > Here is my command: > > ``` > $ sud