This continues to occur with qemu-kvm 0.15 on only one of my WXP VMs.
The fact that one of them works fine led me to believe it was a windows
issue (or spice), but the fact that both work fine with straight qemu
indicates that there is something with qemu-kvm involved in the problem.
--
You recei
Continues with Qemu 0.15.0 and Qemu-KVM 0.15.0
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/818673
Title:
virtio: trying to map MMIO memory
Status in QEMU:
New
Bug description:
Qemu host is
On Fri, Aug 12, 2011 at 12:15:21PM -0700, Hugh Dickins wrote:
> On Fri, 12 Aug 2011, Minchan Kim wrote:
> > On Fri, Aug 12, 2011 at 9:48 AM, Linus Torvalds
> > wrote:
> > > On Wed, Aug 10, 2011 at 11:40 PM, David Gibson
> > > wrote:
> > >>
> > >> This patch, therefore, stores a pointer to the ino
On Fri, 2011-08-12 at 09:54 +0800, Jason Wang wrote:
> As multi-queue nics were commonly used for high-end servers,
> current single queue based tap can not satisfy the
> requirement of scaling guest network performance as the
> numbers of vcpus increase. So the following series
> implements multip
For those who are travelling to the KVM Forum, looking forward to seeing
you in Vancouver. And for those who can't make it, we'll be posting the
presentations online as well as recording the presentations and making
the videos available online (subject to presenter's approval).
Here is the schedu
On Fri, Aug 12, 2011 at 09:55:20AM +0800, Jason Wang wrote:
> With the abstraction that each socket were a backend of a
> queue for userspace, this patch adds multiqueue support for
> tap device by allowing multiple sockets to be attached to a
> tap device. Then we could parallize the transmission
On Thu, Aug 11, 2011 at 04:40:59PM +1000, David Gibson wrote:
> Linus, please apply
>
> hugetlbfs tracks the current usage of hugepages per hugetlbfs
> mountpoint. To correctly track this when hugepages are released, it
> must find the right hugetlbfs super_block from the struct page
> available
Hi Avi,
docs/memory.txt, states the following:
- .impl.valid specifies that the *implementation* only supports unaligned
accesses; unaligned accesses will be emulated by two aligned accesses.
i guess that should read ".. implementation only supports _aligned_
accesses.."
--
Michael
On Thu, Aug 11, 2011 at 9:54 PM, Gerd Hoffmann wrote:
> Hi,
>
>>> In general the idea is OK. Especially soft freeze could solve problems
>>> like those qemu-ga inclusion had.
>>>
>>> Two weeks for soft freeze would be close to OK but I think a month of
>>> hard freeze is too long. With the previo
Hi everyone
Just to know..
Is qemu 0.15 faster then qemu 0.12 to emulate a virtual machine? or the last
improvements was just with the virtualizer part of qemu ?
Since now Thanks,
Rodrigo Ferreira de Souza
python -c "print ''.join([chr(154 - ord(c)) for c in
'H+6(13+zT5((51(9z65zG+% 9zmz(+645(\
On Thu, 4 Aug 2011, Anthony PERARD wrote:
> Previously, the address space soft limit was set mcache_max_size. So,
> before the mcache_max_size was reached by the mapcache, QEMU was killed
> for overuse of the virtual address space.
>
> This patch fix that by setting the soft limit the maximum than
Hello,
I want to boot linux with u-boot on Qemu for MIPS malta platform. But as
far as i know, u-boot has no support for MIPS malta platform and it has
support for only qemu-mips platform.
But u-boot compiled for qemu-mips platform will not boot linux compiled
for malta platform. So what are o
I'm using Qemu along with a network simulator and I need to perform a
synchronization every N cycles. What is the best way to do this in Qemu so that
I can call a function periodically say every N instructions or simulated cpu
cycles?
Currently I have a routine in main_loop() in vl.c but it see
On Fri, Aug 12, 2011 at 4:49 PM, Peter Maydell wrote:
> Don't use req before it has been initialised in scsi_req_new().
> This fixes a compile failure due to gcc complaining about this.
It fixes a crash if the warning is ignored:
Configuration device id QEMU version 1 machine id 32
Program recei
On Fri, 12 Aug 2011, Minchan Kim wrote:
> On Fri, Aug 12, 2011 at 9:48 AM, Linus Torvalds
> wrote:
> > On Wed, Aug 10, 2011 at 11:40 PM, David Gibson
> > wrote:
> >>
> >> This patch, therefore, stores a pointer to the inode instead of the
> >> address_space in the page private data for hugepages.
QEMU 0.15.0 has been released with a fix for this bug.
** Changed in: qemu
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/656285
Title:
arm-semi mishan
QEMU 0.15.0 has been released with a fix for this bug.
** Changed in: qemu
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/662461
Title:
-name error mes
QEMU 0.15.0 has been released with a fix for this bug.
** Changed in: qemu
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/731344
Title:
When accessing
QEMU 0.15.0 has been released with a fix for this bug.
** Changed in: qemu
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/670776
Title:
Build errors on
On 08/12/2011 06:55 PM, Peter Maydell wrote:
Does it still make sense to set req->cmd to cmd (and to look at cmd
at all) in the case where scsi_req_parse() failed and might not have
actually initialised all of cmd? For instance the tracing code (added
to scsi_req_new() after this patch) looks at
On 08/12/2011 06:12 PM, Peter Maydell wrote:
This patch makes current master fail to compile with optimisation on:
gcc complains:
hw/scsi-bus.c: In function ‘scsi_req_new’:
hw/scsi-bus.c:375: error: ‘req’ may be used uninitialized in this function
because in the 'else' clause we look at req->cm
On 3 August 2011 09:49, Paolo Bonzini wrote:
> @@ -157,8 +172,22 @@ SCSIRequest *scsi_req_new(SCSIDevice *d, uint32_t tag,
> uint32_t lun,
> uint8_t *buf, void *hba_private)
> {
> SCSIRequest *req;
> - req = d->info->alloc_req(d, tag, lun, hba_private);
> - me
Don't use req before it has been initialised in scsi_req_new().
This fixes a compile failure due to gcc complaining about this.
Signed-off-by: Peter Maydell
---
hw/scsi-bus.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/scsi-bus.c b/hw/scsi-bus.c
index f2af6cd..55
Creating streamOptimized subformat. Added subformat option
'streamOptimized', to create a image with compression enabled and each
cluster with a GrainMarker.
Signed-off-by: Fam Zheng
---
block/vmdk.c | 18 --
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/block
On 3 August 2011 09:49, Paolo Bonzini wrote:
> @@ -157,8 +172,22 @@ SCSIRequest *scsi_req_new(SCSIDevice *d, uint32_t tag,
> uint32_t lun,
> uint8_t *buf, void *hba_private)
> {
> SCSIRequest *req;
> - req = d->info->alloc_req(d, tag, lun, hba_private);
> - me
Added flags field for compressed/streamOptimized extents, open and save
image configuration.
Signed-off-by: Fam Zheng
---
block/vmdk.c | 16
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/block/vmdk.c b/block/vmdk.c
index 466d0c2..cc8b888 100644
--- a/block/vm
Enable the createType 'twoGbMaxExtentFlat'. The supporting code is
already in.
Signed-off-by: Fam Zheng
---
block/vmdk.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/block/vmdk.c b/block/vmdk.c
index 37478d2..e22a893 100644
--- a/block/vmdk.c
+++ b/block/vmdk.c
@@
Add twoGbMaxExtentSparse support. Introduce vmdk_free_last_extent.
Signed-off-by: Fam Zheng
---
block/vmdk.c | 133 --
1 files changed, 83 insertions(+), 50 deletions(-)
diff --git a/block/vmdk.c b/block/vmdk.c
index e22a893..ab15840 1006
Here's a first look at adding the dbri audio device for sparc32.
For now, this is only usable with the SS-20 OBP rom, but I'm
looking at adding the slot probing to OpenBIOS to make it work
there. It also needs to be adapted to the new memory api. If
a bus for sbus was created, it should become po
Haiku provides a specially formed vmdk image, which let qemu abort. It a
combination of sparse header and flat data (i.e. with not l1/l2 table at
all). The fix is turn to descriptor when sparse header is zero in field
'capacity'.
Signed-off-by: Fam Zheng
---
block/vmdk.c | 15 +++
Factor out read/write extent code, since there will be more things to
take care of once reading/writing compressed clusters is introduced.
Signed-off-by: Fam Zheng
---
block/vmdk.c | 54 +-
1 files changed, 45 insertions(+), 9 deletions(-)
d
On 08/12/2011 03:49 PM, Anthony Liguori wrote:
Applied all. Thanks.
It fuzzed a bit, it seems pretty trivial to me but wouldn't hurt to
double check. I tested SCSI quite a bit afterwards too.
Thanks.
Sorry Markus, you'll have a bit of conflict resolution to do. I can
help if you want.
On 08/12/2011 05:16 PM, Anthony Liguori wrote:
Because of the change we made for 0.15, this is no longer strictly
needed. It only matters if we add a subsection to a structure, right?
Yes. We can also check the current migration format in the "needed"
function for such subsections, if necess
The vSphere 4 exported image is streamOptimized extent, which is not
quite correctly handled. Ignore rdgOffset when RGD flag bit not set.
Signed-off-by: Fam Zheng
---
block/vmdk.c |9 +++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/block/vmdk.c b/block/vmdk.c
index a
Add support for reading/writing compressed extent.
Signed-off-by: Fam Zheng
---
block/vmdk.c | 113 +++--
1 files changed, 101 insertions(+), 12 deletions(-)
diff --git a/block/vmdk.c b/block/vmdk.c
index cc8b888..c153d3d 100644
--- a/block/v
This patch is based of off version 7 of Stefan Berger's patch series
"Qemu Trusted Platform Module (TPM) integration"
and adds a new backend driver for it.
This patch adds a passthrough backend driver for passing commands sent to the
emulated TPM device directly to a TPM device opened on the hos
Changes:
02/06: Free extents on fail in vmdk_open.
Added:
07/08: VMDK: bugfix, open Haiku vmdk image
08/08: VMDK: bugfix, opening vSphere 4 exported image
Fam Zheng (8):
VMDK: enable twoGbMaxExtentFlat
VMDK: add twoGbMaxExtentSparse support
VMDK: separate vmdk_read_extent/vm
On 08/12/2011 10:11 AM, Anthony Liguori wrote:
On 08/12/2011 04:59 AM, Paolo Bonzini wrote:
With the current migration format, VMS_STRUCTs with subsections
are ambiguous. The protocol cannot tell whether a 0x5 byte after
the VMS_STRUCT is a subsection or part of the parent data stream.
In the pa
Hi,
the SHA1_HashBuf function you are using originates from a non-public
internal API which gets packaged on Fedora but is not available at least
on Debian (Squeeze) and Gentoo.
Could you please use HASH_HashBuf(HASH_AlgSHA1,...) which is available
on more platforms?
The attached patch would do th
On 08/12/2011 04:59 AM, Paolo Bonzini wrote:
With the current migration format, VMS_STRUCTs with subsections
are ambiguous. The protocol cannot tell whether a 0x5 byte after
the VMS_STRUCT is a subsection or part of the parent data stream.
In the past QEMU assumed it was always a part of a subse
On 08/12/2011 09:07 AM, Anthony Liguori wrote:
On 08/11/2011 03:38 PM, Michael Roth wrote:
This patch tries to cull any uneeded library dependencies from the guest
agent to improve portability across various distros. We do so by being
as explicit as possible about in-tree dependencies rather tha
On Fri, Aug 12, 2011 at 08:03:55AM -0500, Anthony Liguori wrote:
> On 08/10/2011 11:38 AM, Gerd Hoffmann wrote:
> > Hi,
> >
> >This pull brings the latest seabios bits to master, featuring AHCI
> >support with all bells and whistles. So you can finally boot from your
> >AHCI disk, and bootorder
Hi,
the null driver backend generates a warning for me on gcc-4.4.5:
cc1: warnings being treated as errors
/home/aniederl/work/actvsm/qemu/hw/tpm_null.c: In function ‘tpm_null_main_loop’:
/home/aniederl/work/actvsm/qemu/hw/tpm_null.c:107: error: ‘in’ may be used
uninitialized in this function
mak
Hi,
compiling SeaBios with your patch produces the following error for me
with gcc-4.4.5:
src/tpm_drivers.c: In function ‘tis_init’:
src/tpm_drivers.c:43: error: ‘tpm_drivers’ undeclared (first use in this
function)
The attached patch should fix this.
Regards,
Andreas
commit 065be9bee0a0f13cdc
Le vendredi 12 août 2011 à 09:55 +0800, Jason Wang a écrit :
>+ rxq = skb_get_rxhash(skb);
>+ if (rxq) {
>+ tfile = rcu_dereference(tun->tfiles[rxq % numqueues]);
>+ if (tfile)
>+ goto out;
>+ }
You can avoid an expensive divide
On 08/11/2011 03:38 PM, Michael Roth wrote:
This patch tries to cull any uneeded library dependencies from the guest
agent to improve portability across various distros. We do so by being
as explicit as possible about in-tree dependencies rather than relying
on existing *-obj-y targets, and by ma
On 08/11/2011 07:25 AM, Hans de Goede wrote:
Make qemu_chr_event public so that it can be used by chardev code
which lives outside of qemu-char.c
Normally, qemu_chr_generic_open() would be used to do this. Of course,
there is no generic_close().
Are you sure you don't need the BH indirectio
On 08/11/2011 07:25 AM, Hans de Goede wrote:
To let the chardev now we're ready start receiving data. This is necessary
with the spicevmc chardev to get it registered with the spice-server.
Signed-off-by: Hans de Goede
---
usb-redir.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(
On 08/03/2011 03:49 AM, Paolo Bonzini wrote:
This is a pretty important step in the modernization and improvement
of the SCSI backends, and a prerequisite for pretty much everything
that is on the table: migration, addressing, improved CD-ROM support,
hotplug.
Applied all. Thanks.
It fuzzed a
On 08/08/2011 11:58 AM, Avi Kivity wrote:
ROM/device regions act as mapped RAM for reads, can I/O memory for
writes. This allow emulation of flash devices.
Signed-off-by: Avi Kivity
---
memory.c | 46 --
memory.h | 34 ++
On 08/08/2011 11:58 AM, Avi Kivity wrote:
The following patches fix a resource leak, add a ROM/device API (for flash
devices which act like memory when read, and as an mmio device when written),
and correct typos in the documentation.
Applied all. Thanks.
Regards,
Anthony Liguori
Avi Kivi
On 08/06/2011 03:47 PM, Stefan Weil wrote:
guest_agent is not supported for mingw32, so the default value
should be 'no', not 'yes'.
This removes the dependencies to glib-2.0 and python which
makes native and cross builds for w32 much easier (no need
to get and install these extra packages).
It
On 08/08/2011 02:31 PM, Anthony Liguori wrote:
We've always listened on port 501 for vgabios panic messages. In the entire
time I've worked on QEMU, I've never actually seen a vgabios panic message :-)
If we change the semantics of this port a little bit, it makes it possible to
use it for more
On 08/10/2011 05:04 AM, Jiri Denemark wrote:
This patch fixes build when any of the include paths from QEMU_CFLAGS
contains a header file with similar name to a header file in qemu
sources. I hit it with error.h included by qapi/qapi-types-core.h. GCC
decided to use /usr/include/alsa/error.h inst
On 08/10/2011 01:10 PM, Michael Roth wrote:
Fixes a build issue on RHEL5, and potentially other distros, where gcc
will generate an error due to us not writing a trailing "\n" when
generating *qmp-commands.h
Signed-off-by: Michael Roth
Applied to master. Thanks.
Regards,
Anthony Liguori
-
On Fri, Aug 12, 2011 at 06:50:57AM +0100, Stefan Hajnoczi wrote:
> I do see the drawbacks of leaving accounting in block.c on every
> request. For example, we'll fetch the timestamp for internal requests
> as well as external requests from hardware emulation. Due to memory
> mapping and bounce bu
Hello,
I've had this problem recently and your patch does fix the issue, thanks!
Regards,
Elie
On 08/10/2011 01:41 PM, Sebastian Bauer wrote:
When using gdb to single step a ppc interrupt routine, the execution flow passes
the rfi instruction without actually returning from the interrupt. The
On 08/08/2011 06:37 AM, Avi Kivity wrote:
In certain circumstances, posix-aio-compat can incur a lot of latency:
- threads are created by vcpu threads, so if vcpu affinity is set,
aio threads inherit vcpu affinity. This can cause many aio threads
to compete for one cpu.
- we can crea
On 8 August 2011 18:07, Avi Kivity wrote:
> This tells the sysbus code it need not use IO_MEM_UNASSIGNED.
>
> Signed-off-by: Avi Kivity
> ---
> hw/arm11mpcore.c | 7 ++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/hw/arm11mpcore.c b/hw/arm11mpcore.c
> index b47707f
On 08/11/2011 11:15 AM, Aneesh Kumar K.V wrote:
On Mon, 8 Aug 2011 22:33:48 +0530, "Aneesh Kumar
K.V" wrote:
Full patchset is available at
git://repo.or.cz/qemu/v9fs.git for-upstream-1
-aneesh
Pulled. Thanks.
Regards,
Anthony Liguori
Here is the updated pull request. I folded few pa
On 08/11/2011 02:13 AM, Gerd Hoffmann wrote:
Hi,
Here comes the spice patch queue with two little fixes queued up and and
extension of the "info spice" monitor command which reports the spice
version too now.
Pulled. Thanks.
Regards,
Anthony Liguori
please pull,
Gerd
The following
On 08/11/2011 02:03 AM, Gerd Hoffmann wrote:
Hi,
More usb and hid bits. Fixes a usb tablet regression with windows xp.
milkymist goes use the new, splitted hid code directly instead of
(ab-)using the usb-kbd device, which in turn allows to kill the
usb_hid_datain_cb callback as no users are
On 08/10/2011 11:38 AM, Gerd Hoffmann wrote:
Hi,
This pull brings the latest seabios bits to master, featuring AHCI
support with all bells and whistles. So you can finally boot from your
AHCI disk, and bootorder works too!
The pci device handling got a major update too. Most visible is the
The following changes since commit 8cc7c3952d4d0a681d8d4c3ac89a206a5bfd7f00:
etrax-ser: printf -> qemu_log. (2011-08-11 12:02:30 +0200)
are available in the git repository at:
ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches
Paolo Bonzini (1):
fix QLIST usage for RAM list
Pe
From: Paolo Bonzini
Spotted while reviewing the migration thread patches.
Signed-off-by: Paolo Bonzini
Signed-off-by: Stefan Hajnoczi
---
cpu-all.h |2 +-
exec.c|2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpu-all.h b/cpu-all.h
index fa0205c..f5c82cd 10064
This makes the sheepdog block driver support bdrv_co_readv/writev
instead of bdrv_aio_readv/writev.
With this patch, Sheepdog network I/O becomes fully asynchronous. The
block driver yields back when send/recv returns EAGAIN, and is resumed
when the sheepdog network connection is ready for the op
From: Peter Maydell
If an attempt to create a qdev device on the default sysbus (by passing
NULL as the bus to qdev_create) fails, print a useful error message
rather than crashing trying to dereference a NULL pointer.
Signed-off-by: Peter Maydell
Reviewed-by: Markus Armbruster
Signed-off-by:
From: Zhi Yong Wu
Signed-off-by: Zhi Yong Wu
Reviewed-by: Markus Armbruster
Signed-off-by: Stefan Hajnoczi
---
hw/scsi-bus.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/scsi-bus.c b/hw/scsi-bus.c
index 0b0344c..d1ef559 100644
--- a/hw/scsi-bus.c
+++ b/hw/scsi-
On Fri, Aug 12, 2011 at 01:18:14PM +0200, Paolo Bonzini wrote:
> Spotted while reviewing the migration thread patches.
>
> Signed-off-by: Paolo Bonzini
> ---
> cpu-all.h |2 +-
> exec.c|2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Thanks, applied to the trivial patches t
Spotted while reviewing the migration thread patches.
Signed-off-by: Paolo Bonzini
---
cpu-all.h |2 +-
exec.c|2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpu-all.h b/cpu-all.h
index fa0205c..f5c82cd 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -488,7 +488,7 @@
Sample user land program for testing the post copy chardevice.
===
/*
* sample user land for post copy vmem
*
* Copyright (c) 2011,
* National Institute of Advanced Industrial Science and Technology
*
* https://sites.goo
Here is the what I have right now for post copy chardevice.
The sample user land will follow.
It would give you more concrete idea and help further discussion, I hope.
This is just for discussion, so it's incomplete.
I'm open to other ideas and quite happy to throw away this patch and
go for bette
>> Hello.
>>
>>> + case 13: /*QUOSi*/
>>> + tcg_gen_div_i32(cpu_R[RRR_R], cpu_R[RRR_S], cpu_R[RRR_T]);
>>> + break;
>>
>> I'm currently developing test suite for xtensa port and found that
>> with this implementation of QUOS (signed 32-bit division) guest th
On 12 August 2011 10:44, Max Filippov wrote:
> Hello.
>
>> + case 13: /*QUOSi*/
>> + tcg_gen_div_i32(cpu_R[RRR_R], cpu_R[RRR_S], cpu_R[RRR_T]);
>> + break;
>
> I'm currently developing test suite for xtensa port and found that
> with this implementation of
Am 11.08.2011 18:28, schrieb Corey Bryant:
>
>
> On 07/26/2011 08:51 AM, Corey Bryant wrote:
>
> > +static int raw_open_fd(BlockDriverState *bs, const char *filename,
> int flags)
> > +{
> > +BDRVRawState *s = bs->opaque;
> > +const char *fd_str;
> > +int fd;
> > +
> > +/
This reverts the additional check in commit eb60260d (but not the
assertions).
The new format does not require the check, and with the old format
it traded one kind of bogus failure for a different kind of silent
failure.
Signed-off-by: Paolo Bonzini
---
savevm.c |4
1 files changed, 0
With the current migration format, VMS_STRUCTs with subsections
are ambiguous. The protocol cannot tell whether a 0x5 byte after
the VMS_STRUCT is a subsection or part of the parent data stream.
In the past QEMU assumed it was always a part of a subsection; after
commit eb60260 (savevm: fix corrup
We need to provide a new migration format, and not break migration
in old machine models. So add a migration_format field to QEMUMachine.
This adds a dependency on ram_addr_t to savevm.c (through hw/boards.h),
whose type definition depends on the word size. So move savevm.o to
libhw.
Signed-off
The new pc-1.0 machine will have a different migration format, so
define the compatibility one right now. Alias it to pc-0.14, since
they are the same.
Signed-off-by: Paolo Bonzini
---
hw/pc_piix.c | 11 ++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/hw/pc_piix.c
With the current migration format, VMS_STRUCTs with subsections
are ambiguous. The protocol cannot tell whether a 0x5 byte after
the VMS_STRUCT is a subsection or part of the parent data stream.
In the past QEMU assumed it was always a part of a subsection; after
commit eb60260 (savevm: fix corrup
Hello.
> + case 13: /*QUOSi*/
> + tcg_gen_div_i32(cpu_R[RRR_R], cpu_R[RRR_S], cpu_R[RRR_T]);
> + break;
I'm currently developing test suite for xtensa port and found that
with this implementation of QUOS (signed 32-bit division) guest that
divide 0x800
On Fri, Aug 12, 2011 at 4:42 PM, Stefan Hajnoczi wrote:
> On Fri, Aug 12, 2011 at 9:10 AM, Zhi Yong Wu wrote:
>> On Tue, Aug 9, 2011 at 8:49 PM, Stefan Hajnoczi wrote:
>>> On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu
>>> wrote:
+/* The APIs for block request queue on qemu block layer.
On Fri, 2011-08-12 at 09:55 +0800, Jason Wang wrote:
> From: Krishna Kumar
>
> Implement mq virtio-net driver.
>
> Though struct virtio_net_config changes, it works with the old
> qemu since the last element is not accessed unless qemu sets
> VIRTIO_NET_F_MULTIQUEUE.
>
> Signed-off-by: Krishna
Hi,
Greetings of the Day!
We have launched our SEO packages on discounted prices. Avail the benefit of
our discounted packages to boost up your business.
We are a fast growing company based in India with primary focus on Website
Designing, Web Development (ASP.Net, Java, Perl and PHP de
On Fri, Aug 12, 2011 at 9:10 AM, Zhi Yong Wu wrote:
> On Tue, Aug 9, 2011 at 8:49 PM, Stefan Hajnoczi wrote:
>> On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu wrote:
>>> +/* The APIs for block request queue on qemu block layer.
>>> + */
>>> +
>>> +static void qemu_block_queue_cancel(BlockDriverAIOC
On Tue, Aug 9, 2011 at 8:49 PM, Stefan Hajnoczi wrote:
> On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu wrote:
>> +/* The APIs for block request queue on qemu block layer.
>> + */
>> +
>> +static void qemu_block_queue_cancel(BlockDriverAIOCB *acb)
>> +{
>> + qemu_aio_release(acb);
>> +}
>> +
>> +
Am 11.08.2011 23:27, schrieb Scott Wood:
> commit 52b8eb60132b27ad53476490e9d7579003390cfa added a mutex,
> but never initialized it. This caused a segfault.
>
> Reported-by: Alexander Graf
> Signed-off-by: Scott Wood
Thanks, applied to the block branch.
Kevin
On 08/12/11 09:00, Michael Tokarev wrote:
11.08.2011 11:13, Gerd Hoffmann wrote:
Hi,
Here comes the spice patch queue with two little fixes queued up and and
extension of the "info spice" monitor command which reports the spice
version too now.
Should the two fixes go to stable?
No, it f
On 08/12/11 09:02, Michael Tokarev wrote:
11.08.2011 11:03, Gerd Hoffmann wrote:
Hi,
More usb and hid bits. Fixes a usb tablet regression with windows xp.
milkymist goes use the new, splitted hid code directly instead of
(ab-)using the usb-kbd device, which in turn allows to kill the
usb_hi
11.08.2011 11:03, Gerd Hoffmann wrote:
> Hi,
>
> More usb and hid bits. Fixes a usb tablet regression with windows xp.
> milkymist goes use the new, splitted hid code directly instead of
> (ab-)using the usb-kbd device, which in turn allows to kill the
> usb_hid_datain_cb callback as no users a
11.08.2011 11:13, Gerd Hoffmann wrote:
> Hi,
>
> Here comes the spice patch queue with two little fixes queued up and and
> extension of the "info spice" monitor command which reports the spice
> version too now.
Should the two fixes go to stable?
/mjt
91 matches
Mail list logo