On Tue, Aug 09, 2011 at 09:54:22AM +0300, Avi Kivity wrote:
> The conversion passed the wrong opaque pointer, causing a crash on first use.
> Pass the correct opaque.
I've applied this, thanks.
>
> Signed-off-by: Avi Kivity
> ---
> hw/lance.c |2 +-
> 1 files changed, 1 insertions(+), 1 d
Am 09.08.2011 06:32, schrieb andrzej zaborowski:
> On 4 August 2011 10:02, Kevin Wolf wrote:
>> Am 03.08.2011 22:20, schrieb andrzej zaborowski:
>>> On 3 August 2011 20:24, Markus Armbruster wrote:
andrzej zaborowski writes:
> On 3 August 2011 18:38, Markus Armbruster wrote:
>> and
On 9 August 2011 07:34, Avi Kivity wrote:
> Also, my patchset focuses on mechanical transformations. It is already
> risky enough in terms of regressions, I'm not going to rewrite/improve all
> of qemu; if you want those callbacks removed, you will have to remove them
> yourself.
Sure. Can I ask
On 08/09/2011 10:37 AM, Peter Maydell wrote:
On 9 August 2011 07:34, Avi Kivity wrote:
> Also, my patchset focuses on mechanical transformations. It is already
> risky enough in terms of regressions, I'm not going to rewrite/improve all
> of qemu; if you want those callbacks removed, you wil
These patches mostly cleanup some AIO code using coroutines.
Mostly they use stack instead of allocated AIO structure.
Feel free to collapse it too short.
Frediano Ziglio (15):
qcow: allocate QCowAIOCB structure using stack
qcow: QCowAIOCB field cleanup
qcow: move some blocks of code to avoi
remove unused field from this structure and put some of them in
qcow_aio_read_cb and qcow_aio_write_cb
Signed-off-by: Frediano Ziglio
---
block/qcow.c | 137 +++--
1 files changed, 65 insertions(+), 72 deletions(-)
diff --git a/block/qcow.c
Signed-off-by: Frediano Ziglio
---
block/qcow.c | 53 ++---
1 files changed, 26 insertions(+), 27 deletions(-)
diff --git a/block/qcow.c b/block/qcow.c
index f0b1599..e17f9c5 100644
--- a/block/qcow.c
+++ b/block/qcow.c
@@ -520,35 +520,18 @@ sta
instead of calling qemi_aio_get use stack
Signed-off-by: Frediano Ziglio
---
block/qcow.c | 52
block/qcow2.c | 38 +++---
2 files changed, 27 insertions(+), 63 deletions(-)
diff --git a/block/qcow.c b/blo
Signed-off-by: Frediano Ziglio
---
block/qcow2-refcount.c | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/block/qcow2-refcount.c b/block/qcow2-refcount.c
index 0e31868..318d66d 100644
--- a/block/qcow2-refcount.c
+++ b/block/qcow2-refcount.c
@@ -681,14 +681,13
Signed-off-by: Frediano Ziglio
---
block/qcow2.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/block/qcow2.c b/block/qcow2.c
index 6073568..aed8da7 100644
--- a/block/qcow2.c
+++ b/block/qcow2.c
@@ -492,6 +492,7 @@ fail:
qemu_co_mutex_unlock(&s->lock);
qem
Signed-off-by: Frediano Ziglio
---
block/qcow2-refcount.c |5 +
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/block/qcow2-refcount.c b/block/qcow2-refcount.c
index 14b2f67..0e31868 100644
--- a/block/qcow2-refcount.c
+++ b/block/qcow2-refcount.c
@@ -140,10 +140,7 @@ stat
On 8 August 2011 18:06, Avi Kivity wrote:
> diff --git a/hw/tusb6010.h b/hw/tusb6010.h
> new file mode 100644
> index 000..6faa94d
> --- /dev/null
> +++ b/hw/tusb6010.h
> @@ -0,0 +1,10 @@
> +#ifndef TUSB6010_H
> +#define TUSB6010_H
> +
> +typedef struct TUSBState TUSBState;
> +TUSBState *tusb6
prepare to remove read/write callbacks
Signed-off-by: Frediano Ziglio
---
block/qcow2.c | 272 -
1 files changed, 135 insertions(+), 137 deletions(-)
diff --git a/block/qcow2.c b/block/qcow2.c
index c7445cc..dfb969e 100644
--- a/block/qco
On 9 August 2011 08:41, Avi Kivity wrote:
> On 08/09/2011 10:37 AM, Peter Maydell wrote:
>>
>> On 9 August 2011 07:34, Avi Kivity wrote:
>> > Also, my patchset focuses on mechanical transformations. It is already
>> > risky enough in terms of regressions, I'm not going to rewrite/improve
>> >
Signed-off-by: Frediano Ziglio
---
block/qcow2.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/block/qcow2.c b/block/qcow2.c
index 446946e..c7445cc 100644
--- a/block/qcow2.c
+++ b/block/qcow2.c
@@ -373,7 +373,7 @@ int qcow2_backing_read1(BlockDriverState *bs, Q
Signed-off-by: Frediano Ziglio
---
block/qcow2.c | 10 +++---
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/block/qcow2.c b/block/qcow2.c
index edc068e..5c454bb 100644
--- a/block/qcow2.c
+++ b/block/qcow2.c
@@ -381,11 +381,8 @@ typedef struct QCowAIOCB {
uint64_t byt
Signed-off-by: Frediano Ziglio
---
block/qcow2.c | 98 +
1 files changed, 43 insertions(+), 55 deletions(-)
diff --git a/block/qcow2.c b/block/qcow2.c
index 5c454bb..0cf4465 100644
--- a/block/qcow2.c
+++ b/block/qcow2.c
@@ -377,7 +377,6
Signed-off-by: Frediano Ziglio
---
block/qcow2.c | 15 ---
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/block/qcow2.c b/block/qcow2.c
index 0cf4465..adf31ce 100644
--- a/block/qcow2.c
+++ b/block/qcow2.c
@@ -381,7 +381,6 @@ typedef struct QCowAIOCB {
uint64_t
Signed-off-by: Frediano Ziglio
---
block/qcow2.c | 22 +++---
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/block/qcow2.c b/block/qcow2.c
index adf31ce..446946e 100644
--- a/block/qcow2.c
+++ b/block/qcow2.c
@@ -378,7 +378,6 @@ typedef struct QCowAIOCB {
Signed-off-by: Frediano Ziglio
---
block/qcow.c | 63 --
1 files changed, 0 insertions(+), 63 deletions(-)
diff --git a/block/qcow.c b/block/qcow.c
index 00f339f..0989799 100644
--- a/block/qcow.c
+++ b/block/qcow.c
@@ -190,24 +190,6 @@
Signed-off-by: Frediano Ziglio
---
block/qcow2.c | 207 ++---
1 files changed, 80 insertions(+), 127 deletions(-)
diff --git a/block/qcow2.c b/block/qcow2.c
index dfb969e..6073568 100644
--- a/block/qcow2.c
+++ b/block/qcow2.c
@@ -372,83 +372
Signed-off-by: Frediano Ziglio
---
block/qcow.c | 291 -
1 files changed, 123 insertions(+), 168 deletions(-)
diff --git a/block/qcow.c b/block/qcow.c
index e17f9c5..00f339f 100644
--- a/block/qcow.c
+++ b/block/qcow.c
@@ -486,223 +486,17
On 08/09/2011 11:07 AM, Peter Maydell wrote:
On 9 August 2011 08:41, Avi Kivity wrote:
> On 08/09/2011 10:37 AM, Peter Maydell wrote:
>>
>> On 9 August 2011 07:34, Avi Kivitywrote:
>> >Also, my patchset focuses on mechanical transformations. It is already
>> >risky enough in ter
On Tue, Aug 09, 2011 at 12:17:50PM +0800, Zhi Yong Wu wrote:
> The patch introduce one block queue for QEMU block layer.
>
> Signed-off-by: Zhi Yong Wu
> ---
> block/blk-queue.c | 141
> +
> block/blk-queue.h | 73 ++
On Tue, Aug 9, 2011 at 4:46 PM, Ram Pai wrote:
> On Tue, Aug 09, 2011 at 12:17:50PM +0800, Zhi Yong Wu wrote:
>> The patch introduce one block queue for QEMU block layer.
>>
>> Signed-off-by: Zhi Yong Wu
>> ---
>> block/blk-queue.c | 141
>> +
On 08/09/2011 11:44 AM, Avi Kivity wrote:
...isn't this just throwing away the warnings on bad-width accesses?
It is; will fix.
Reading the original code, it seems broken:
uint32_t omap_badwidth_read32(void *opaque, target_phys_addr_t addr)
{
uint32_t ret;
OMAP_32B_REG(addr);
c
On Tue, Aug 09, 2011 at 12:17:51PM +0800, Zhi Yong Wu wrote:
> 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 in guest, if its option bs is set
Avoid #include hell.
Signed-off-by: Avi Kivity
---
v1.1: add copyright/license blurb
hw/devices.h |7 ---
hw/nseries.c |1 +
hw/tusb6010.c |2 +-
hw/tusb6010.h | 25 +
4 files changed, 27 insertions(+), 8 deletions(-)
create mode 100644 hw/tusb6010.
Somewhat clumsy since it needs a variable sized region.
Signed-off-by: Avi Kivity
---
v1.1: set access size validity for omap gpmc region to allow only 32-bit
accesses
hw/omap.h |3 ++-
hw/omap_gpmc.c | 56
hw/tusb6010.c
On Tue, Aug 9, 2011 at 4:57 PM, Ram Pai wrote:
> On Tue, Aug 09, 2011 at 12:17:51PM +0800, Zhi Yong Wu wrote:
>> 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 "d
On 08/08/2011 10:16 PM, Anthony Liguori wrote:
Hi,
On behalf of the entire QEMU team, I'm please to announce the release
of QEMU 0.15.0. This is the first release of the 0.15 branch and is
intended for production usage.
The 0.15.0 release is the product of almost 150 contributors with
1,80
Hi
Please send in any agenda items you are interested in covering.
Later, Juan.
PD. I was on vacation, and I forget to send the call for agenda
before. Sorry.
On 9 August 2011 10:02, Avi Kivity wrote:
> +static const MemoryRegionOps omap_gpmc_ops = {
> + .read = omap_gpmc_read,
> + .write = omap_gpmc_write,
> + .endianness = DEVICE_NATIVE_ENDIAN,
> + .valid = {
> + .min_access_size = 4,
> + .max_access_size = 4,
> + },
> };
On 08/09/2011 12:23 PM, Peter Maydell wrote:
On 9 August 2011 10:02, Avi Kivity wrote:
> +static const MemoryRegionOps omap_gpmc_ops = {
> +.read = omap_gpmc_read,
> +.write = omap_gpmc_write,
> +.endianness = DEVICE_NATIVE_ENDIAN,
> +.valid = {
> +.min_access_size
On 9 August 2011 10:26, Avi Kivity wrote:
> On 08/09/2011 12:23 PM, Peter Maydell wrote:
>>
>> On 9 August 2011 10:02, Avi Kivity wrote:
>> > +static const MemoryRegionOps omap_gpmc_ops = {
>> > + .read = omap_gpmc_read,
>> > + .write = omap_gpmc_write,
>> > + .endianness = DEVICE_NA
Kevin Wolf wrote:
Am 08.08.2011 09:02, schrieb Supriya Kannery:
On 08/05/2011 09:19 PM, Anthony Liguori wrote:
On 08/05/2011 10:43 AM, Kevin Wolf wrote:
Am 05.08.2011 17:24, schrieb Stefan Hajnoczi:
On Fri, Aug 5, 2011 at 3:28 PM, Christoph Hellwig wrote:
O
Am 09.08.2011 11:22, schrieb supriya kannery:
> Kevin Wolf wrote:
>> Am 08.08.2011 09:02, schrieb Supriya Kannery:
>>
>>> On 08/05/2011 09:19 PM, Anthony Liguori wrote:
>>>
On 08/05/2011 10:43 AM, Kevin Wolf wrote:
> Am 05.08.2011 17:24, schrieb Stefan Hajnoczi:
>
Kevin Wolf wrote:
Am 09.08.2011 11:22, schrieb supriya kannery:
Kevin Wolf wrote:
Am 08.08.2011 09:02, schrieb Supriya Kannery:
On 08/05/2011 09:19 PM, Anthony Liguori wrote:
On 08/05/2011 10:43 AM, Kevin Wolf wrote:
Am 05.08.2011 17:24, schr
On Mon, 8 Aug 2011, Avi Kivity wrote:
> fixes BAR sizing as well.
I'm fine with this version, thanks.
[..snip..]
--
mailto:av1...@comtv.ru
On Mon, 8 Aug 2011, Peter Maydell wrote:
> On 8 August 2011 13:56, Avi Kivity wrote:
> > QEMU deals with a lot of fixed width integer types; their names
> > (uint64_t etc) are clumsy to use and take up a lot of space.
> >
> > Following Linux, introduce shorter names, for example U64 for
> > uint6
On Mon, 8 Aug 2011, Avi Kivity wrote:
Fine with this too, thanks.
[..snip..]
--
mailto:av1...@comtv.ru
same as 8927cfbba232e28304734f7afd463c1b84134031, but for qxl_check_state, that
was
triggered by qxl_pre_load (which calls qxl_hard_reset, which calls
qxl_soft_reset),
and caused the migration target to crash.
---
hw/qxl.c |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
diff -
On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu wrote:
> Signed-off-by: Zhi Yong Wu
> ---
> Makefile.objs | 2 +-
> blockdev.c | 39 +++
> qemu-config.c | 24
> qemu-option.c | 17 +
> qemu-option.h |
On 08/09/2011 04:11 AM, Avi Kivity wrote:
On 08/08/2011 10:16 PM, Anthony Liguori wrote:
Hi,
On behalf of the entire QEMU team, I'm please to announce the release
of QEMU 0.15.0. This is the first release of the 0.15 branch and is
intended for production usage.
The 0.15.0 release is the produc
On Tue, Aug 9, 2011 at 11:35 AM, Kevin Wolf wrote:
> Am 09.08.2011 12:25, schrieb Stefan Hajnoczi:
>> On Mon, Aug 8, 2011 at 4:16 PM, Kevin Wolf wrote:
>>> Am 08.08.2011 16:49, schrieb Stefan Hajnoczi:
On Fri, Aug 5, 2011 at 10:48 AM, Kevin Wolf wrote:
> Am 05.08.2011 11:29, schrieb Ste
Hi,
I have recently started using Qemu.
I have a very specific requirement which has been discussed previously at
length. I want to capture the guest physical address trace of multithreaded
programs (x86_64 arch). After going through the archives, I have been able to
record the guest virtual
On 08/09/2011 04:21 AM, Juan Quintela wrote:
Hi
Please send in any agenda items you are interested in covering.
I think we can skip since many people will be in Vancouver next week and
we'll have plenty to talk about then.
Just a couple reminders, for KVM Forum speakers, please post your s
Acked-by: Arnon Gilboa
Yonit Halperin wrote:
same as 8927cfbba232e28304734f7afd463c1b84134031, but for qxl_check_state, that
was
triggered by qxl_pre_load (which calls qxl_hard_reset, which calls
qxl_soft_reset),
and caused the migration target to crash.
---
hw/qxl.c |8 +++-
1 files
Somewhat clumsy since it needs a variable sized region.
Signed-off-by: Avi Kivity
---
v1.2: drop v1.1 changes, instead forward invalid size accesses to original
omap_badwidth_*() functions
v1.1: set access size validity for omap gpmc region to allow only 32-bit
accesses
hw/omap.h
Kevin Wolf writes:
> Am 09.08.2011 13:56, schrieb Markus Armbruster:
>> bdrv_is_locked() is about the frontend's media lock. To make this more
>> obvious, my PATCH 29/55 replaces it by bdrv_dev_is_medium_locked(). It
>> does *not* query the backend's lock (which may not even exist!) set by
>> b
On 08/09/2011 12:41 PM, Peter Maydell wrote:
On 9 August 2011 10:26, Avi Kivity wrote:
> On 08/09/2011 12:23 PM, Peter Maydell wrote:
>>
>> On 9 August 2011 10:02, Avi Kivitywrote:
>> >+static const MemoryRegionOps omap_gpmc_ops = {
>> >+.read = omap_gpmc_read,
>> >+
On Tue, Aug 9, 2011 at 11:50 AM, Stefan Hajnoczi wrote:
> On Tue, Aug 9, 2011 at 11:35 AM, Kevin Wolf wrote:
>> Am 09.08.2011 12:25, schrieb Stefan Hajnoczi:
>>> On Mon, Aug 8, 2011 at 4:16 PM, Kevin Wolf wrote:
Am 08.08.2011 16:49, schrieb Stefan Hajnoczi:
> On Fri, Aug 5, 2011 at 10:4
On Thu, Aug 4, 2011 at 4:52 PM, rowa <816...@bugs.launchpad.net> wrote:
> Now it is possible to build qemu 0.15.0-rc1 with --disable-spice option
> on Ubuntu 10.10 „Maverick Meerkat“ .
>
> --
> You received this bug notification because you are a member of qemu-
> devel-ml, which is subscribed to Q
On 08/09/2011 03:48 PM, Michael S. Tsirkin wrote:
>
> But in some cases, we can't, and the it's a pain having to wrap
> MemoryRegion in another structure containing an opaque.
I guess, even though that wrapping structure would
use a proper type, not an opaque.
Yes, of course - that's what th
Am 09.08.2011 14:36, schrieb Markus Armbruster:
> Kevin Wolf writes:
>
>> Am 09.08.2011 13:56, schrieb Markus Armbruster:
>>> bdrv_is_locked() is about the frontend's media lock. To make this more
>>> obvious, my PATCH 29/55 replaces it by bdrv_dev_is_medium_locked(). It
>>> does *not* query th
Peter Maydell wrote:
> On 8 August 2011 13:56, Avi Kivity wrote:
>> QEMU deals with a lot of fixed width integer types; their names
>> (uint64_t etc) are clumsy to use and take up a lot of space.
>>
>> Following Linux, introduce shorter names, for example U64 for
>> uint64_t.
>
> Strongly disagre
On Tue, Aug 09, 2011 at 09:52:17AM +0300, Avi Kivity wrote:
> On 08/09/2011 09:55 AM, Bob Breuer wrote:
> >> static void lance_cleanup(VLANClientState *nc)
> >> @@ -117,13 +116,11 @@ static int lance_init(SysBusDevice *dev)
> >> SysBusPCNetState *d = FROM_SYSBUS(SysBusPCNetState, dev);
> >
On 08/07/11 19:29, Michael Walle wrote:
This USB patchset moves the VM state stuff from usb-hid.c to hid.c, so it
can be reused by other devices.
Nice.
There is one major drawback: i need to increase the vmstate version_id of
the usb-hid device. I don't know if you agree with this change.
Alt
On Tue, Aug 09, 2011 at 01:39:13PM +0200, Kevin Wolf wrote:
> Am 09.08.2011 12:56, schrieb Stefan Hajnoczi:
> > On Tue, Aug 9, 2011 at 11:50 AM, Stefan Hajnoczi wrote:
> >> On Tue, Aug 9, 2011 at 11:35 AM, Kevin Wolf wrote:
> >>> Am 09.08.2011 12:25, schrieb Stefan Hajnoczi:
> On Mon, Aug 8,
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);
> +}
> +
> +static AIOPool block_queue_pool = {
> + .aiocb_size = si
Hi,
This QDevifies the ETRAX Ethernet MAC. DMA Connections remain
adhoc..
Cheers
commit ad1a1afaa185de0ed668f9bc3fb4f3cb076b32a0
Author: Edgar E. Iglesias
Date: Tue Aug 9 13:24:04 2011 +0200
etrax: QDevify the Ethernet MAC.
Signed-off-by: Edgar E. Iglesias
diff --git a/hw/cris
On 08/04/2011 12:34 PM, Elie Richa wrote:
bump.
Anybody have opinions on this?
I can provide a more thorough explanation of the problem if needed. I
wrote the test case in Ada for an MPC8641D processor (2 e600 cores) on
a board that is not yet submitted to the list, therefore I cannot
provide
ioport_write's val was changed from uint32_t to uint64_t, this
broke two printfs. Use PRId64 instead of %d.
Signed-off-by: Alon Levy
---
hw/qxl.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/hw/qxl.c b/hw/qxl.c
index db7ae7a..2335e4b 100644
--- a/hw/qxl.c
+++ b/hw
On 08/09/2011 03:42 PM, Michael S. Tsirkin wrote:
On Tue, Aug 09, 2011 at 09:52:17AM +0300, Avi Kivity wrote:
> On 08/09/2011 09:55 AM, Bob Breuer wrote:
> >>static void lance_cleanup(VLANClientState *nc)
> >> @@ -117,13 +116,11 @@ static int lance_init(SysBusDevice *dev)
> >>Sy
Kevin Wolf writes:
> Am 09.08.2011 06:32, schrieb andrzej zaborowski:
>> On 4 August 2011 10:02, Kevin Wolf wrote:
>>> Am 03.08.2011 22:20, schrieb andrzej zaborowski:
On 3 August 2011 20:24, Markus Armbruster wrote:
> andrzej zaborowski writes:
>> On 3 August 2011 18:38, Markus A
Am 09.08.2011 12:56, schrieb Stefan Hajnoczi:
> On Tue, Aug 9, 2011 at 11:50 AM, Stefan Hajnoczi wrote:
>> On Tue, Aug 9, 2011 at 11:35 AM, Kevin Wolf wrote:
>>> Am 09.08.2011 12:25, schrieb Stefan Hajnoczi:
On Mon, Aug 8, 2011 at 4:16 PM, Kevin Wolf wrote:
> Am 08.08.2011 16:49, schrie
On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu wrote:
> Makefile.objs | 2 +-
> block.c | 347
> +++--
> block.h | 6 +-
> block/blk-queue.c | 141 ++
> block/blk-queue.h | 73 +++
> block_
On Fri, Aug 5, 2011 at 17:53, Anthony Liguori wrote:
>
> You'll break some GCCs with -Wall -Werror with this. Please do:
>
> if ((val & E1000_CTRL_RST)) {
:(, I never heard of this. But OK, I will do that.
--
Anthony PERARD
On Tue, Aug 09, 2011 at 03:44:35PM +0300, Avi Kivity wrote:
> On 08/09/2011 03:42 PM, Michael S. Tsirkin wrote:
> >On Tue, Aug 09, 2011 at 09:52:17AM +0300, Avi Kivity wrote:
> >> On 08/09/2011 09:55 AM, Bob Breuer wrote:
> >> >>static void lance_cleanup(VLANClientState *nc)
> >> >> @@ -11
Am 09.08.2011 12:25, schrieb Stefan Hajnoczi:
> On Mon, Aug 8, 2011 at 4:16 PM, Kevin Wolf wrote:
>> Am 08.08.2011 16:49, schrieb Stefan Hajnoczi:
>>> On Fri, Aug 5, 2011 at 10:48 AM, Kevin Wolf wrote:
Am 05.08.2011 11:29, schrieb Stefan Hajnoczi:
> On Fri, Aug 5, 2011 at 10:07 AM, Kevin
Am 09.08.2011 13:56, schrieb Markus Armbruster:
> bdrv_is_locked() is about the frontend's media lock. To make this more
> obvious, my PATCH 29/55 replaces it by bdrv_dev_is_medium_locked(). It
> does *not* query the backend's lock (which may not even exist!) set by
> bdrv_set_locked().
This sou
Anthony Liguori wrote:
> On 08/09/2011 04:21 AM, Juan Quintela wrote:
>>
>> Hi
>>
>> Please send in any agenda items you are interested in covering.
>
> I think we can skip since many people will be in Vancouver next week
> and we'll have plenty to talk about then.
>
> Just a couple reminders, for
- This mail is in HTML. Some elements may be ommited in plain text. -
Leer archivo adjunto para más detalles de sus fondos muertos miembro de la
familia.
Saludos,
Yo soy el Sr. Frank Miller, el gerente de créditos del Sistema Nacional de
Salud Fiduciario en Holanda. Hay una cuenta que pertenece
On Mon, Aug 8, 2011 at 4:16 PM, Kevin Wolf wrote:
> Am 08.08.2011 16:49, schrieb Stefan Hajnoczi:
>> On Fri, Aug 5, 2011 at 10:48 AM, Kevin Wolf wrote:
>>> Am 05.08.2011 11:29, schrieb Stefan Hajnoczi:
On Fri, Aug 5, 2011 at 10:07 AM, Kevin Wolf wrote:
> Am 05.08.2011 10:40, schrieb Ste
Am 09.08.2011 14:00, schrieb Stefan Hajnoczi:
> On Tue, Aug 09, 2011 at 01:39:13PM +0200, Kevin Wolf wrote:
>> Am 09.08.2011 12:56, schrieb Stefan Hajnoczi:
>>> On Tue, Aug 9, 2011 at 11:50 AM, Stefan Hajnoczi wrote:
On Tue, Aug 9, 2011 at 11:35 AM, Kevin Wolf wrote:
> Am 09.08.2011 12:2
e suis le fils de l'ancien ministre de la Guinée (Mariame Sy Diallo) mais je
vis actuellement en Angleterre, j'ai trouvé votre adresse à la chambre de
commerce ici à Londres, j'ai besoin de votre aide pour investir au Maroc ou Algérie ou en Tunisie.
Si vous êtes intéressé à ma demandes'il vous p
Hi Stefan,
here is the file qapi-visit-core.txt:
http://pastebin.com/6sG5PdXQ
Robert
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/816370
Title:
compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1
On 08/09/2011 07:02 AM, rowa wrote:
Hi Stefan,
here is the file qapi-visit-core.txt:
http://pastebin.com/6sG5PdXQ
Robert
This seems to confirm ALSA's error.h is the culprit:
#
# 375 "./qemu-common.h" 2
#
# 18 "./qapi/qapi-types-core.h" 2
#
# 1 "/usr/include/alsa/error.h" 1
#
# 45 "/usr/inc
On 08/08/2011 11:46 PM, rowa wrote:
> This Bug is not fixed in QEMU 0.15.0
> :-(
>
Hi Rowa,
Take a look at Gerd Hoffmann's comment: it looks like Spice server 0.8.2
pulls in some ALSA includes that contain a error.h which ends up
clobbering the error.h that that particular C file is trying to p
On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu wrote:
> 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.
If an I/O request is larger than the limit itself then I think we
should let it th
On Tue, Aug 9, 2011 at 4:01 PM, Michael Roth <816...@bugs.launchpad.net> wrote:
> Take a look at Gerd Hoffmann's comment: it looks like Spice server 0.8.2
> pulls in some ALSA includes that contain a error.h which ends up
> clobbering the error.h that that particular C file is trying to pull in.
W
CCcoroutine-win32.o
coroutine-win32.c:36: error: thread-local storage not supported for this target
coroutine-win32.c:37: error: thread-local storage not supported for this target
make: *** [coroutine-win32.o] Error 1
Sebastian
On 08/09/2011 05:53 PM, Sebastian Herbszt wrote:
CC coroutine-win32.o
coroutine-win32.c:36: error: thread-local storage not supported for this
target
coroutine-win32.c:37: error: thread-local storage not supported for this
target
make: *** [coroutine-win32.o] Error 1
You need a newer GCC. Alte
On Tue, Aug 09, 2011 at 03:21:15PM +0300, Alon Levy wrote:
> ioport_write's val was changed from uint32_t to uint64_t, this
> broke two printfs. Use PRId64 instead of %d.
Nack, missed a 'd' on the second fix. And the subject has a typo.
>
> Signed-off-by: Alon Levy
> ---
> hw/qxl.c |5 +++-
We have support for -M pseries with TCG for a while now, but are missing
integration with KVM. While the KVM HV target which is predestined for -M
pseries is slightly more tricky to integrate and needs to evolve a bit still,
we can easily support it with PR KVM.
So this patch set adds support for
When running PR style KVM, we need to tell the kernel that we want
to run in PAPR mode now. This means that we need to pass some more
register information down and enable papr mode. We also need to align
the HTAB to htab_size boundary.
Using this patch, -M pseries works with kvm even on non-hv kvm
This patch updates the kvm kernel headers to the latest version.
Signed-off-by: Alexander Graf
---
linux-headers/asm-powerpc/kvm.h | 23 +++
linux-headers/asm-x86/kvm_para.h | 14 ++
linux-headers/linux/kvm.h| 25 +
linux-hea
One of the things we can't fake on PPC is the timer speed. So
we need to extract the frequency information from the host and
put it back into the guest device tree.
Luckily, we already have functions for that from the non-pseries
targets, so all we need to do is to connect the dots and the guest
s
Paolo Bonzini wrote:
On 08/09/2011 05:53 PM, Sebastian Herbszt wrote:
CC coroutine-win32.o
coroutine-win32.c:36: error: thread-local storage not supported for this
target
coroutine-win32.c:37: error: thread-local storage not supported for this
target
make: *** [coroutine-win32.o] Error 1
You n
Hi,
I installed the latest version of Qemu 0.15.0 today. Until now I was using
0.14.1. Now after installing this new version,
I am not able to boot into any guest OS that I had installed before. Also
while trying to load any ISO file or img file, I get
an output as:
:~/Qemu$ qemu -m 512 -hda fedor
On 9 August 2011 15:10, Anthony PERARD wrote:
> On Fri, Aug 5, 2011 at 17:53, Anthony Liguori wrote:
>>
>> You'll break some GCCs with -Wall -Werror with this. Please do:
>>
>> if ((val & E1000_CTRL_RST)) {
>
> :(, I never heard of this. But OK, I will do that.
Please don't unless Anthony L can
On Mon, Aug 8, 2011 at 9:29 AM, Stefan Hajnoczi wrote:
> On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V
> wrote:
>>
>>
>> LINK qemu-ga
>> coroutine-gthread.o: In function `coroutine_init':
>> /home/opensource/sources/qemu/qemu-upstream/coroutine-gthread.c:39:
>> undefined reference to `g_th
On Mon, Aug 08, 2011 at 10:54:47AM +0100, Peter Maydell wrote:
> Ping?
I've applied this, thanks.
Cheers
On Tue, 9 Aug 2011 17:28:17 +, Blue Swirl wrote:
> On Mon, Aug 8, 2011 at 9:29 AM, Stefan Hajnoczi wrote:
> > On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V
> > wrote:
> >>
> >>
> >> LINK qemu-ga
> >> coroutine-gthread.o: In function `coroutine_init':
> >> /home/opensource/sources/qemu/
These patches implement the setxattr, getxattr, and removexattr syscalls.
Since libattr uses indirect syscalls for these, the fix for the indirect
syscall handling on MIPS is needed for these to work.
An-Cheng Huang (3):
linux-user: Fix MIPS indirect syscall handling
linux-user: Verify MIPS sy
Change the number of argument for MIPS sys_syscall from 0 to 8. This
allows arguments for indirect syscalls to be processed correctly.
Signed-off-by: An-Cheng Huang
---
linux-user/main.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-user/main.c b/linux-user/main
On MIPS, some syscall arguments are taken from the stack. This patch adds
verification such that do_syscall() is only invoked if all arguments
have been successfully taken from the stack.
Signed-off-by: An-Cheng Huang
---
linux-user/main.c | 22 +-
1 files changed, 17 inser
This patch implements the setxattr, getxattr, and removexattr syscalls
if CONFIG_ATTR is enabled.
Note that since libattr uses indirect syscalls for these, this change
depends on the fix for indirect syscall handling on MIPS.
Signed-off-by: An-Cheng Huang
---
linux-user/syscall.c | 54 +++
On Tue, Aug 9, 2011 at 12:24 PM, Kevin Wolf wrote:
> Am 09.08.2011 14:00, schrieb Stefan Hajnoczi:
>> On Tue, Aug 09, 2011 at 01:39:13PM +0200, Kevin Wolf wrote:
>>> Am 09.08.2011 12:56, schrieb Stefan Hajnoczi:
On Tue, Aug 9, 2011 at 11:50 AM, Stefan Hajnoczi
wrote:
> On Tue, Aug
Hello,
I am a Google Summer of Code student working on getting PowerPC Mac OS
running on Qemu. While I am not finished I need to upstream what I currently
have before the end of Summer of Code. My patch is for OpenBIOS but I am
cross-posting to both Qemu and OpenBIOS mailing lists since it is usef
1 - 100 of 132 matches
Mail list logo