qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] [PATCH 1/1] target-ppc: Support rtas_get_sysparm(PROCESSO


From: Alexey Kardashevskiy
Subject: Re: [Qemu-ppc] [PATCH 1/1] target-ppc: Support rtas_get_sysparm(PROCESSOR_MODULE_INFO)
Date: Wed, 4 Nov 2015 08:33:40 +1100
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 11/04/2015 06:29 AM, Sukadev Bhattiprolu wrote:
Alexey Kardashevskiy address@hidden wrote:
| > If we continue with fts_open(), we could
| >use fts_set(FTS_SKIP) to skip over sub trees that we don't care about.
| >Or should we just use opendir() to walk those two directories trees?
|
| Whichever you like. You might also wait a bit till somebody else
| comments on this.

OK.

|
|
| btw this "fts.h" does not exists in my mingw32 environment, have you
| tried this?

No, I did not know about/try the mingw32 environment.

The fully emulated ppc64-softmmu target (aka TCG, when qemu is started without -enable-kvm) is supposed to work in windows so it should at least compile.


If "fts.h" is not in mingw32 would that be another reason to fallback
to opendir()?t

Indeed ;)
I do not like very much the idea of traversing the whole tree instead of reading just few directories and this is yet another reason not to use fts.


--
Alexey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]