04.08.2011 23:24, Luiz Capitulino пишет:
> On Wed, 3 Aug 2011 18:51:44 +0400
> Michael Tokarev wrote:
>
>> If we do, it results in double monitor_resume() (second being called
>> from migrate_fd_cleanup() anyway) and monitor suspend count becoming
>> negative.
>
> Are you hitting an specific is
04.08.2011 23:52, Michael Tokarev пишет:
> 04.08.2011 23:24, Luiz Capitulino пишет:
>> On Wed, 3 Aug 2011 18:51:44 +0400
>> Michael Tokarev wrote:
>>
>>> If we do, it results in double monitor_resume() (second being called
>>> from migrate_fd_cleanup() anyway) and monitor suspend count becoming
>
On 08/04/2011 02:22 AM, Paolo Bonzini wrote:
On 08/03/2011 11:42 PM, Juan Quintela wrote:
> I can certainly limit the change to IDE if we think machine, floppy,
> and rtl8139 are safe.
Ok, only IDE is broken, something done if we are not reverting the
others.
Floppy is broken too, and has the
This reverts commit 7d905f716bea633f2836e1d661387983aacdc6d6.
The use of subsections by this commit are broken because of a fundamental
limitations of subsections in the current protocol.
Signed-off-by: Anthony Liguori
---
hw/fdc.c | 51 +--
1 f
Hi,
On behalf of the entire QEMU team, I'm please to announce the release of
QEMU 0.15.0-rc2. This is the third and final release candidate for the
0.15.0 release.
There are numerous ways you can help participate in the 0.15.0 release.
There is a testing coordination wiki page located at:
Hi,
It took a little longer than I had hoped to converge on a work around
for the migration issue. -rc2 is out but I don't think 24 hours is
enough time to get proper testing for the final release.
So I'm pushing 0.15.0 to Monday. Please test and provide feedback.
Unless there's a brown pa
I have the same problem. I'm using the packages from the Sergei ppa with
spice enabled on a server with 9 windows xp machines and 1 linux (ubuntu
10.04) one. Ubuntu is rock solid and never crash, but the windows
machines do randomnly. I've updated everything i could (using the
version from spice-sp
On 08/03/2011 03:19 AM, Michael S. Tsirkin wrote:
On Wed, Aug 03, 2011 at 10:15:03AM +0200, Markus Armbruster wrote:
"Michael S. Tsirkin" writes:
The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06:
SPARC64: implement addtional MMU faults related to nonfaulting loa
On 08/04/2011 04:33 PM, Anthony Liguori wrote:
Hi,
On behalf of the entire QEMU team, I'm please to announce the release of
QEMU 0.15.0-rc2. This is the third and final release candidate for the
0.15.0 release.
There are numerous ways you can help participate in the 0.15.0 release.
There is a t
On Thu, Aug 4, 2011 at 7:45 PM, Aneesh Kumar K.V
wrote:
> On Thu, 4 Aug 2011 15:31:08 +0100, Stefan Hajnoczi wrote:
>> On Thu, Aug 4, 2011 at 1:03 PM, Aneesh Kumar K.V
>> wrote:
>> > On Thu, 4 Aug 2011 12:47:42 +0100, Stefan Hajnoczi
>> > wrote:
>> >> On Thu, Aug 4, 2011 at 12:20 PM, Aneesh Ku
On 08/03/2011 09:13 AM, Kevin Wolf wrote:
The following changes since commit 927d721777e73339f73719f36eaf400ab641366c:
microblaze: Add missing call to qemu_init_vcpu. (2011-07-31 06:40:13 +0200)
are available in the git repository at:
git://repo.or.cz/qemu/kevin.git for-anthony
Pulled.
On 07/30/2011 12:45 AM, Brad wrote:
Add support for finding libpng via pkg-config.
Signed-off-by: Brad Smith
Applied. Thanks.
Regards,
Anthony Liguori
---
configure |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 4012d15..25aa7
On 08/01/2011 02:52 PM, Michael Roth wrote:
QAPI will require glib/python, but for now the guest agent is the only
user. For now, make these dependencies an explicit guest agent one, and
give users the option to disable it if need be.
Once QAPI is adopted in core QEMU code, we would basically re
From: Stuart Yoder
When overriding a tool name via a shell variable, don't
tack on the cross-prefix. This specifically allows the
pkg-config command to be overridden and work where it
does not exist in some cross build environments.
Signed-off-by: Stuart Yoder
---
configure | 16 ---
I ran into the problem of indirect syscalls not working with mips-linux-user
and found that the number of arguments for sys_syscall is 0 in the
mips_syscall_args table, which means the "higher" arguments (5, 6, 7, and 8)
are never obtained from the stack for the do_syscall() invocation for indir
On 2011-08-04 22:00, Michael Tokarev wrote:
> 04.08.2011 23:52, Michael Tokarev пишет:
>> 04.08.2011 23:24, Luiz Capitulino пишет:
>>> On Wed, 3 Aug 2011 18:51:44 +0400
>>> Michael Tokarev wrote:
>>>
If we do, it results in double monitor_resume() (second being called
from migrate_fd_cl
master branch doesnt build due to 3d3b8303c6f83b9b245bc774af530a6403cc4ce6
hw/fw_cfg.c: In function ‘probe_splashfile’:
hw/fw_cfg.c:66:9: error: variable ‘fop_ret’ set but not used
[-Werror=unused-but-set-variable]
hw/fw_cfg.c: In function ‘fw_cfg_bootsplash’:
hw/fw_cfg.c:130:9: error: variable ‘
On 08/04/2011 10:10 AM, Gerd Hoffmann wrote:
Hi,
Major changes in the USB patch queue:
* The USBPacket payload is represented as iovec instead of a linear
buffer. This allows to kill some copying and buffering.
* The HID code is splitted into hw/hid.[ch], keeping only the usb
in
On 08/03/2011 06:24 AM, Jan Kiszka wrote:
The following changes since commit 927d721777e73339f73719f36eaf400ab641366c:
microblaze: Add missing call to qemu_init_vcpu. (2011-07-31 06:40:13 +0200)
are available in the git repository at:
git://git.kiszka.org/qemu.git queues/slirp
Anthony as
On 4 August 2011 23:16, An-Cheng Huang wrote:
> I ran into the problem of indirect syscalls not working with
> mips-linux-user and found that the number of arguments for sys_syscall
> is 0 in the mips_syscall_args table, which means the "higher" arguments
> (5, 6, 7, and 8) are never obtained from
On 08/03/2011 05:37 AM, Gerd Hoffmann wrote:
Hi,
This spice/qxl pull fixes (for the most part) a design flaw in the qxl
device interface.
Some write operations to qxl I/O ports are blocking, i.e. they wait
for the spice server finish some work, then return to the guest.
Which adds noticable
On 08/03/2011 05:20 AM, Stefan Hajnoczi wrote:
The following changes since commit 927d721777e73339f73719f36eaf400ab641366c:
microblaze: Add missing call to qemu_init_vcpu. (2011-07-31 06:40:13 +0200)
are available in the git repository at:
ssh://repo.or.cz/srv/git/qemu/stefanha.git trivia
On 08/02/2011 07:00 AM, Alon Levy wrote:
Hi Anthony,
This is a simple fix to make sure the permissions of data files installed
with the make libcacard-install rule are not executable.
Please pull,
Alon
Pulled. Thanks.
Regards,
Anthony Liguori
The following changes since commit 927d721777
On 08/01/2011 09:27 AM, Michael S. Tsirkin wrote:
The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06:
SPARC64: implement addtional MMU faults related to nonfaulting load
(2011-07-21 20:02:22 +)
are available in the git repository at:
git://git.kernel.org/pub/
- Original message -
> On Fri, Jul 29, 2011 at 07:15:11PM -0400, Brad wrote:
> > Fix forcing multicast msgs to loopback on OpenBSD.
> >
> > e.g.
> > $ sudo qemu -m 128 -no-fd-bootchk \
> > -hda virtual.img -boot n -nographic \
> > -net nic,vlan=0,model=rtl8139,macaddr=52:54:00:12:34:03 \
>
On Tue, Jun 28, 2011 at 09:34:16AM +0100, Stefan Hajnoczi wrote:
> On Mon, Jun 27, 2011 at 5:12 PM, Fabien Chouteau wrote:
> > On 27/06/2011 17:39, Stefan Hajnoczi wrote:
> >> On Mon, Jun 27, 2011 at 3:23 PM, Fabien Chouteau
> >> wrote:
> >>> On 27/06/2011 15:50, Stefan Hajnoczi wrote:
> On
On Sun, Jul 24, 2011 at 01:56:00PM -0500, Anthony Liguori wrote:
> On 07/24/2011 11:42 AM, Richard Henderson wrote:
> >On 07/24/2011 06:28 AM, Anthony Liguori wrote:
> >>On 07/23/2011 02:17 PM, Richard Henderson wrote:
> >>>Signed-off-by: Richard Henderson
> >>
> >>Why?
> >
> >So that I can write i
On Thu, Aug 04, 2011 at 11:43:31PM +0100, Peter Maydell wrote:
> On 4 August 2011 23:16, An-Cheng Huang wrote:
> > A simpler approach would be to just change the number of arguments for
> > sys_syscall to 8 in the mips_syscall_args table so that for indirect
> > syscalls the "higher" arguments are
On Thu, Aug 04, 2011 at 05:31:37PM +0800, Lê Đức Tài wrote:
> On Aug 08, 2011 15:13, "Lê Đức Tài" wrote:
>
>
>
>
>
>
> > Hi Edgar,
> > I have a problem with Ethernet Lite on Virtex board as following.
> > Could you help me?
> > Thank you!
>
>
> _
On Thu, Aug 04, 2011 at 02:10:10PM -0500, Anthony Liguori wrote:
> On 08/04/2011 01:49 PM, Gerd Hoffmann wrote:
> >Hi,
> >
> >A bunch of new stuff has been added to master since the last version,
> >time to release a new one? Especially I'd like to see qemu get a seabios
> >update, and anthony pref
On Thu, Aug 4, 2011 at 9:07 PM, Stefan Hajnoczi wrote:
> On Thu, Aug 4, 2011 at 5:34 AM, Zhi Yong Wu wrote:
>> @@ -1387,6 +1422,11 @@ void bdrv_set_io_limits(BlockDriverState *bs,
>> {
>> memset(&bs->io_limits, 0, sizeof(BlockIOLimit));
>> bs->io_limits = *io_limits;
>> + if (bdrv_io_
On Tue, Aug 2, 2011 at 4:06 AM, Ryan Harper wrote:
> * Zhi Yong Wu [2011-08-01 01:30]:
>> The main goal of the patch is to effectively cap the disk I/O speed or
>> counts of one single VM.It is only one draft, so it unavoidably has some
>> drawbacks, if you catch them, please let me know.
>>
>>
Alex & Anthony,
About this issue, how should we proceed?
Chunyan
>>> Anthony Liguori 07/24/11 9:25 PM >>>
On 07/24/2011 04:47 AM, Alexander Graf wrote:
>
>> These arguments all apply to any possible option. Why not a grep target?
>> Why not a cut or less target?
>
> Because they don't make s
On Tue, Aug 2, 2011 at 4:39 AM, Ryan Harper wrote:
> * Zhi Yong Wu [2011-08-01 01:32]:
>> Note:
>> 1.) When bps/iops limits are specified to a small value such as 511
>> bytes/s, this VM will hang up. We are considering how to handle this senario.
>> 2.) When "dd" command is issued i
On Tue, Aug 2, 2011 at 4:21 AM, Ryan Harper wrote:
> * Zhi Yong Wu [2011-08-01 01:30]:
>
>> +static AIOPool block_queue_pool = {
>> + .aiocb_size = sizeof(struct BlockDriverAIOCB),
>> + .cancel = qemu_block_queue_cancel,
>> +};
>> +
>> +static void qemu_block_queue_callb
Continues to occur with recently updated qxl, vdagent & virtio serial windows
binaries from spice-space.org.
Also continues with qemu-kvm-0.15.0-rc1, qemu-0.15.0-rc1 & qemu-0.15.0-rc2
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
h
At present, an explicit test disallows use of -mem-path when kvm is enabled
but KVM_CAP_SYNC_MMU is not set. In particular, this prevents the user
from using hugetlbfs to back the guest memory.
I can see no reason for this check, and when I asked about it previously,
the only theory offered was t
Commit 22613af4a6d9602001e6d0e7b6d98aa40aa018dc 'Add copy and constant
propagation' seems to break TCG emulation of the ppc64 target, at
least as we use it on the pseries machine.
After this patch, attempting to boot a kernel results in an abort() a
short way into the boot:
/home/dwg/ibm/kvm/qemu
Am 05.08.2011 05:45, schrieb David Gibson:
Commit 22613af4a6d9602001e6d0e7b6d98aa40aa018dc 'Add copy and constant
propagation' seems to break TCG emulation of the ppc64 target, at
least as we use it on the pseries machine.
After this patch, attempting to boot a kernel results in an abort() a
sho
On Thu, Aug 4, 2011 at 4:20 PM, Lucas Meneghel Rodrigues
wrote:
> On 08/04/2011 12:17 PM, Stefan Hajnoczi wrote:
>>
>> On Sat, Jul 30, 2011 at 1:39 AM, Anthony Liguori
>> wrote:
>>>
>>> On behalf of the entire QEMU team, I'm please to announce the release of
>>> QEMU 0.15.0-rc1. This is the sec
Hi,
Now I understand why read-only IDE support was dropped. I will investigate
if I could use read-only virtio disks for my purpose.
Thank you for your response and for the hints,
Best regards,
Frederic
Le 4 août 2011 20:20, Markus Armbruster a écrit :
> Frédéric Dreier writes:
>
> > Hi,
On 2011-08-05 06:02, David Gibson wrote:
> At present, an explicit test disallows use of -mem-path when kvm is enabled
> but KVM_CAP_SYNC_MMU is not set. In particular, this prevents the user
> from using hugetlbfs to back the guest memory.
>
> I can see no reason for this check, and when I asked
/home/malc/x/rcs/git/qemuorg/coroutine-ucontext.c: In function 'coroutine_new':
/home/malc/x/rcs/git/qemuorg/coroutine-ucontext.c:160:16: error: 'arg.i[1]' may
be used uninitialized in this function
/home/malc/x/rcs/git/qemuorg/coroutine-ucontext.c:136:18: note: 'arg.i[1]' was
declared here
dif
Public bug reported:
qemu-0.14.1
./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu
qemu(-system-(x86_64|arm))
> Segmentation fault: 11
** Affects: qemu
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of qemu-
devel-m
2011/8/4 Kevin Wolf :
> When loading an internal snapshot whose L1 table is smaller than the current
> L1
> table, the size of the current L1 would be shrunk to the snapshot's L1 size in
> memory, but not on disk. This lead to incorrect refcount updates and
> eventuelly
> to image corruption.
>
>
On Thu, 4 Aug 2011 22:57:34 +0100, Stefan Hajnoczi wrote:
> On Thu, Aug 4, 2011 at 7:45 PM, Aneesh Kumar K.V
> wrote:
> > On Thu, 4 Aug 2011 15:31:08 +0100, Stefan Hajnoczi
> > wrote:
> >> On Thu, Aug 4, 2011 at 1:03 PM, Aneesh Kumar K.V
> >> wrote:
> >> > On Thu, 4 Aug 2011 12:47:42 +0100, St
Enhance "info block" to display hostcache setting for each
block device.
Example:
(qemu) info block
ide0-hd0: type=hd removable=0 file=../rhel6-32.qcow2 ro=0 drv=qcow2
encrypted=0
Enhanced to display "hostcache" setting:
(qemu) info block
ide0-hd0: type=hd removable=0 hostcache=1 file=../rhel6-32
New error classes defined for file reopen failure and data
sync error
Signed-off-by: Supriya Kannery
---
qerror.c |8
qerror.h |6 ++
2 files changed, 14 insertions(+)
Index: qemu/qerror.c
===
--- qemu.orig/qe
New command "block_set_hostcache" added for dynamically changing
host pagecache setting of a block device.
Signed-off-by: Supriya Kannery
---
block.c | 54 ++
block.h |2 ++
blockdev.c | 26 +++
qemu command option 'hostcache' added to -drive for block devices.
While starting a VM from qemu commandline, this option can be used
for setting host cache usage for block data access. It is not
allowed to specify both 'hostcache' and 'cache' options in the same
commandline.
Signed-off-by: Sup
Currently cache setting of a block device cannot be changed
without restarting a running VM. Following patchset is for
enabling dynamic change of cache setting for block devices
through qemu monitor. Code changes are based on patches
from Christoph Hellwig and Prerna Saxena.
This patchset introd
05.08.2011 02:19, Jan Kiszka wrote:
[]
> Resume on error in migrate_fd_put_buffer raced with migrate_fd_cleanup
> triggered via migrate_fd_put_ready called from migrate_fd_connect.
>
> This migration code is a horrible maze. Patch below tries to move
> monitor_resume a bit out of this. Please chec
201 - 252 of 252 matches
Mail list logo