Ping!
I'm trying to figure out what way I want to go here.
On Sat, Dec 7, 2013 at 12:49 AM, Peter Maydell wrote:
> On 3 December 2013 13:19, Andreas Färber wrote:
>> Am 03.12.2013 07:59, schrieb Peter Crosthwaite:
>>> Currently the uintXX property adders make a read only property. This
>>> is n
On Sun, Dec 15, 2013 at 3:17 PM, Peter Crosthwaite
wrote:
> Hi Anthony,
>
> On Sun, Dec 15, 2013 at 1:59 PM, Anthony Green wrote:
>>
>> This adds initial support for the Marin SoC, including the SoC's uart
>> interface.
>>
>>
>> Signed-off-by: Anthony Green
>> ---
>> default-configs/moxie-softm
Hi Anthony,
On Sun, Dec 15, 2013 at 1:59 PM, Anthony Green wrote:
>
> This adds initial support for the Marin SoC, including the SoC's uart
> interface.
>
>
> Signed-off-by: Anthony Green
> ---
> default-configs/moxie-softmmu.mak | 1 +
> hw/char/Makefile.objs | 1 +
> hw/char/m
On Sun, Dec 15, 2013 at 2:18 PM, Anthony Green wrote:
> Richard Henderson writes:
>
>> Strict search-and-replace, since the moxie port does nothing complicated.
>>
>> Cc: Anthony Green
>> Signed-off-by: Richard Henderson
>> ---
>> target-moxie/translate.c | 52
>> -
On 10/12/13 7:49 PM, Brad Smith wrote:
This resolves the build issue with building the ROMs on OpenBSD on x86 archs.
As of OpenBSD 5.3 the compiler builds PIE binaries by default and thus the
whole OS/packages and so forth. The ROMs need to have PIE disabled. This
is my initial attempt at trying
Richard Henderson writes:
> Strict search-and-replace, since the moxie port does nothing complicated.
>
> Cc: Anthony Green
> Signed-off-by: Richard Henderson
> ---
> target-moxie/translate.c | 52
>
> 1 file changed, 26 insertions(+), 26 delet
This patch still needs to be applied. There was some follow-up
discussion on this patch back in May, but none of it negates the fact
that this patch needs to be applied.
Thanks!
AG
Anthony Green writes:
> Fix a simple bug in tlb_fill for moxie. The port was mostly working
> before, which is
This adds initial support for the Marin SoC, including the SoC's uart
interface.
Signed-off-by: Anthony Green
---
default-configs/moxie-softmmu.mak | 1 +
hw/char/Makefile.objs | 1 +
hw/char/marin-uart.c | 198 ++
hw/moxie/Makef
This patch adds gdbstub support for the moxie target port.
Signed-off-by: Anthony Green
---
target-moxie/Makefile.objs | 1 +
target-moxie/cpu.c | 3 +++
target-moxie/cpu.h | 2 ++
target-moxie/gdbstub.c | 56 ++
4 files changed
On Sun, Dec 15, 2013 at 9:42 AM, Peter Maydell wrote:
> On 14 December 2013 23:06, Peter Crosthwaite
> wrote:
>> On Sat, Dec 14, 2013 at 6:26 AM, Antony Pavlov
>> wrote:
>>> What do the "< private >" and "< public >" comments exactly mean here?
>>
>> Private means inaccessible to everybody, inc
On 14 December 2013 23:06, Peter Crosthwaite
wrote:
> On Sat, Dec 14, 2013 at 6:26 AM, Antony Pavlov
> wrote:
>> What do the "< private >" and "< public >" comments exactly mean here?
>
> Private means inaccessible to everybody, including the implementation
> of class being instantiated. No one
On Sat, Dec 14, 2013 at 6:26 AM, Antony Pavlov wrote:
> Hi, Andreas!
>
> Here is a quote from http://wiki.qemu.org/QOMConventions
>
>> a FooClass structure definition containing at least the parent class
>> field:
>>
>> typedef struct {
>> /*< private >*/
>> MyParentClass
On 12/09/13 08:22, Paolo Bonzini wrote:
Il 09/12/2013 13:47, Don Slutz ha scritto:
On 12/05/13 22:20, Don Slutz wrote:
On 12/05/13 16:24, Richard Henderson wrote:
On 12/06/2013 04:18 AM, Paolo Bonzini wrote:
$ gcc -shared -o f.so f.c -fPIE -fPIC
/usr/bin/ld: /tmp/ccQc9els.o: relocation R_X86_
On 14 December 2013 17:21, lijun wrote:
> Hi all,
> As qemu core dump cause by "sockets=2,cores=3,threads=2", so add this
> patch to check whether cores and threads is a power of 2.
> The following is the realization of apicid_from_topo_ids function in
> file target-i386/topology.h. It use
Hi all,
As qemu core dump cause by "sockets=2,cores=3,threads=2", so add
this patch to check whether cores and threads is a power of 2.
The following is the realization of apicid_from_topo_ids function
in file target-i386/topology.h. It uses shift to get the values of
pkg_id and core_id
this fixes a potential segfault and performance regression.
If the coroutine is reentered directly in the iscsi_co_generic_cb
iscsi_process_{read,write} are interrupted and reentered any
time later. One the one hand this could happen after an iscsi_close
where the iscsi context is already gone (se
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Il 14/12/2013 04:53, Eric Blake ha scritto:
>>> +DEF("mem-share", 0, QEMU_OPTION_mem_share,
> Ouch. Doesn't this mean you are defining a boolean option (absent
> or present) as opposed to a qemuOpts option? I've already been
> complaining that other
On 14 December 2013 10:58, Paolo Bonzini wrote:
> Il 13/12/2013 20:18, Scott Wood ha scritto:
>>> Also are you sure flush_icache_range()
>>> works correctly when multiple threads (multiple vCPUs,
>>> potentially executing on different host CPUs) are involved?
>>
>> On PPC these cache operations br
Il 13/12/2013 20:18, Scott Wood ha scritto:
>> Also are you sure flush_icache_range()
>> works correctly when multiple threads (multiple vCPUs,
>> potentially executing on different host CPUs) are involved?
>
> On PPC these cache operations broadcast, and are the architecturally
> defined way of d
Hi Richard,
On Thu, Dec 12, 2013 at 12:42 AM, Richard Henderson wrote:
> Cc: Jia Liu
> Signed-off-by: Richard Henderson
> ---
> target-openrisc/translate.c | 99
> +++--
> 1 file changed, 32 insertions(+), 67 deletions(-)
>
> Untested, since there's no
20 matches
Mail list logo