Am 18.06.2011 07:13, schrieb Roy Tam:
This patch fix conflicting types for 'INT32' in basetsd.h in including
qemu-common.h first.
Sign-off-by: Roy Tam
--
diff --git a/ui/vnc-enc-tight.c b/ui/vnc-enc-tight.c
index 87fdf35..1591df0 100644
--- a/ui/vnc-enc-tight.c
+++ b/ui/vnc-enc-tight.c
@@ -28,6
On Fri, Jun 17, 2011 at 1:31 PM, Marcelo Tosatti wrote:
> On Thu, Jun 16, 2011 at 04:30:18PM +0100, Stefan Hajnoczi wrote:
>> On Thu, Jun 16, 2011 at 11:52:43AM -0300, Marcelo Tosatti wrote:
>> This approach does not use the backing file feature?
>>
>> > blkstream block driver:
>> >
>> > - Maintai
On Sat, Jun 18, 2011 at 10:15 AM, Stefan Hajnoczi wrote:
> On Fri, Jun 17, 2011 at 1:31 PM, Marcelo Tosatti wrote:
>> On Thu, Jun 16, 2011 at 04:30:18PM +0100, Stefan Hajnoczi wrote:
>>> On Thu, Jun 16, 2011 at 11:52:43AM -0300, Marcelo Tosatti wrote:
>>> This approach does not use the backing fi
Am 18.06.2011 um 00:59 schrieb Alexander Graf:
On 17.06.2011, at 21:34, Andreas Färber wrote:
Am 17.06.2011 um 16:43 schrieb Alexander Graf:
From: Hervé Poussineau
On at least the PowerPC 601, a direct-store (T=1) with bus unit ID
0x07F
is special-cased as memory-forced I/O controller ac
On 18.06.2011, at 13:15, Andreas Färber wrote:
> Am 18.06.2011 um 00:59 schrieb Alexander Graf:
>
>> On 17.06.2011, at 21:34, Andreas Färber wrote:
>>
>>> Am 17.06.2011 um 16:43 schrieb Alexander Graf:
>>>
From: Hervé Poussineau
On at least the PowerPC 601, a direct-store (T=1
On Fri, 17 Jun 2011 23:38:16 -0300
Luiz Capitulino wrote:
> On Fri, 17 Jun 2011 15:19:56 -0500
> Michael Roth wrote:
>
> > On 06/16/2011 01:52 PM, Luiz Capitulino wrote:
> > > On Tue, 14 Jun 2011 15:06:23 -0500
> > > Michael Roth wrote:
> > >
> > >> This adds the initial set of QMP/QAPI comman
On Sat, Jun 4, 2011 at 1:41 AM, Fam Zheng wrote:
> +static int vmdk_open_vmdk4(BlockDriverState *bs, int flags)
> +{
> + uint32_t magic;
> + VMDK4Header header;
> + BDRVVmdkState *s = bs->opaque;
> + VmdkExtent *extent;
> +
> + s->extents = qemu_mallocz(sizeof(VmdkExtent));
> + s
On 06/17/2011 04:28 PM, Alexander Graf wrote:
>> > +struct kvm_book3e_206_tlb_params params = {};
> Hrm - I'm not familiar with that initialization. What exactly does it
> do? Set the struct contents to 0? Is this properly standardized?
Yes and yes.
r~
Am 12.06.2011 um 22:46 schrieb Stefan Hajnoczi:
From: Anthony Liguori
GLib is an extremely common library that has a portable thread
implementation
along with tons of other goodies.
GLib and GObject have a fantastic amount of infrastructure we can
leverage in
QEMU including an object or
On 18.06.2011, at 18:13, Richard Henderson wrote:
> On 06/17/2011 04:28 PM, Alexander Graf wrote:
+struct kvm_book3e_206_tlb_params params = {};
>> Hrm - I'm not familiar with that initialization. What exactly does it
>> do? Set the struct contents to 0? Is this properly standardized?
>
On Sat, Jun 4, 2011 at 1:42 AM, Fam Zheng wrote:
> Vmdk_open for mono flat image.
>
> Signed-off-by: Fam Zheng
> ---
> block/vmdk.c | 134
> +++---
> 1 files changed, 128 insertions(+), 6 deletions(-)
>
> diff --git a/block/vmdk.c b/block/vmd
On Sat, Jun 4, 2011 at 1:42 AM, Fam Zheng wrote:
> 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 1d74b62..bbab68a 100644
> --- a/block/vmdk.c
> +++ b/block/vmdk.c
> @@ -1086,
On Sat, Jun 4, 2011 at 1:42 AM, Fam Zheng wrote:
> Vmdk flush in extent array style.
>
>
> Signed-off-by: Fam Zheng
> ---
> block/vmdk.c | 9 -
> 1 files changed, 8 insertions(+), 1 deletions(-)
>
> diff --git a/block/vmdk.c b/block/vmdk.c
> index f1233cf..1d74b62 100644
> --- a/block
On Sat, Jun 4, 2011 at 1:43 AM, Fam Zheng wrote:
> + if (extent->flat) {
> + if (m_data) {
> + m_data->valid = 0;
> + }
Why copy-paste this...
> + *cluster_offset = 0;
> + return 0;
> + }
> if (m_data)
> m_data->va
On Sat, Jun 18, 2011 at 5:15 PM, Andreas Färber wrote:
> With both gcc 4.0.1 and 4.2.1, using CC="gcc -arch ppc64" CPPFLAGS="-arch
> ppc64" and supplying GNU gettext and GNU libiconv (since it chokes on the
> system iconv.h). No Google hit.
Strange, Fink seems to support it:
http://pdb.finkprojec
On Sat, Jun 4, 2011 at 1:44 AM, Fam Zheng wrote:
> + if (flat) {
The flat and !flat cases are too big, please split them out into functions.
> + const char desc_template[] =
> + "# Disk DescriptorFile\n"
> + "version=1\n"
> + "CID=%x\n"
> + "parentCID=ff
On Sat, Jun 4, 2011 at 1:44 AM, Fam Zheng wrote:
> The `qemu-img info` results for mono flat image are no longer
> accurate, as the "disk size" was the length of bs->file, which is not
> the case for multi file images (such as vmdk images with multiple
> files).
> The new field disk_size in BlockD
On Sat, Jun 4, 2011 at 1:39 AM, Fam Zheng wrote:
> This is a split patch series of the previous monolithic flat support
> version, with improvements according to Kevin's comments.
Thanks for these patches! I have left review comments for this series.
Eventually you will touch most of the vmdk c
Am 18.06.2011 um 19:21 schrieb Stefan Hajnoczi:
On Sat, Jun 18, 2011 at 5:15 PM, Andreas Färber > wrote:
With both gcc 4.0.1 and 4.2.1, using CC="gcc -arch ppc64"
CPPFLAGS="-arch
ppc64" and supplying GNU gettext and GNU libiconv (since it chokes
on the
system iconv.h). No Google hit.
Stran
On Thu, Jun 16, 2011 at 3:02 AM, Andreas Färber wrote:
> The IBM E15 is equivalent to an S3 Vision864.
>
> Lacking S3 SDAC (86C716) support, the DAC indizes are translated
> to greyscale colors. This works sufficiently to observe firmware
> boot progress.
>
> Cc: Hervé Poussineau
>
> Fixed off-by
On Sat, Jun 18, 2011 at 8:44 PM, Andreas Färber wrote:
> Am 18.06.2011 um 19:21 schrieb Stefan Hajnoczi:
>
>> On Sat, Jun 18, 2011 at 5:15 PM, Andreas Färber
>> wrote:
>>>
>>> With both gcc 4.0.1 and 4.2.1, using CC="gcc -arch ppc64" CPPFLAGS="-arch
>>> ppc64" and supplying GNU gettext and GNU li
On Thu, Jun 16, 2011 at 5:48 PM, Corey Bryant wrote:
>
>
> On 06/15/2011 03:12 PM, Blue Swirl wrote:
>>
>> On Tue, Jun 14, 2011 at 4:31 PM, Corey Bryant wrote:
>>>
>>> > sVirt provides SELinux MAC isolation for Qemu guest processes and
>>> > their
>>> > corresponding resources (image files). sV
Am 18.06.2011 um 22:46 schrieb Stefan Hajnoczi:
On Sat, Jun 18, 2011 at 8:44 PM, Andreas Färber > wrote:
Am 18.06.2011 um 19:21 schrieb Stefan Hajnoczi:
On Sat, Jun 18, 2011 at 5:15 PM, Andreas Färber >
wrote:
With both gcc 4.0.1 and 4.2.1, using CC="gcc -arch ppc64"
CPPFLAGS="-arch
ppc64"
On Sat, Jun 18, 2011 at 6:42 AM, Amit Shah wrote:
> On (Fri) 17 Jun 2011 [15:08:11], Luiz Capitulino wrote:
>
>> > > if (!cpkt.value) {
>> > > - error_report("virtio-serial-bus: Guest failure in adding
>> > > device %s\n",
>> > > - vser->bus.qbus.name);
Add dummy registers for SuperSPARC MXCC MMU counter breakpoints.
Signed-off-by: Blue Swirl
---
target-sparc/cpu.h |1 +
target-sparc/op_helper.c | 26 --
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h
in
On 18 June 2011 22:45, Blue Swirl wrote:
> Add dummy registers for SuperSPARC MXCC MMU counter breakpoints.
>
> Signed-off-by: Blue Swirl
> diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h
> index 320530e..b5d5291 100644
> --- a/target-sparc/cpu.h
> +++ b/target-sparc/cpu.h
> @@ -403,6 +403,
Blue Swirl wrote:
Add dummy registers for SuperSPARC MXCC MMU counter breakpoints.
Signed-off-by: Blue Swirl
---
target-sparc/cpu.h |1 +
target-sparc/op_helper.c | 26 --
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/target-sparc/cpu.h b
Bonjour
Comment vous aller j espère que vous aller bien
A Votre Honneur,
Je sais que ce message t'apparaîtra comme une surprise puisse qu'on ne ce
connais pas mais la grâce de Dieu m'a dirigé vers toi et je voudrais que tu lis
attentivement et sois bénis au nom de Jésus. Je suis Monsieur MAURICE
28 matches
Mail list logo