On Mon, May 19, 2014 at 1:56 PM, Mark Cave-Ayland
wrote:
> On 18/05/14 17:06, Olivier Danet wrote:
>
>> The problem may be related to the fact that the 32bits SPARCv8 and 64bits
>> SPARCv9 work in opposite directions !
>>
>> SparcV9 standard, page 360/399 :
>> The SPARC-V9 CWP register is incremen
On Fri, Sep 20, 2013 at 12:24 AM, Richard Henderson wrote:
>
> This is an attempt to improve performance of target-sparc
> by exposing the windowed registers as TCG globals, and all
> the optimization that we can do there.
>
> This is done via allowing tcg_global_mem_new to be used
> with any base
On Fri, Aug 9, 2013 at 7:19 PM, Richard Henderson wrote:
> We have one host platform (aarch64), and three target platforms
> (openrisc, unicore32, xtensa) with no built-in disassembly support,
> thanks largely to gplv3 silliness.
>
> Here's a first-cut at handling these cases with an external tool
On Sun, Jun 16, 2013 at 3:57 PM, Andreas Färber wrote:
> Move it to qom/cpu.h.
While renaming, perhaps a more descriptive name could be used instead
of 'cpu_single_cpu', something like cpu_loop_current_cpu?
>
> Signed-off-by: Andreas Färber
> ---
> cpu-exec.c | 13 +++--
>
On Tue, May 28, 2013 at 8:19 AM, li guang wrote:
> remove macros EAX, EBX, ECX, EDX, EBP, ESP, ESI, EDI, EIP, DF
> as suggested by Richard Henderson
Thanks, applied all.
>
> v4: fix alignment issue in patch 6.
>
> Li Guang (12)
> target-i386/helper: remove EAX macro
> target-i
ABus and ISADevice parent fields.
> * Appended patch dropping FROM_QBUS() macro.
>
> Cc: Anthony Liguori
> Cc: Blue Swirl
> Cc: Aurélien Jarno
>
> Cc: Paolo Bonzini
> Cc: malc
> Cc: Hu Tao
> Cc: Michael S. Tsirkin
> Cc: Peter C. Crosthwaite
>
> Andreas F
Thanks, applied.
On Sun, Jun 2, 2013 at 4:23 PM, Mark Cave-Ayland
wrote:
> Commit d08151bf (conversion of tcx to the memory API) broke the 24-bit mode of
> the tcx display adapter by accidentally passing in the final address of the
> dirty region to memory_region_reset_dirty() instead of its size
On Sat, Jun 1, 2013 at 11:41 AM, Mark Cave-Ayland
wrote:
> Commit d08151bf (conversion of tcx to the memory API) broke the 24-bit mode of
> the tcx display adapter by accidentally passing in the final address of the
> dirty region to memory_region_reset_dirty() instead of its size.
>
> Signed-off-
On Thu, May 30, 2013 at 9:03 PM, Paolo Bonzini wrote:
> This provides the basics for detecting accesses to unassigned memory
> as soon as they happen, and also for a simple implementation of
> address_space_access_valid.
>
> Reviewed-by: Richard Henderson
> Signed-off-by: Paolo Bonzini
> ---
>
On Sun, May 26, 2013 at 8:15 PM, Michael S. Tsirkin wrote:
> On Sun, May 26, 2013 at 07:28:40PM +0000, Blue Swirl wrote:
>> On Sun, May 26, 2013 at 6:24 PM, Michael S. Tsirkin wrote:
>> > On Sun, May 26, 2013 at 06:20:17PM +, Blue Swirl wrote:
>> >> On Sun, May
On Sun, May 26, 2013 at 6:24 PM, Michael S. Tsirkin wrote:
> On Sun, May 26, 2013 at 06:20:17PM +0000, Blue Swirl wrote:
>> On Sun, May 26, 2013 at 1:40 PM, Michael S. Tsirkin wrote:
>> > On Sun, May 26, 2013 at 02:36:28PM +0100, Peter Maydell wrote:
>> >> O
On Sun, May 26, 2013 at 1:40 PM, Michael S. Tsirkin wrote:
> On Sun, May 26, 2013 at 02:36:28PM +0100, Peter Maydell wrote:
>> On 26 May 2013 13:31, Michael S. Tsirkin wrote:
>> > On Sun, May 26, 2013 at 10:12:21AM +0100, Peter Maydell wrote:
>> >> I definitely think individual project makefiles
On Fri, May 24, 2013 at 11:01 PM, Brad Smith wrote:
> Remove the OSS support for OpenBSD. The OSS API has not been usable
> for quite some time.
>
> Signed-off-by: Brad Smith
Thanks, applied.
>
>
> diff --git a/audio/ossaudio.c b/audio/ossaudio.c
> index 00be9c9..007c641 100644
> --- a/audio/os
On Thu, May 23, 2013 at 11:59 AM, Peter Maydell
wrote:
> This patch series is preparatory cleanup for the impending
> AArch64 support.
Thanks, applied 1 to 9.
>
> Patch 1 replaces all the uses of TCGv, tcg_temp_new(), etc in the
> current 32 bit ARM decoder with the specifically-TCGv_i32 version
I get this on i386 chroot for make check:
GTESTER tests/test-qmp-output-visitor
**
ERROR:/src/qemu/tests/test-qmp-output-visitor.c:595:check_native_list:
assertion failed: (tmp)
GTester: last random seed: R02S559792e7c8d0762d9a2ee153fba8896c
**
ERROR:/src/qemu/tests/test-qmp-output-visitor.c:595:c
On Fri, May 24, 2013 at 7:24 PM, Lior Vernia wrote:
> Hello,
>
> I am running x86 applications on an ARM device using QEMU, and found
> it too slow for my needs. This is to be expected, of course, this is
> not a complaint. However, I was wondering whether this could be helped
> by "overriding" th
On Wed, May 22, 2013 at 11:35 AM, Michael S. Tsirkin wrote:
> On Wed, May 22, 2013 at 01:12:15PM +0200, Paolo Bonzini wrote:
>> Il 22/05/2013 13:09, Michael S. Tsirkin ha scritto:
>> > > Usually I do the same---I just do slightly more thorough testing for
>> > > configure patches.
>> >
>> > I've n
On Fri, May 17, 2013 at 5:23 PM, KONRAD Frédéric
wrote:
> On 09/05/2013 19:54, Blue Swirl wrote:
>>
>> On Tue, May 7, 2013 at 6:27 PM, KONRAD Frédéric
>> wrote:
>>>
>>> Hi,
>>>
>>> We are trying to find a way to do reverse execution happen
On Wed, May 8, 2013 at 10:18 AM, Paolo Bonzini wrote:
>
>> Paolo Bonzini writes:
>>
>> I guess that's the register windows. There's only so much you can do to
>> optimize them, and heavily recursive workloads (like Perl, or the RTL
>> half of GCC) pay a hefty price.
>>
>> Two qemu targets
efine
>>> the hidden symbols __rel_iplt_start and __rel_iplt_end around
>>> .rel.iplt as otherwise we get undefined references to these when
>>> linking statically to a multiarch enabled libc (using STT_GNU_IFUNC).
>>>
>>> Cc: Blue Swirl
>>> Signed-o
On Tue, May 7, 2013 at 6:27 PM, KONRAD Frédéric
wrote:
> Hi,
>
> We are trying to find a way to do reverse execution happen with QEMU.
>
> Actually, it is possible to debug the guest through the gdbstub, we want to
> make the reverse execution possible with GDB as well.
>
> How we are trying to ma
On Tue, May 7, 2013 at 5:48 AM, Hervé Poussineau wrote:
> Andreas Färber a écrit :
>
>> Am 06.05.2013 22:57, schrieb Hervé Poussineau:
>>>
>>> Alexander Graf a écrit :
On 05/03/2013 07:57 AM, Hervé Poussineau wrote:
>
> Alexander Graf a écrit :
>>
>> Am 02.05.2013 um 22:0
On Sat, Apr 27, 2013 at 6:50 PM, Martin Husemann wrote:
> On Thu, Apr 25, 2013 at 08:36:55PM +0200, Martin Husemann wrote:
>> Ok, I can fix the namespace issue (which is real) easily.
>
> Turns out to be a bit harder: qemu does not define (as far as I can tell)
> any restricting macro (_POSIX_C_SO
Thanks, pulled.
On Fri, May 3, 2013 at 5:58 PM, Peter Maydell wrote:
> Last target-arm pullreq before the hardfreeze; just a
> single patch. (Actually it's a bugfix patch so strictly
> it could go in post-freeze, but anyway.)
>
> Please pull.
>
> thanks
> -- PMM
>
>
> The following changes since
On Wed, May 1, 2013 at 5:57 PM, Peter Maydell wrote:
> On 1 May 2013 18:53, Blue Swirl wrote:
>> On Mon, Apr 29, 2013 at 6:05 PM, Anthony Liguori wrote:
>>> d07cca0 Add native softfloat fpu functions (Christoph Egger)
>
>> d07cca0 was supplied by Chri
On Sat, Apr 27, 2013 at 12:12 PM, Paolo Bonzini wrote:
> Il 27/04/2013 12:09, Blue Swirl ha scritto:
>> On Fri, Apr 26, 2013 at 10:13 PM, Paolo Bonzini wrote:
>>> Il 26/04/2013 19:46, Igor Mammedov ha scritto:
>>>>>> But as the address can't be
Thanks, applied all. I fixed the indentation in 2/3 for apb_config_writel().
On Sat, Apr 27, 2013 at 5:55 AM, Artyom Tarasenko wrote:
> Various fixes:
> On the real hardware IRQ lines of the PCI bus are not shared.
> In the previous QEMU implementation before this series, all PCI devices
> used t
On Sat, Apr 27, 2013 at 7:12 AM, Artyom Tarasenko wrote:
> The sun4u machines use a slightly different modification of the ISA Mostek
> chip.
> It has MMIO, 1968 as a base year and no IRQ line. Since it matches our m48t08,
> make keep PIO behavior for the 59 model and use MMIO for the 8 model.
T
On Fri, Apr 26, 2013 at 10:13 PM, Paolo Bonzini wrote:
> Il 26/04/2013 19:46, Igor Mammedov ha scritto:
>>> > But as the address can't be changed (yet), the entire patch could be
>>> > simply:
>>> > -kioapic->base_address = s->busdev.mmio[0].addr;
>>> > +kioapic->base_address = IO_APIC_DE
On Fri, Apr 26, 2013 at 6:19 PM, Alexander Graf wrote:
> Hi Blue / Aurelien,
>
> This is my current patch queue for s390. Please pull.
Thanks, pulled.
>
> Alex
>
>
> The following changes since commit bf9b255f484fd61cbaa91faeff254140a0ecd18c:
> Anthony Liguori (1):
> gtk: refactor men
On Fri, Apr 26, 2013 at 8:12 PM, Blue Swirl wrote:
> On Fri, Apr 26, 2013 at 6:21 PM, Alexander Graf wrote:
>> Hi Blue / Aurelien,
>>
>> This is my current patch queue for ppc. Please pull.
>
> Thanks, pulled.
Sorry, replied to wrong pull request.
>
>>
&g
On Fri, Apr 26, 2013 at 6:21 PM, Alexander Graf wrote:
> Hi Blue / Aurelien,
>
> This is my current patch queue for ppc. Please pull.
Thanks, pulled.
>
> Alex
>
>
> The following changes since commit bf9b255f484fd61cbaa91faeff254140a0ecd18c:
> Anthony Liguori (1):
> gtk: refactor menu
On Fri, Apr 26, 2013 at 6:21 PM, Alexander Graf wrote:
> Hi Blue / Aurelien,
>
> This is my current patch queue for ppc. Please pull.
Does not build with --enable-debug:
CCppc-softmmu/target-ppc/translate.o
/src/qemu/target-ppc/translate.c: In function 'gen_lfiwax':
/src/qemu/target-ppc/tr
On Wed, Apr 24, 2013 at 8:59 PM, Paolo Bonzini wrote:
> Here is a fix for the Win32 compilation problem that Blue reported,
> and another nit I found while testing.
>
> Paolo Bonzini (3):
> add missing inclusions of config-host.h
> win32: add readv/writev emulation
> win32: generate console
On Fri, Apr 26, 2013 at 2:17 PM, Igor Mammedov wrote:
> On Thu, 25 Apr 2013 18:37:19 +
> Blue Swirl wrote:
>
>> On Tue, Apr 23, 2013 at 8:29 AM, Igor Mammedov wrote:
>> > kvm/ioapic is relying on the fact that SysBus device
>> > maps mmio regions with of
On Tue, Apr 23, 2013 at 8:29 AM, Igor Mammedov wrote:
> kvm/ioapic is relying on the fact that SysBus device
> maps mmio regions with offset counted from start of system memory.
> But if ioapic's region is moved to another sub-region which doesn't
> start at the beginning of system memory then usi
Thanks, applied.
On Sun, Apr 21, 2013 at 9:54 AM, Peter Maydell wrote:
> Early ping for compile-breakage fix patch (ccing Blue this time
> round since you've been applying patches this weekend.)
>
> Patchwork url: http://patchwork.ozlabs.org/patch/237347/
>
> thanks!
> -- PMM
>
> On 17 April 2013
8000 and qtest was instead writing 0x7fff.
>
> Signed-off-by: Peter Maydell
Fixes the problem for me.
Tested-by: Blue Swirl
> ---
> This fixes the actual parsing error; checking strtol errors is
> a separate bug which should be done for the whole file.
>
> qtest.c |
I'm getting this error for make check on an ARM host:
GTESTER check-qtest-i386
GTester: last random seed: R02Sb8a38f2b54abc70ad75be1aa6db12891
**
ERROR:/src/qemu/tests/i440fx-test.c:39:test_i440fx_defaults: assertion
failed: (dev != NULL)
GTester: last random seed: R02S614a99582cbeccc827e177f79c43
Hi,
It looks like the reference SELinux policy for QEMU is too restrictive
for 9pfs (and user emulators) and also too permissive for any other
uses.
Excerpts from policy/modules/contrib/qemu.if:
template(`qemu_domain_template',`
allow $1_t self:capability { dac_read_search dac_override }
On Wed, Apr 17, 2013 at 9:46 AM, Paolo Bonzini wrote:
> This uses system calls directly for Unix file descriptors, so that the
> efficient writev_buffer can be used. Pay attention to the possibility
> of partial writes in writev.
>
> Reviewed-by: Juan Quintela
> Reviewed-by: Orit Wassermann
> S
On Thu, Apr 18, 2013 at 4:47 AM, wrote:
> From: Peter Crosthwaite
>
> Configure to use the DTC submodule to build libfdt when no system libfdt
> is found. Prompt to install the DTC submodule if --enable-fdt is set but
> no DTC can be found.
>
> DTC has no out-of-tree build capability, so the con
Thanks, applied all.
On Sat, Apr 20, 2013 at 1:48 PM, Peter Maydell wrote:
> There is currently only one user of the qdev taddr (target addr,
> now hwaddr) property code, and that user is wrong anyway, since the
> property it's trying to set isn't actually a taddr property.
> Fix the erroneous u
Patch does not apply, please rebase:
Applying: qdev: Drop taddr properties
error: patch failed: hw/display/sm501.c:28
error: hw/display/sm501.c: patch does not apply
error: patch failed: hw/dma/xilinx_axidma.c:26
error: hw/dma/xilinx_axidma.c: patch does not apply
Patch failed at 0002 qdev: Drop t
Thanks, pulled.
On Fri, Apr 19, 2013 at 2:57 PM, Peter Maydell wrote:
> arm-devs queue pullreq; this is just the versatile-pci
> cleanup (which has been on the list for some time now).
> Please pull.
>
> thanks
> -- PMM
>
>
> The following changes since commit 09dada400328d75daf79e3eca1e48e024fec
Thanks, pulled.
On Fri, Apr 19, 2013 at 3:06 PM, Peter Maydell wrote:
> target-arm pullreq, containing a fix for a dumb SRS bug I
> introduced, and the update to migration to use vmstate
> (both of which have been on the list since before freeze).
> Please pull.
>
> thanks
> -- PMM
>
> The follow
Thanks, pulled.
On Fri, Apr 19, 2013 at 1:59 PM, wrote:
> From: Riku Voipio
>
> The following changes since commit 09dada400328d75daf79e3eca1e48e024fec148d:
>
> configure: remove duplicate test (2013-04-18 14:12:31 +0200)
>
> are available in the git repository at:
>
> git://git.linaro.org/
On Fri, Apr 19, 2013 at 12:18 PM, Andreas Färber wrote:
> Am 19.04.2013 14:11, schrieb Andreas Färber:
>> Hi,
>>
>> Am 19.04.2013 10:27, schrieb Richard Henderson:
>>> All targets have been converted to allocating space for temporaries
>>> on the stack. No need to allocate space within the CPU_CO
On Sat, Apr 20, 2013 at 9:56 AM, Artyom Tarasenko wrote:
> On Sat, Apr 20, 2013 at 11:34 AM, Blue Swirl wrote:
>> On Sun, Apr 14, 2013 at 9:41 PM, Artyom Tarasenko
>> wrote:
>>> On Sun, Apr 14, 2013 at 10:05 AM, Hervé Poussineau
>>> wrote:
>>>&g
On Wed, Apr 17, 2013 at 2:15 AM, Rob Landley wrote:
> On 04/14/2013 04:38:23 AM, Artyom Tarasenko wrote:
>>
>> On Sat, Apr 13, 2013 at 7:03 PM, Rob Landley wrote:
>> > On 03/26/2013 02:34:50 AM, Artyom Tarasenko wrote:
>> >>
>> >> On Tue, Mar 26, 2013 at 1:52 AM, Rob Landley wrote:
>> >> > Can t
On Sun, Apr 14, 2013 at 9:41 PM, Artyom Tarasenko wrote:
> On Sun, Apr 14, 2013 at 10:05 AM, Hervé Poussineau
> wrote:
>> As m48t59 devices can only be created with m48t59_init() or
>> m48t59_init_isa(),
>> we know exactly which nvram types are required. Register only those three
>> types.
>> R
Sun4c and Sun4d architectures and related CPUs are not fully implemented
(especially Sun4c MMU) and there has been no interest for them.
Likewise, a few CPUs (Cypress, Ross etc) are only half implemented.
Remove the machines and CPUs, they can be re-added if needed later.
Signed-off-by: Blue
Thanks, applied all.
On Thu, Apr 11, 2013 at 4:07 PM, Markus Armbruster wrote:
> This should unbreak "make check" on machines where char is unsigned.
> Blue, please give it a whirl.
>
> The JSON parser is still as broken as ever. Left for another day.
>
> v2:
> - Rebased, trivial conflicts in PA
On Sat, Apr 6, 2013 at 9:31 AM, agraf <1128...@bugs.launchpad.net> wrote:
> Hi Lurie,
>
> On 04.04.2013, at 19:34, Iurie wrote:
>
>> hello,
>> in the past year gsoc qemu proposed projects there where on eproject that i
>> liked, which were: qemu IA64 emulation :
>> http://wiki.qemu.org/Google_Sum
Thanks, pulled.
On Fri, Apr 5, 2013 at 5:13 PM, Peter Maydell wrote:
> Here's the latest set of arm-devs patches; mostly migration
> related fixes, plus a few random minor bug zaps. Please pull.
>
> thanks
> -- PMM
>
> The following changes since commit d05ef160453e98546a4197496dc8a3cb2defac53:
>
On Wed, Apr 3, 2013 at 10:03 AM, Paolo Bonzini wrote:
> From linux-user-test-0.3, running on x86_64:
>
> $ ../sparc32plus-linux-user/qemu-sparc32plus -L ./gnemul/qemu-sparc sparc/ls
This works for me:
/src/qemu/obj-amd64/sparc32plus-linux-user/qemu-sparc32plus -L
./usr/local/gnemul/qemu-sparc sp
On Mon, Apr 1, 2013 at 12:00 AM, Peter Maydell wrote:
> The lack of a write-only-memory device is a gaping hole in QEMU's
> otherwise comprehensive range of device models. This patch implements
> a model of the popular Signetics 25120 9046xN random access WOM.
Awesome!! I made a short clip to sho
ion fault
>
> Cc: Anthony Green
> Cc: Blue Swirl
> Cc: Andreas Färber
> Signed-off-by: Dunrong Huang
> ---
> target-moxie/cpu.c| 1 +
> target-moxie/cpu.h| 2 +-
> target-moxie/helper.c | 7 +--
> 3 files changed, 7 insertions(+), 3 deletions(-)
&
Thanks, applied.
On Fri, Mar 29, 2013 at 5:20 PM, Stefan Weil wrote:
> The cross i586-mingw32msvc-gcc 4.4.4 from Debian Squeeze does not support
> __sync_val_compare_and_swap by default.
>
> Using -march=i686 fixes that and should also result in better code.
>
> Signed-off-by: Stefan Weil
> ---
Thanks, applied.
On Sun, Mar 24, 2013 at 8:04 AM, Stefan Weil wrote:
> The type cast must use tcg_target_long instead of long.
> This makes a difference for hosts where sizeof(long) != sizeof(void *).
>
> Cc: Anthony Green
> Cc: Blue Swirl
> Signed-off-by: Stefan Weil
>
l wrote:
>> The type cast must use tcg_target_long instead of long.
>> This makes a difference for hosts where sizeof(long) != sizeof(void *).
>>
>> Cc: Anthony Green
>> Cc: Blue Swirl
>> Signed-off-by: Stefan Weil
>> ---
>> target-moxie/translate
On Fri, Mar 29, 2013 at 9:44 PM, wrote:
> From: "Edgar E. Iglesias"
>
> Signed-off-by: Edgar E. Iglesias
> ---
> target-microblaze/translate.c | 15 +++
> 1 file changed, 15 insertions(+)
>
> diff --git a/target-microblaze/translate.c b/target-microblaze/translate.c
> index a74da
On Fri, Mar 29, 2013 at 5:58 PM, Peter Maydell wrote:
> On 29 March 2013 17:20, Stefan Weil wrote:
>> Maybe this modification is also needed for native gcc-4.4 and older
>> on Linux i386. If yes, we can move the new script code out of the
>> MinGW conditional code.
>
> There are at least a few pe
On Thu, Mar 28, 2013 at 7:20 PM, Mark Cave-Ayland
wrote:
> On 22/03/13 05:19, Rob Landley wrote:
>
>> If I do this:
>>
>> qemu-system-sparc -nographic -no-reboot -kernel image -hda hda.sqf
>> -append 'root=/dev/sda rw init=/sbin/init.sh panic=1
>> PATH=/usr/distcc:/bin:/sbin console=ttyS0 HOST=spa
On Thu, Mar 28, 2013 at 11:46 AM, Mark Cave-Ayland
wrote:
>
> On 27/03/13 16:43, Artyom Tarasenko wrote:
>
>>> So as a stepping stone, should we create an FCode ROM for TCX?
>>
>>
>> Sounds reasonable to me, but
>> - afaik the current TCX implementation is written in C, no Forth. So
>> maybe it's
Thanks, applied.
On Thu, Mar 21, 2013 at 4:13 PM, Richard Henderson wrote:
> Cc: Blue Swirl
> Signed-off-by: Richard Henderson
> ---
> V2 properly does a reset_temp on the output of the neg.
> This was the cause of the sparc32 boot problem.
>
> r~
> --
Thanks, applied.
On Tue, Mar 19, 2013 at 4:40 PM, Richard Henderson wrote:
> When starting from CC_OP_DYNAMIC, and issuing adox before adcx,
> a typo used the wrong value for the resulting CC_OP.
>
> Cc: Blue Swirl
> Reported-by: Torbjorn Granlund
> Signed-off-by:
Thanks, applied.
On Tue, Mar 19, 2013 at 7:11 PM, Richard Henderson wrote:
> We can compute the value in cpu_dump_state anyway, and gratuitous
> modifications to eflags creates heisenbugs.
>
> Cc: Blue Swirl
> Signed-off-by: Richard Henderson
> ---
> cpu-exec.c
On Mon, Mar 18, 2013 at 7:49 PM, Anthony Green wrote:
> This version of the patch addresses recent changes in the upstream
> qemu sources (where interrupt_request resides).
>
> Please consider applying this version of the patch.
Thanks, applied all.
>
> Thank you!
>
> AG
>
> Anthony Green (4):
>
Thanks, pulled.
On Mon, Mar 18, 2013 at 7:15 PM, Michael Walle wrote:
>
> Hi Anthony, Hi Blue,
>
> these are various bugfixes for the lm32 target. Please pull.
>
>
> The following changes since commit e531761d63b7f8fe6b6423fafb3616ebbff768aa:
>
> Merge remote-tracking branch 'kraxel/pixman.v8'
On Thu, Mar 14, 2013 at 5:49 PM, Markus Armbruster wrote:
> This should unbreak "make check" on machines where char is unsigned.
> Blue, please give it a whirl.
Patches no longer apply, please rebase.
>
> The JSON parser is still as broken as ever. Left for another day.
>
> Markus Armbruster (4
On Wed, Mar 20, 2013 at 12:13 AM, Richard Henderson wrote:
> On 2013-02-23 08:43, Blue Swirl wrote:
>>>
>>> Signed-off-by: Richard Henderson
>>> >---
>>> > tcg/optimize.c | 33 -
>>> > 1 file changed, 32 ins
Thanks, applied.
On Fri, Mar 15, 2013 at 9:57 AM, Cornelia Huck wrote:
> Commit 259186a7 "cpu: Move halted and interrupt_request fields to CPUState"
> seems to have missed one instance in target-s390x/kvm.c:
>
> /home/cohuck/git/qemu/target-s390x/kvm.c: In function
> ‘kvm_arch_process_async_even
Thanks, pulled.
On Fri, Mar 15, 2013 at 4:56 PM, Peter Maydell wrote:
> Another arm-devs pullreq: xilinx fixes from Peter C, the pl330
> model, and my vexpress fixes for the system control regs.
> Please pull.
>
> thanks
> -- PMM
>
>
> The following changes since commit dc0b0616f726956001be09e9a6
On Sun, Mar 10, 2013 at 2:07 PM, Anthony Green wrote:
> This version of the patch includes a bug fix and some formatting fixes
> identified by Blue Swirl here:
>
> http://lists.gnu.org/archive/html/qemu-devel/2013-03/msg01530.html
>
> Please consider applying this version o
On Thu, Mar 14, 2013 at 5:49 PM, Markus Armbruster wrote:
> This should unbreak "make check" on machines where char is unsigned.
> Blue, please give it a whirl.
With the patches applied there are no errors, thanks.
Tested-by: Blue Swirl
Though test-coroutine seems to hang, ma
On Thu, Mar 14, 2013 at 8:51 AM, Hu Tao wrote:
> pvevent device is a qemu simulated device through which guest panic
> event is sent to host.
>
> ref: http://lists.nongnu.org/archive/html/qemu-devel/2013-03/msg02293.html
>
> Signed-off-by: Hu Tao
> ---
> drivers/platform/x86/Kconfig | 7 +++
On Sun, Mar 10, 2013 at 2:59 PM, Peter Maydell wrote:
> On 10 March 2013 14:36, Leonid Bloch wrote:
>> I want to cross compile QEMU itself to run on ARM, but all my searches
>> lead me to tutorials for cross compiling other programs for ARM and
>> testing them with QEMU, which is not what I need.
On Sat, Mar 9, 2013 at 1:34 PM, Anthony Green wrote:
>
> Signed-off-by: Anthony Green
> ---
> target-moxie/Makefile.objs | 2 +
> target-moxie/cpu.c | 172 +
> target-moxie/cpu.h | 169 +
> target-moxie/helper.c | 171 +
> target-moxie/helper.h
-series reverts it and adds a
> cleanup to avoid that thinko as well as the real dependency fix.
>
> I don't see any conflict with Gerd's pending make_device_config.sh changes.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell
> Cc: Blue Swirl
> Cc: Paolo Bonzin
On Fri, Mar 8, 2013 at 8:17 PM, Alexander Graf wrote:
> Hi Blue / Aurelien,
>
> This is my current patch queue for s390. Please pull.
Thanks, pulled.
>
> Alex
>
>
> The following changes since commit 0bc472a9d6b80567c212023c5eae413f4dfb53ad:
> Kuo-Jung Su (1):
> hw/nand.c: correct the
On Fri, Mar 8, 2013 at 8:06 PM, Alexander Graf wrote:
> Hi Blue / Aurelien,
>
> This is my current patch queue for ppc. Please pull.
Thanks, pulled.
>
> Alex
>
>
> The following changes since commit 0bc472a9d6b80567c212023c5eae413f4dfb53ad:
> Kuo-Jung Su (1):
> hw/nand.c: correct the
96c6384776d631839a9c8fe02bf135f9ba22586c did not adjust
Win32 #ifdeffery properly, breaking build in later commits. Fix.
Signed-off-by: Blue Swirl
---
qemu-char.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/qemu-char.c b/qemu-char.c
index b82d643..04aa589
08744c98115cfa144ed3493556024e400b2e2573 removed hw/baum.h
but did not adjust hw/baum.c, breaking build. Fix.
Signed-off-by: Blue Swirl
---
hw/baum.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/hw/baum.c b/hw/baum.c
index d75b150..d8919d5 100644
--- a/hw/baum.c
On Thu, Mar 7, 2013 at 6:32 AM, Doug Goldstein wrote:
> Allow the bridge helper to take a config directory rather than having to
> specify every file in the directory manually via an include statement.
>
> Signed-off-by: Doug Goldstein
> CC: Anthony Liguori
> CC: Richa Marwaha
> CC: Corey Bryan
On Thu, Mar 7, 2013 at 2:26 AM, Peter Maydell wrote:
> On 7 March 2013 10:00, Peter Crosthwaite wrote:
>> Not 100% accurate. My goal here it to control (or wrap) only guest
>> accesses, in the first instance via the Memory API, but other forms of
>> guest access are perfectly valid as well, and P
On Mon, Mar 4, 2013 at 8:29 PM, Anthony Liguori wrote:
> Blue Swirl writes:
>
>> On Sun, Mar 3, 2013 at 9:03 PM, Anthony Liguori wrote:
>>> Blue Swirl writes:
>>>
>>>> Compile gtk.c with special CFLAGS instead of disabling -Werror globally.
>
On Mon, Mar 4, 2013 at 9:44 AM, Michael S. Tsirkin wrote:
> On Sun, Mar 03, 2013 at 09:01:11AM +0000, Blue Swirl wrote:
>> On Sun, Mar 3, 2013 at 6:13 AM, Peter Crosthwaite
>> wrote:
>> > This struct and functions provide some encapsulation of the uint32_t type
&
uch faster
> in live discussion. I've commented on the issue below with my current
> thoughts.
>
> On Sun, Mar 3, 2013 at 7:01 PM, Blue Swirl wrote:
>> On Sun, Mar 3, 2013 at 6:13 AM, Peter Crosthwaite
>> wrote:
>>> This struct and functions provide some encap
On Sun, Mar 3, 2013 at 9:03 PM, Anthony Liguori wrote:
> Blue Swirl writes:
>
>> Compile gtk.c with special CFLAGS instead of disabling -Werror globally.
>>
>> Signed-off-by: Blue Swirl
>
> I thought Kevin's pragma trick solved this problem?
Not in all case
On Sun, Mar 3, 2013 at 1:07 PM, Anthony Green wrote:
>
> Signed-off-by: Anthony Green
> ---
> target-moxie/Makefile.objs |2 +
> target-moxie/cpu.c | 172
> target-moxie/cpu.h | 170
> target-moxie/helper.c | 170
> target-moxie/helper.h
On Sun, Mar 3, 2013 at 1:07 PM, Anthony Green wrote:
>
> Signed-off-by: Anthony Green
> ---
> disas.c | 6 +
> disas/Makefile.objs | 1 +
> disas/moxie.c | 360
>
> include/disas/bfd.h | 66 +-
> 4 files changed
Thanks, applied all.
On Fri, Feb 22, 2013 at 6:09 PM, Peter Maydell wrote:
> This patch series gets rid of cpu_unlink_tb(), which is irredeemably
> racy, since it modifies the TB graph with no locking from other
> threads, signal handlers, etc etc. (The signal handler case is
> why you can't just
Compile gtk.c with special CFLAGS instead of disabling -Werror globally.
Signed-off-by: Blue Swirl
---
configure| 12 +++-
ui/Makefile.objs |2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 19738ac..2a043d6 100755
--- a
On Sun, Mar 3, 2013 at 6:13 AM, Peter Crosthwaite
wrote:
> This struct and functions provide some encapsulation of the uint32_t type to
> make it more friendly for use as guest accessible device state. Bits of device
> state (usually MMIO registers), often have all sorts of access restrictions
> a
On Thu, Feb 28, 2013 at 7:42 PM, Markus Armbruster wrote:
> Blue Swirl writes:
>
>> On Thu, Feb 28, 2013 at 8:14 AM, Markus Armbruster wrote:
>>> Blue Swirl writes:
>>>
>>>> On Mon, Feb 4, 2013 at 5:19 PM, Markus Armbruster
>>>> wrote:
On Thu, Feb 28, 2013 at 6:53 PM, Peter Maydell wrote:
> Hi; here's the arm-devs queue. Mostly this is a bunch of Peter C's
> patches. There's a bunch of other stuff bubbling under which will
> probably go into another pullreq in a couple of weeks' time (mostly
> series which failed review or need
On Thu, Feb 28, 2013 at 5:41 PM, Anthony Green wrote:
>
> Signed-off-by: Anthony Green
> ---
> hw/moxie/Makefile.objs | 6 ++
> hw/moxie/moxiesim.c| 175
> +
> include/sysemu/arch_init.h | 1 +
> 3 files changed, 182 insertions(+)
> c
On Thu, Feb 28, 2013 at 5:41 PM, Anthony Green wrote:
>
> Signed-off-by: Anthony Green
> ---
> disas.c | 6 +
> disas/Makefile.objs | 1 +
> disas/moxie.c | 360
>
> include/disas/bfd.h | 66 +-
> 4 files change
On Thu, Feb 28, 2013 at 8:14 AM, Markus Armbruster wrote:
> Blue Swirl writes:
>
>> On Mon, Feb 4, 2013 at 5:19 PM, Markus Armbruster wrote:
>>> Test cases are scraped from Markus Kuhn's UTF-8 decoder capability and
>>> stress test at
>>> http:
1 - 100 of 5006 matches
Mail list logo