Dear MaydellI just tried to compile the latest qemu on Fedora 18 64 bits,
it is also fail. When i press "c" in gdb, the qemu won't start running.But one
thing fedora is different than mac, when i connect gdb to qemu, it won't say
"warning: Error 268435459 getting port names from mach_port_na
Hi Peter CrosthwaiteI haven't git pull the code for two months.
Thanksfrom Peter
> Date: Sun, 2 Jun 2013 08:57:37 +1000
> From: peter.crosthwa...@xilinx.com
> To: mcheun...@hotmail.com
> CC: qemu-devel@nongnu.org
> Subject: Re: [Qemu-devel] latest qemu with gdb remote not working
>
> Hi Pete
All,
I have successfully performed over 1000+ back-to-back RDMA migrations
automatically looped *in a row* using a heavy-weight memory-stress
benchmark here at IBM.
Migration success is done by capturing the actual serial console output
of the virtual machine while the benchmark is running and
ping
http://patchwork.ozlabs.org/patch/241726/
--
Ákos Kovács
PGP public key ID: 5376F854 at pgp.mit.edu
:wq!
2013/5/8 Anthony Liguori
> Paolo Bonzini writes:
>
> > Il 07/05/2013 10:26, Laszlo Ersek ha scritto:
> >> I suspected that something like this was in the background, but what I
> >
HI David,
On Sat, Jun 1, 2013 at 3:38 PM, David Gibson
wrote:
> On Fri, May 31, 2013 at 10:44:33AM +0100, Peter Maydell wrote:
>> On 31 May 2013 09:25, Paolo Bonzini wrote:
>> > Please don't. Fedora is not going to use the bundled dtc because of a
>> > policy against bundling, and Fedora's dtc
On 1 June 2013 23:57, Peter Crosthwaite wrote:
> On Sun, Jun 2, 2013 at 6:09 AM, Peter Cheung wrote:
>> i start my qemu by this
>>
>> ~/qemu/bin/qemu-system-x86_64 -hda hd10meg.img -gdb tcp::1234 -k en-us -S -m
>> 256m
>>
>> it was working before, but not for the latest code.
>
> When was "before
Hi All,
On Sat, Jun 1, 2013 at 6:26 PM, Peter Maydell wrote:
> On 1 June 2013 06:22, David Gibson wrote:
>> On Fri, May 31, 2013 at 10:25:55AM +0200, Paolo Bonzini wrote:
>>> Fedora's dtc package doesn't include
>>> libfdt_env.h.
>>
>> Yeah, that makes Fedora's dtc (well, libfdt) package broken.
Hi Peter,
On Sun, Jun 2, 2013 at 6:09 AM, Peter Cheung wrote:
> i start my qemu by this
>
> ~/qemu/bin/qemu-system-x86_64 -hda hd10meg.img -gdb tcp::1234 -k en-us -S -m
> 256m
>
> it was working before, but not for the latest code.
When was "before" and are you able to git bisect it?
Regards,
P
The linux-user syscall emulation layer currently supports the openat
family of syscalls via two mechanisms: simply calling the corresponding
libc functions, and making direct syscalls. Since glibc has supported
these functions since at least glibc 2.5, there's no real need to
retain the (essentiall
The linux-user syscall emulation layer currently supports the
openat family of syscalls via two mechanisms: simply calling
the corresponding libc functions, and making direct syscalls.
Since glibc has supported these functions since at least glibc
2.5, there's no real need to retain the (essentiall
Nobody uses the CONFIG_ATFILE test now, so just drop it.
Signed-off-by: Peter Maydell
---
configure | 26 --
1 file changed, 26 deletions(-)
diff --git a/configure b/configure
index 918dc36..034e3c3 100755
--- a/configure
+++ b/configure
@@ -2595,29 +2595,6 @@ EOF
f
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
> ---
>
Sounds like something that should be commented in the source code.
IDE_TIMEOUT = 32; // 30 seconds per ATA specification +2 seconds thrown in
for safety
On Sat, Jun 1, 2013 at 3:21 PM, Kevin O'Connor wrote:
> On Fri, May 31, 2013 at 03:18:56AM +, Gonglei (Arei) wrote:
> >IDE_TIMEOUT is
On Fri, May 31, 2013 at 03:18:56AM +, Gonglei (Arei) wrote:
>IDE_TIMEOUT is defined 32s. But we encountered its timeout in
>some cases, and then loading disk failed in VM. In order to
>reduce the probability of timeout, we want to enlarge the
>IDE_TIMEOUT, such as 120s. We ver
Hello,
I may have soon the PF driver of an SR-IOV card to code and make work with
QEMU/KVM so I have the following questions.
In an AMD64 setup where QEMU use VFIO to passthrough the VFs of an SR-IOV card
to a guest will the consequences of a PF FLR be handled fine by QEMU and the
guest ?
I rea
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-by: Mark Cave-Ayland
---
hw/display/tcx.c |8
1 file
[Replying to a very old email which I missed initially]
Todd, do you still have the issue you describe?
I mean, not that we changed lots in that area (I guess we
changed nothing there), but i'm not sure I understand what
is going on there, and why the behavour changed the way you
describe. I gue
Hello.
After a bit more than 2 weeks of silence, I'm asking for a pull from
the trivial-patches queue. I didn't ask for the pull request last
week because there basically was nothing to pull, but now we have
something finally ;)
Please pull.
Thanks,
/mjt
The following changes since commit dec3
On 1 June 2013 06:22, David Gibson wrote:
> On Fri, May 31, 2013 at 10:25:55AM +0200, Paolo Bonzini wrote:
>> Fedora's dtc package doesn't include
>> libfdt_env.h.
>
> Yeah, that makes Fedora's dtc (well, libfdt) package broken.
>
>> If David says that the changes are rare enough, let's just fix t
20 matches
Mail list logo