On Fri, Mar 7, 2014 at 5:33 AM, Peter Maydell wrote:
> Implement handling for the AArch64 SP_EL0 system register.
> This holds the EL0 stack pointer, and is only accessible when
> it's not being used as the stack pointer, ie when we're in EL1
> and EL1 is using its own stack pointer. We also provi
On Fri, Mar 7, 2014 at 5:33 AM, Peter Maydell wrote:
> Move arm_log_exception() into internals.h so we can use it from
> helper-a64.c for the AArch64 exception entry code.
>
> Signed-off-by: Peter Maydell
Reviewed-by: Peter Crosthwaite
> ---
> target-arm/helper.c| 31 -
On Fri, Mar 7, 2014 at 5:33 AM, Peter Maydell wrote:
> Support the Cortex-A57 in the virt machine model.
>
> Signed-off-by: Peter Maydell
> ---
> This should perhaps not be just stealing the a15mpcore_priv
> on the basis that it's a GICv2...
Wont this mean you gets lots of extraneous hardware? A
On Fri, Mar 7, 2014 at 5:32 AM, Peter Maydell wrote:
> Currently cpu.h defines a mixture of functions and types needed by
> the rest of QEMU and those needed only by files within target-arm/.
> Split the latter out into a new header so they aren't needlessly
> exposed further than required.
>
> Si
On Mon, Mar 17, 2014 at 5:02 PM, Peter Crosthwaite
wrote:
> On Fri, Mar 7, 2014 at 5:33 AM, Peter Maydell
> wrote:
>> Implement handling for the AArch64 SP_EL0 system register.
>> This holds the EL0 stack pointer, and is only accessible when
>> it's not being used as the stack pointer, ie when w
Introduction
This implements incremental backup.
A convenient option "bitmap-use-mode" for drive-backup is introduced since v1.
Commands
A new sync mode for drive-backup is introduced:
drive-backup device=.. mode=.. sync=dirty-bitmap bitmap=bitmap0
bitmap-use-mode=re
This field will be set for user created dirty bitmap. Also pass in an
error pointer to bdrv_create_dirty_bitmap, so when a name is already
taken on this BDS, it can report an error message. This is not global
check, two BDSes can have dirty bitmap with a common name.
Implemented bdrv_find_dirty_bi
This makes a deep copy of an HBitmap.
Signed-off-by: Fam Zheng
---
include/qemu/hbitmap.h | 8
util/hbitmap.c | 16
2 files changed, 24 insertions(+)
diff --git a/include/qemu/hbitmap.h b/include/qemu/hbitmap.h
index 550d7ce..b645cfc 100644
--- a/include/qemu/
This allows to put the dirty bitmap into a disabled state where no more
writes will be tracked.
It will be used before backup or writing to persistent file.
Signed-off-by: Fam Zheng
---
block.c | 15 +++
blockdev.c| 44 ++
This adds dirty-bitmap-add and dirty-bitmap-disable to transactions.
With this, user can stop a dirty bitmap, start backup of it, and start
another dirty bitmap atomically, so that the dirty bitmap is tracked
incrementally and we don't miss any write.
Signed-off-by: Fam Zheng
---
blockdev.c
bdrv_getlength could fail, check the return value before using it.
Signed-off-by: Fam Zheng
Reviewed-by: Benoit Canet
---
block.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/block.c b/block.c
index d240f1e..e32da75 100644
--- a/block.c
+++ b/block.c
@@ -5097,7 +509
This returns the granularity (in sectors) of dirty bitmap.
Signed-off-by: Fam Zheng
Reviewed-by: Benoit Canet
---
block.c | 6 ++
include/block/block.h | 2 ++
2 files changed, 8 insertions(+)
diff --git a/block.c b/block.c
index e32da75..ecc0dad 100644
--- a/block.c
+++ b/bl
The new command pair is added to manage user created dirty bitmap. The
dirty bitmap's name is mandatory and must be unique for the same device,
but different devices can have bitmaps with the same names.
Signed-off-by: Fam Zheng
---
blockdev.c | 60 +
Signed-off-by: Fam Zheng
---
block.c | 30 --
include/block/block.h | 4
2 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/block.c b/block.c
index ecc0dad..8a8526d 100644
--- a/block.c
+++ b/block.c
@@ -52,6 +52,8 @@
struct BdrvDirt
mreza...@redhat.com writes:
> From: Miroslav Rezanina
>
> Output error message using qemu's error_report() function when user
> provides the invalid machine type on the command line. This also saves
> time to find what issue is when you downgrade from one version of qemu
> to another that doesn't
For "dirty-bitmap" sync mode, the block job will iterate through the
given dirty bitmap to decide if a sector needs backup (backup all the
dirty clusters and skip clean ones), just as allocation conditions of
"top" sync mode.
There are two bitmap use modes for sync=dirty-bitmap:
- reset: backup
Stefan Weil writes:
> Am 14.03.2014 09:38, schrieb Fam Zheng:
>> DANGEROUS: don't try it before you read to the end.
>>
>> A first "make distclean" will unset $(DSOSUF), a following "make
>> distclean" or "make clean" will find all the files and delete it.
>>
>> Including all the files in the .gi
[cc: Eric]
Amos Kong writes:
> This patch makes all names in option table to match with actual
> command-line spelling, it will be helpful when we search in option
> tables.
As discussed in [*], the QemuOptsList member name values are ABI:
changing them can break existing -readconfig configurat
Paolo Bonzini writes:
> There are two issues in qemu-nbd: a missing return value check after
> calling accept(), and file descriptor leaks in nbd_client_thread.
>
> Signed-off-by: Paolo Bonzini
> ---
> qemu-nbd.c | 17 +
> 1 file changed, 13 insertions(+), 4 deletions(-)
>
> dif
On Wed, 12 Mar 2014 13:34:44 +0200
"Michael S. Tsirkin" wrote:
> On Fri, Feb 07, 2014 at 10:02:52AM +0100, Greg Kurz wrote:
> > On Wed, 5 Feb 2014 23:31:11 +0200
> > "Michael S. Tsirkin" wrote:
> > > On Tue, Feb 04, 2014 at 12:51:25PM +0530, Aneesh Kumar K.V wrote:
> > > > "Michael S. Tsirkin" w
Il 17/03/2014 05:36, Dave Airlie ha scritto:
I steered away from using config space for anything for the normal
operation of the GPU after looking at overheads and hearing from S390
people that config space has some special properties on their hw,
Right, but this is only for the old s390-virtio
Hi Paolo,
Am 14.03.2014 um 13:20 hat Paolo Bonzini geschrieben:
> Of course, the defect density varies across subsystems:
>
> ratio # defects
> SLIRP 2.8620
> 9pfs/virtio-9p 1.69
Il 17/03/2014 10:31, Kevin Wolf ha scritto:
Am 14.03.2014 um 13:20 hat Paolo Bonzini geschrieben:
> Of course, the defect density varies across subsystems:
>
>ratio # defects
>SLIRP 2.8620
>9pfs/virtio-9
Il 17/03/2014 06:21, Dave Airlie ha scritto:
Oh I was also going to use this queue to report HW error events from
the guest to the host,
like if the guest tries an illegal operation,
What fields would be present for such an error?
Paolo
Il 16/03/2014 15:03, Stefan Weil ha scritto:
This fixes warnings from the static code analysis (smatch).
Signed-off-by: Stefan Weil
---
Why is array para_features in kvm.c terminated by a dummy entry?
It is only used in a for loop with upper limit ARRAY_SIZE(para_features) - 1.
No particular
Il 14/03/2014 03:21, Fam Zheng ha scritto:
Don't sort the extracted options, sort the objects.
Reported-by: Christian Mahnke
Signed-off-by: Fam Zheng
---
rules.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules.mak b/rules.mak
index 9dda9f7..5c454d8 100644
--- a
On 03/16/14 13:31, Michael S. Tsirkin wrote:
> On Fri, Mar 14, 2014 at 11:22:52PM +0100, Laszlo Ersek wrote:
>> Building on the previous patch, raise the maximal count of processor
>> objects / NTFY branches / CPON elements from 255 to 256. This allows the
>> VCPU with APIC ID 0xFF to be hotplugged
On Fri, Mar 14, 2014 at 05:10:34PM +, Rob Herring wrote:
> On Fri, Mar 14, 2014 at 5:23 AM, Mark Rutland wrote:
> > On Fri, Mar 14, 2014 at 06:53:53AM +, Pranavkumar Sawargaonkar wrote:
> >> Hi Christoffer,
> >>
> >> On 14 March 2014 09:19, Christoffer Dall
> >> wrote:
> >> > On Thu, Feb
On 03/16/14 00:26, Benoît Canet wrote:
> The Saturday 15 Mar 2014 à 21:55:54 (+0100), Max Reitz wrote :
>> If qcow2_alloc_clusters() fails, new_offset and ret will both be
>> negative after the fail label, thus passing the first if condition and
>> subsequently resulting in a call of qcow2_free_clu
Il 17/03/2014 09:04, Markus Armbruster ha scritto:
mreza...@redhat.com writes:
From: Miroslav Rezanina
Output error message using qemu's error_report() function when user
provides the invalid machine type on the command line. This also saves
time to find what issue is when you downgrade from
Il 17/03/2014 09:23, Markus Armbruster ha scritto:
> This patch makes all names in option table to match with actual
> command-line spelling, it will be helpful when we search in option
> tables.
As discussed in [*], the QemuOptsList member name values are ABI:
changing them can break existing -
On Mon, Mar 17, 2014 at 02:36:37PM +1000, Dave Airlie wrote:
> On Thu, Mar 13, 2014 at 8:40 PM, Paolo Bonzini wrote:
> > Il 12/03/2014 21:26, Michael S. Tsirkin ha scritto:
> >>>
> >>> +Event queue:
> >>> +The only current event passed is a message to denote the host
> >>> +wants to update the lay
Conform to coding style, and avoid further occurrences of bugs due to
misplaced braces.
Signed-off-by: Paolo Bonzini
---
target-alpha/translate.c | 313 +++
1 file changed, 180 insertions(+), 133 deletions(-)
diff --git a/target-alpha/translate.c b/ta
On Mon, Mar 17, 2014 at 11:08:46AM +0100, Laszlo Ersek wrote:
> On 03/16/14 13:31, Michael S. Tsirkin wrote:
> > On Fri, Mar 14, 2014 at 11:22:52PM +0100, Laszlo Ersek wrote:
> >> Building on the previous patch, raise the maximal count of processor
> >> objects / NTFY branches / CPON elements from
On Fri, Mar 14, 2014 at 06:10:50PM +, Peter Maydell wrote:
> Implement the capget and capset syscalls. This is useful because
> simple programs like 'ls' try to use it in AArch64
I'm not seing this with ubuntu trusty, wookeys debian or my
static busybox. Where is your ls from? Also, runnning q
From: Riku Voipio
some people get numerous unimplemented capget/capset warnings. Since qemu
linux-user is not secure to begin with, just skip the system call
warning for now. Proper capset/capget to be added in Qemu 2.1
Signed-off-by: Riku Voipio
---
linux-user/syscall.c | 4 ++--
1 file chang
Dear friends, great thanks!
To summarize: we are trying to monitor VCPU IDT changes that are done by
external parties (e.g. rootkits) and not by intra-KVM machinery. Are there
parameters that witness such changes ?
Best Regards,
The KVM Israeli team
On Thu 13 Mar 17:15 2014 Paolo Bonzini
On 17 March 2014 06:15, Stefan Weil wrote:
> Am 17.03.2014 02:35, schrieb Fam Zheng:
>> This fixes a dangerous bug: "make clean" after "make distclean" will
>> delete every single file including those under .git, if you do in-tree
>> build!
>>
>> Rationale: A first "make distclean" will unset $(DS
On 17 March 2014 11:51, Riku Voipio wrote:
> On Fri, Mar 14, 2014 at 06:10:50PM +, Peter Maydell wrote:
>> Implement the capget and capset syscalls. This is useful because
>> simple programs like 'ls' try to use it in AArch64
>
> I'm not seing this with ubuntu trusty, wookeys debian or my
> st
Implement the capget and capset syscalls. This is useful because
simple programs like 'ls' try to use it in AArch64, and otherwise
we emit a lot of noise about it being unimplemented.
Signed-off-by: Peter Maydell
---
Changes v1->v2: initialize target_data to NULL to suppress a gcc 4.8
warning; ro
Il 17/03/2014 12:54, Alexander Binun ha scritto:
Dear friends, great thanks!
To summarize: we are trying to monitor VCPU IDT changes that are done
by external parties (e.g. rootkits) and not by intra-KVM machinery.
Are there parameters that witness such changes ?
There is no way to intercept c
From: Miroslav Rezanina
Output error message using qemu's error_report() function when user
provides the invalid machine type on the command line. This also saves
time to find what issue is when you downgrade from one version of qemu
to another that doesn't support required machine type yet (the
Anthony, Peter,
The following changes since commit f4b11eee2f562c23b3efc33b96ba4542c9ca81aa:
Makefile: Fix "make clean" (2014-03-17 11:50:19 +)
are available in the git repository at:
git://github.com/bonzini/qemu.git fixes-for-2.0
for you to fetch changes up to 025172d56e11ba3d86d0937
From: Fam Zheng
Don't sort the extracted options, sort the objects.
Reported-by: Christian Mahnke
Signed-off-by: Fam Zheng
Signed-off-by: Paolo Bonzini
---
rules.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules.mak b/rules.mak
index 9dda9f7..5c454d8 100644
--
Two missing braces, one close and one open, fabulously let the code
compile.
Reviewed-by: Richard Henderson
Signed-off-by: Paolo Bonzini
---
target-alpha/translate.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target-alpha/translate.c b/target-alpha/translate.c
index a
There are two issues in qemu-nbd: a missing return value check after
calling accept(), and file descriptor leaks in nbd_client_thread.
Reviewed-by: Markus Armbruster
Signed-off-by: Paolo Bonzini
---
qemu-nbd.c | 17 +
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git
On 03/16/2014 08:40 AM, Gerhard Wiesinger wrote:
> Hello,
>
> I tried to install XP SP3 (also tried XP SP2) on a new VM (IDE, 1GB RAM,
> VMVGA, more details can be provided if necessary) on Fedora 20 (Packages
> below), but it hangs on "Installing Windows/Installing Devices".
>
> Was reproduceabl
> >> C 07 Communication controller
> >>00 Serial controller
> >>00 8250
> >>01 16450
> >>02 16550
> >> What about multi_serial_pci_init() -- should it too set prog-if
> >> like this?
> >
> > I'm not completely sure what the correct val
[cc: Eric yet again :)]
Paolo Bonzini writes:
> Il 17/03/2014 09:23, Markus Armbruster ha scritto:
>> > This patch makes all names in option table to match with actual
>> > command-line spelling, it will be helpful when we search in option
>> > tables.
>>
>> As discussed in [*], the QemuOptsList
On 17 March 2014 03:05, Peter Crosthwaite wrote:
> On Fri, Mar 7, 2014 at 5:32 AM, Peter Maydell
> wrote:
>> For exceptions taken to AArch64, if a coprocessor/system register
>> access fails due to a trap or enable bit then the syndrome information
>> must include details of the failing instruct
On 17 March 2014 03:19, Peter Crosthwaite wrote:
> On Fri, Mar 7, 2014 at 5:32 AM, Peter Maydell
> wrote:
>> -static void gen_exception(int excp)
>> +static void gen_exception_internal(int excp)
>> {
>> -TCGv_i32 tmp = tcg_temp_new_i32();
>> -tcg_gen_movi_i32(tmp, excp);
>> -gen_hel
On 17 March 2014 03:28, Peter Crosthwaite wrote:
> On Fri, Mar 7, 2014 at 5:32 AM, Peter Maydell
> wrote:
>> From: Rob Herring
>> +/* Set bit 26 for exceptions with no change in EL */
>> +if (arm_current_pl(env)) {
>> +syn |= 1 << ARM_EL_EC_SHIFT;
>> +}
>> +
>
> Perhaps in
On 17 March 2014 12:41, Peter Maydell wrote:
> On 17 March 2014 03:28, Peter Crosthwaite
> wrote:
>> On Fri, Mar 7, 2014 at 5:32 AM, Peter Maydell
>> wrote:
>>> From: Rob Herring
>
>>> +/* Set bit 26 for exceptions with no change in EL */
>>> +if (arm_current_pl(env)) {
>>> +s
On 17 March 2014 05:13, Peter Crosthwaite wrote:
> On Fri, Mar 7, 2014 at 5:32 AM, Peter Maydell
> wrote:
>> Suppress the ID_AA64DFR0_EL1 PMUVer field, even if the CPU specific
>> value claims that it exists. QEMU doesn't currently implement it,
>> and not advertising it prevents the guest from
On 17 March 2014 05:20, Peter Crosthwaite wrote:
> On Fri, Mar 7, 2014 at 5:32 AM, Peter Maydell
> wrote:
>> static const ARMCPRegInfo pmsav5_cp_reginfo[] = {
>> { .name = "DATA_AP", .cp = 15, .crn = 5, .crm = 0, .opc1 = 0, .opc2 = 0,
>>.access = PL1_RW, .type = ARM_CP_NO_MIGRATE,
It's not clear from the usage description that "--cmd" option accepts its
argument as a string, so any special symbols have to be quoted from the shell.
Updates in usage text:
- Specified parameter format for "--cmd" option.
- Added an instruction how to get help for "--cmd" option.
Signed-off-
Signed-off-by: Maria Kustova
---
block/curl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/curl.c b/block/curl.c
index 3494c6d..359637e 100644
--- a/block/curl.c
+++ b/block/curl.c
@@ -538,7 +538,7 @@ static int curl_open(BlockDriverState *bs, QDict *options,
int fla
These patches are the part of OPW application.
Two of them update help messages of qemu-io utility.
And last one replaces fprintf() with error_setg() in curl.c
Maria Kustova (3):
qemu-io-cmds: Fixed typo in example for writev.
block: Replaced old error handling with error reporting API.
qemu
Signed-off-by: Maria Kustova
---
qemu-io-cmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qemu-io-cmds.c b/qemu-io-cmds.c
index f1de24c..5707bda 100644
--- a/qemu-io-cmds.c
+++ b/qemu-io-cmds.c
@@ -1087,7 +1087,7 @@ writev_help(void)
" writes a range of bytes from the g
On 17 March 2014 05:30, Peter Crosthwaite wrote:
> On Fri, Mar 7, 2014 at 5:32 AM, Peter Maydell
> wrote:
>> @@ -2979,20 +2988,23 @@ void arm_cpu_do_interrupt(CPUState *cs)
>> env->exception.fsr = 2;
>> /* Fall through to prefetch abort. */
>> case EXCP_PREFETCH_ABORT:
>>
On Mon, Mar 17, 2014 at 10:58 PM, Peter Maydell
wrote:
> On 17 March 2014 05:13, Peter Crosthwaite
> wrote:
>> On Fri, Mar 7, 2014 at 5:32 AM, Peter Maydell
>> wrote:
>>> Suppress the ID_AA64DFR0_EL1 PMUVer field, even if the CPU specific
>>> value claims that it exists. QEMU doesn't currently
On Mon, Mar 17, 2014 at 11:06 PM, Peter Maydell
wrote:
> On 17 March 2014 05:30, Peter Crosthwaite
> wrote:
>> On Fri, Mar 7, 2014 at 5:32 AM, Peter Maydell
>> wrote:
>>> @@ -2979,20 +2988,23 @@ void arm_cpu_do_interrupt(CPUState *cs)
>>> env->exception.fsr = 2;
>>> /* Fall t
On Mon, Mar 17, 2014 at 7:10 AM, Maria Kustova wrote:
> Signed-off-by: Maria Kustova
> ---
> block/curl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/block/curl.c b/block/curl.c
> index 3494c6d..359637e 100644
> --- a/block/curl.c
> +++ b/block/curl.c
> @@ -538,7 +53
Hi Maria,
Thanks for the patches. We have a trivial patches lists mailing lists
(that you cc in addition to qemu-devel) that is intended for this kind
of stuff.
CCd.
Regards,
Peter
On Mon, Mar 17, 2014 at 7:10 AM, Maria Kustova wrote:
> These patches are the part of OPW application.
> Two of t
Hi,
> Doesn't build if CONFIG_GTK isn't defined:
>
> /root/qemu/vl.c:146:14: error: 'grab_on_hover' defined but not used
> [-Werror=unused-variable]
Oops. /me wonders how that escaped my attention, my mingw test build
should have hit this. Updated pull on the way.
sorry for the trouble,
From: Cole Robinson
This matches the behavior of SDL, and makes the mouse usable when
using -display gtk -vga qxl
https://bugzilla.redhat.com/show_bug.cgi?id=1051724
Signed-off-by: Cole Robinson
Signed-off-by: Gerd Hoffmann
---
ui/gtk.c | 8
1 file changed, 8 insertions(+)
diff --gi
From: Jan Kiszka
As long as we have no persistent GTK configuration, this allows to
enable the useful grab-on-hover feature already when starting the VM.
Signed-off-by: Jan Kiszka
[ kraxel: fix warning with CONFIG_GTK=n ]
Signed-off-by: Gerd Hoffmann
---
include/ui/console.h | 2 +-
qemu-o
Hi,
gtk pull third round, with buildfix applied to patch #1.
please pull,
Gerd
The following changes since commit f4b11eee2f562c23b3efc33b96ba4542c9ca81aa:
Makefile: Fix "make clean" (2014-03-17 11:50:19 +)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pul
From: Cole Robinson
We were using the wrong coordinates, this fixes things to match the
original gtk2 implementation.
You can see this error in action by using -vga qxl, however even after this
patch the mouse warps in small increments up and to the left, -7x and -3y
pixels at a time, until the
On Fr, 2014-03-14 at 11:06 -0500, Serge Hallyn wrote:
> Hi,
>
> upstream git HEAD appears to have regressed with -vga vmware -vnc.
>
> If I run
>
> ./qemu-system-x86_64 -enable-kvm -vnc :1 -m 1024 -cdrom
> ~/trusty-desktop-amd64.iso -vga vmware
>
> then tightvncviewer gives me:
>
> Con
On 17.03.2014 14:44, Gerd Hoffmann wrote:
On Fr, 2014-03-14 at 11:06 -0500, Serge Hallyn wrote:
Hi,
upstream git HEAD appears to have regressed with -vga vmware -vnc.
If I run
./qemu-system-x86_64 -enable-kvm -vnc :1 -m 1024 -cdrom
~/trusty-desktop-amd64.iso -vga vmware
then tightvn
The Monday 17 Mar 2014 à 11:12:31 (+0800), Fam Zheng wrote :
> On Fri, 03/14 16:57, Benoît Canet wrote:
> >
> > Hello list,
> >
> > I plan to convert throttling to a block filter and write n way throttling
> > support.
> >
> > I discussed a bit with Stefan on the list and we came to the conclusi
Serge,
can you confirm this happens at a resolution change?
Peter
On 17.03.2014 14:44, Gerd Hoffmann wrote:
On Fr, 2014-03-14 at 11:06 -0500, Serge Hallyn wrote:
Hi,
upstream git HEAD appears to have regressed with -vga vmware -vnc.
If I run
./qemu-system-x86_64 -enable-kvm -vnc :1
On 17 March 2014 12:23, Paolo Bonzini wrote:
> Anthony, Peter,
>
> The following changes since commit f4b11eee2f562c23b3efc33b96ba4542c9ca81aa:
>
> Makefile: Fix "make clean" (2014-03-17 11:50:19 +)
>
> are available in the git repository at:
>
> git://github.com/bonzini/qemu.git fixes-for
Il 17/03/2014 13:33, Markus Armbruster ha scritto:
This patch changes:
fromto introduced in
acpiacpitable 0c764a9 v1.5.0
boot-opts boot3d3b830 v1.0
smp-optssmp 12b7f57 v1.6.0
All three have calcified into ABI already.
What has c
It does happen then as well (I suppose), but after X is done setting
up, it happens every time I try to connect.
Quoting Peter Lieven (p...@kamp.de):
> Serge,
>
> can you confirm this happens at a resolution change?
>
> Peter
>
> On 17.03.2014 14:44, Gerd Hoffmann wrote:
> >On Fr, 2014-03-14 at
The Thursday 13 Mar 2014 à 09:54:15 (-0600), Eric Blake wrote :
> On 03/13/2014 09:33 AM, Benoît Canet wrote:
>
> >> We certainly can't do without comments.
> >>
> >> JSON is designed for easy data exchange, but we use it as programming
> >> language syntax. Its restrictions make sense for easy d
On 03/17/14 07:02, Dave Airlie wrote:
> So I'm looking at how best to do virtio gpu device error reporting,
> and how to deal with illegal stuff,
>
> I've two levels of errors I want to support,
>
> a) unrecoverable or bad guest kernel programming errors,
>
> b) per 3D context errors from the re
On 17 March 2014 14:28, Laszlo Ersek wrote:
> On 03/17/14 07:02, Dave Airlie wrote:
>> The main reason I'm considering this stuff is for security reasons if
>> the guest asks for something really illegal or crazy what should the
>> expected behaviour of the host be? (at least secure I know that).
On Mon, Mar 17, 2014 at 12:15:35PM +, Peter Maydell wrote:
> Implement the capget and capset syscalls. This is useful because
> simple programs like 'ls' try to use it in AArch64, and otherwise
> we emit a lot of noise about it being unimplemented.
> Signed-off-by: Peter Maydell
> ---
> Chan
16.03.2014 17:49, Stefan Weil wrote:
> This fixes warnings from the static code analysis (smatch).
Thanks, applied to -trivial.
/mjt
16.03.2014 22:07, Stefan Weil wrote:
> This fixes a warning from the static code analysis (smatch).
Thanks, applied to -trivial.
/mjt
16.03.2014 22:13, Stefan Weil wrote:
> This fixes a warning from the static code analysis (smatch).
Thanks, applied to -trivial.
/mjt
16.03.2014 22:02, Stefan Weil wrote:
> The static code analyzer smatch complains because of a missing 'static'
> attribute:
Thanks, applied to -trivial.
/mjt
On 03/17/14 15:40, Peter Maydell wrote:
> On 17 March 2014 14:28, Laszlo Ersek wrote:
>> On 03/17/14 07:02, Dave Airlie wrote:
>>> The main reason I'm considering this stuff is for security reasons if
>>> the guest asks for something really illegal or crazy what should the
>>> expected behaviour o
On Mo, 2014-03-17 at 16:02 +1000, Dave Airlie wrote:
> So I'm looking at how best to do virtio gpu device error reporting,
> and how to deal with illegal stuff,
>
> I've two levels of errors I want to support,
>
> a) unrecoverable or bad guest kernel programming errors,
>
> b) per 3D context err
On 03/16/14 12:10, Stefano Stabellini wrote:
On Tue, 11 Mar 2014, Don Slutz wrote:
This is the xen part of "pc & q35: Add new object pc-memory-layout."
Signed-off-by: Don Slutz
---
hw/i386/pc_piix.c| 4 ++--
hw/i386/pc_q35.c | 4 ++--
include/hw/xen/xen.h | 4 ++--
xen-all.c
On 17 March 2014 14:49, Laszlo Ersek wrote:
> On 03/17/14 15:40, Peter Maydell wrote:
>> On 17 March 2014 14:28, Laszlo Ersek wrote:
>>> On 03/17/14 07:02, Dave Airlie wrote:
The main reason I'm considering this stuff is for security reasons if
the guest asks for something really illega
On Fri, Mar 14, 2014 at 06:25:34PM +0100, Paolo Bonzini wrote:
> Il 14/03/2014 16:14, Stefan Hajnoczi ha scritto:
> >Coverity detects when variable are accessed under a mutex most of the time.
> >It
> >warns when they are not accessed under the mutex. I initialized variables
> >before the mutex
On Mo, 2014-03-17 at 15:49 +0100, Laszlo Ersek wrote:
> On 03/17/14 15:40, Peter Maydell wrote:
> > On 17 March 2014 14:28, Laszlo Ersek wrote:
> >> On 03/17/14 07:02, Dave Airlie wrote:
> >>> The main reason I'm considering this stuff is for security reasons if
> >>> the guest asks for something
On Mon, Mar 17, 2014 at 02:40:09PM +, Peter Maydell wrote:
> On 17 March 2014 14:28, Laszlo Ersek wrote:
> > On 03/17/14 07:02, Dave Airlie wrote:
> >> The main reason I'm considering this stuff is for security reasons if
> >> the guest asks for something really illegal or crazy what should t
On 03/17/2014 12:53 AM, Hu Tao wrote:
> This patch prepares for the subsequent patches.
>
> Reviewed-by: Fam Zheng
> Signed-off-by: Hu Tao
> ---
> block/qcow2.c| 8
> qapi-schema.json | 14 ++
> 2 files changed, 18 insertions(+), 4 deletions(-)
I'll leave it up to mai
On Sat, Mar 15, 2014 at 03:05:23PM +0530, Aakriti Gupta wrote:
> This patch converts fprintf() calls to error_setg() in
> block/qed.c:bdrv_qed_create()
> (error_setg() is part of error reporting API in include/qapi/error.h)
>
> Signed-off-by: Aakriti Gupta
> ---
> block/qed.c |8
>
On Mon, Mar 17, 2014 at 02:57:41PM +, Richard W.M. Jones wrote:
>
> On Mon, Mar 17, 2014 at 02:40:09PM +, Peter Maydell wrote:
> > On 17 March 2014 14:28, Laszlo Ersek wrote:
> > > On 03/17/14 07:02, Dave Airlie wrote:
> > >> The main reason I'm considering this stuff is for security reas
I found 2 issues:
- with vmware VGA the server surface and the client desktop size are out of
sync for some time
at a resolution change. the server surface gets updates for x coordinates that
are out of bound
for the client.
- the max width of the client (2360) is not dividable by 16
(VNC_DIRT
On Mon, Mar 17, 2014 at 01:10:58AM +0400, Maria Kustova wrote:
> Signed-off-by: Maria Kustova
> ---
> block/curl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/block/curl.c b/block/curl.c
> index 3494c6d..359637e 100644
> --- a/block/curl.c
> +++ b/block/curl.c
> @@ -
On Mon, Mar 17, 2014 at 01:10:57AM +0400, Maria Kustova wrote:
> Signed-off-by: Maria Kustova
> ---
> qemu-io-cmds.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Stefan Hajnoczi
On Mon, Mar 17, 2014 at 01:10:59AM +0400, Maria Kustova wrote:
> It's not clear from the usage description that "--cmd" option accepts its
> argument as a string, so any special symbols have to be quoted from the shell.
> Updates in usage text:
> - Specified parameter format for "--cmd" option.
>
Quoting Peter Lieven (lieven-li...@dlhnet.de):
> I found 2 issues:
>
> - with vmware VGA the server surface and the client desktop size are out of
> sync for some time
> at a resolution change. the server surface gets updates for x coordinates
> that are out of bound
> for the client.
> - the ma
On 17.03.2014 16:19, Serge Hallyn wrote:
Quoting Peter Lieven (lieven-li...@dlhnet.de):
I found 2 issues:
- with vmware VGA the server surface and the client desktop size are out of
sync for some time
at a resolution change. the server surface gets updates for x coordinates that
are out of b
1 - 100 of 311 matches
Mail list logo