Reviewed-by: Wenchao Xia
于 2014/1/8 17:08, Peter Lieven 写道:
> Signed-off-by: Peter Lieven
> ---
> ui/vnc.c |9 +
> 1 file changed, 9 insertions(+)
>
> diff --git a/ui/vnc.c b/ui/vnc.c
> index da552fe..a742d32 100644
> --- a/ui/vnc.c
> +++ b/ui/vnc.c
> @@ -3170,7 +3170,9 @@ void vnc_display_open(DisplayStat
Paolo Bonzini writes:
> Il 08/01/2014 21:02, Gabriel L. Somlo ha scritto:
>> Add i386 command line option "-no-fdc", which allows guests to omit the
>> configuration of a floppy controller. Applies on top of my previous patch
>> titled "Add DSDT node for AppleSMC"
>
> I think we need to provide a
The regs parameter is not used anywhere, so remove it.
Signed-off-by: Will Newton
---
linux-user/elfload.c | 3 +--
linux-user/flatload.c | 3 +--
linux-user/linuxload.c | 4 ++--
linux-user/qemu.h | 6 ++
4 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/linux-user/elf
On Wed, 8 Jan 2014 19:47:03 +0200
"Michael S. Tsirkin" wrote:
> On Sat, Dec 28, 2013 at 11:30:46PM +0100, Igor Mammedov wrote:
> > Signed-off-by: Igor Mammedov
> > ---
> > hw/i386/Makefile.objs | 7 ++-
> > 1 file changed, 6 insertions(+), 1 deletion(-)
> >
> > diff --git a/hw/i386/Makefil
Will Newton wrote:
> The regs parameter is not used anywhere, so remove it.
>
> Signed-off-by: Will Newton
Reviewed-by: Erik de Castro Lopo
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
Will Newton wrote:
> The regs parameter is not used anywhere, so remove it.
>
> Signed-off-by: Will Newton
Reviewed-by: Erik de Castro Lopo
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
Similarly to the previous commit fixing VNC+SASL+QXL, when starting
QEMU with SPICE but no SASL, and also VNC with SASL, then
spice_server_init() will get called without a previous call to
spice_server_set_sasl_appname(), which will cause cyrus-sasl to
try to use /etc/sasl2/spice.conf (spice-server
On Mon, Jan 06, 2014 at 05:37:19PM +0800, Fam Zheng wrote:
> On 2014年01月05日 20:02, Amos Kong wrote:
> >This patch introduces a new monitor command to query QMP schema
> >information, the return data is a range of schema structs, which
> >contains the useful metadata to help management to check supp
On Thu, Jan 9, 2014 at 2:35 PM, kausik pal wrote:
> Actually I have tested the QEMU KVM snapshot features with multiple overlays
> and found it to be working fine.
>
> Let’s say for an example, I have installed Windows XP as a QEMU virtual
> machine (The name of the VM is ‘winxp’). Then I create
Il 09/01/2014 09:46, Markus Armbruster ha scritto:
>>> >> Add i386 command line option "-no-fdc", which allows guests to omit the
>>> >> configuration of a floppy controller. Applies on top of my previous patch
>>> >> titled "Add DSDT node for AppleSMC"
>> >
>> > I think we need to provide a mechan
On Wed, 8 Jan 2014 19:00:55 +0200
"Michael S. Tsirkin" wrote:
> On Sat, Dec 28, 2013 at 11:30:48PM +0100, Igor Mammedov wrote:
> > .. so that they might not be used by PCI devices.
> >
> > Note:
> > Resort to concatenating templates with preprocessor help,
> > because 1.0b spec isn't supporting
Pass all the relevant sub-directory make variables.
Signed-off-by: Lluís Vilanova
---
Cc: Anthony Liguori
Cc: Paul Brook
---
Makefile |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index bdff4e4..02ae76d 100644
--- a/Makefile
+++ b/Makefile
@@ -366,7
On Thu, Jan 09, 2014 at 11:34:05AM +0100, Igor Mammedov wrote:
> On Wed, 8 Jan 2014 19:00:55 +0200
> "Michael S. Tsirkin" wrote:
>
> > On Sat, Dec 28, 2013 at 11:30:48PM +0100, Igor Mammedov wrote:
> > > .. so that they might not be used by PCI devices.
> > >
> > > Note:
> > > Resort to concaten
[ CCing Max, who was recently active in this area, for another opinion ]
Am 08.01.2014 um 20:43 hat Peter Feiner geschrieben:
> When a backing file is opened such that (1) a protocol is directly
> used as the block driver and (2) the block driver has bdrv_file_open,
> bdrv_open_backing_file segfau
Adds the "include(...)" primitive to the syntax of QAPI schema files.
Signed-off-by: Lluís Vilanova
---
scripts/qapi-commands.py | 10 +++---
scripts/qapi-types.py|9 ++---
scripts/qapi-visit.py|9 ++---
scripts/qapi.py | 25 ++---
4 f
Adds the "include(...)" primitive to the syntax of QAPI schema files, allowing
these to be modularized into multiple per-topic files in the future.
Signed-off-by: Lluís Vilanova
---
Lluís Vilanova (2):
qapi: Add a primitive to include other files from a QAPI schema file
qapi: [trivia
Signed-off-by: Lluís Vilanova
---
Makefile | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 02ae76d..d950791 100644
--- a/Makefile
+++ b/Makefile
@@ -222,13 +222,19 @@ $(SRC_PATH)/qga/qapi-schema.json
$(SRC_PATH)/scripts/qapi-commands.p
Hi Stefan,
Thanks a lot for the detailed explanation.
>It seems either we need the tools that understand both block and file
>level or we need to rethink how to package software completely.
In my opinion the first approach i.e. tool that understand both block and
file level would be a good idea.
"... of load_elf_binary() and load_flt_binary()" - Riku can you fix pls?
Am 09.01.2014 10:10, schrieb Will Newton:
> The regs parameter is not used anywhere, so remove it.
>
> Signed-off-by: Will Newton
> ---
> linux-user/elfload.c | 3 +--
> linux-user/flatload.c | 3 +--
> linux-user/linux
On 23.12.2013, at 18:22, Aneesh Kumar K.V
wrote:
> From: "Aneesh Kumar K.V"
>
> Correctly update the htab_mask using the return value of
> KVM_PPC_ALLOCATE_HTAB ioctl. Also we don't update sdr1
> on GET_SREGS for HV. So don't update htab_mask if sdr1
> is found to be zero. Fix the pte index c
Hi,
I would like to utilize virtio-net and vhost_net on an ARM Cortex A15
machine using qemu-system-arm & KVM.
I have few questions:
1. Do i need to build qemu-system-arm myself, or apt-get install it? When i
apt-get install it i get "KVM not supported for this target. "kvm"
accelerator does not ex
On 23.12.2013, at 18:23, Aneesh Kumar K.V
wrote:
> From: "Aneesh Kumar K.V"
>
> With kvm enabled, we store the hash page table information in the hypervisor.
> Use ioctl to read the htab contents. Without this we get the below error when
> trying to read the guest address
>
> (gdb) x/10 do_f
On 06.01.2014, at 06:36, Alexey Kardashevskiy wrote:
> This fixes set-one-register mechanism in KVM and a bug with AMR occured after
> fixing it.
Thanks, applied to ppc-next (with fixed commit message for 2/2).
Alex
On 06.01.2014, at 19:23, Greg Kurz wrote:
> The LPCR special purpose register was introduced with the PowerPC 970MP
> family.
>
> This patch initializes LPCR for the following families:
> - 970 MP
> - POWER5+
> - POWER7
> - POWER8
>
> Signed-off-by: Greg Kurz
Very nice and simple. Thanks, a
Andreas Färber writes:
> Am 07.01.2014 11:35, schrieb Markus Armbruster:
>> Stefan Hajnoczi writes:
>>> On Tue, Dec 31, 2013 at 01:19:02AM +0100, Andreas Färber wrote:
Am 30.12.2013 09:46, schrieb Kewei Yu:
> diff --git a/tests/fdc-test.c b/tests/fdc-test.c
> index 38b5b17..80dbdfb
Am 26.12.2013 um 13:48 hat Peter Lieven geschrieben:
> This patch adds native support for accessing images on NFS shares without
> the requirement to actually mount the entire NFS share on the host.
>
> NFS Images can simply be specified by an url of the form:
> nfs:
>
> For example:
> qemu-i
The header is not necessary, given that the simple backend does not define any
inlined tracing routines.
Signed-off-by: Lluís Vilanova
--
Cc: Stefan Hajnoczi
---
scripts/tracetool/backend/simple.py |3 ---
trace/simple.c |2 ++
2 files changed, 2 insertions(+), 3 de
Use sizeof(strucy virtio_balloon_config) instead.
Signed-off-by: Luiz capitulino
---
I have no idea which queue this should go through...
hw/virtio/virtio-balloon.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/hw/virtio/virtio-balloon.c b/hw/virtio/virtio-balloon.
Extend -mem-path with additional properties:
- prealloc=on|off - default off, same as -mem-prealloc
- share=on|off - default off, memory is mmapped with MAP_SHARED flag
- unlink=on|off - default on, inlink the file after openinng it
Signed-off-by: Antonios Motakis
Signed-off-by: Nikolay Nikol
Add a new QEMU netdev backend that is intended to invoke vhost_net
with the vhost-user backend. Also decouple virtio-net from the tap
backend.
Signed-off-by: Antonios Motakis
Signed-off-by: Nikolay Nikolaev
---
hmp-commands.hx | 4 +-
hw/net/vhost_net.c | 66 ++
Add structures for passing vhost-user messages over a unix domain socket.
This is the equivalent of the existing vhost-kernel ioctls.
Connect to the named unix domain socket. The system call sendmsg
is used for communication. To be able to pass file descriptors
between processes - we use SCM_RIGHT
Add empty vhost_call, init and cleanup for the vhost-user backend.
Signed-off-by: Antonios Motakis
Signed-off-by: Nikolay Nikolaev
---
hw/net/vhost_net.c| 57 ++-
hw/virtio/vhost-backend.c | 35
include/hw/virt
In this patch series we would like to introduce our approach for putting a
virtio-net backend in an external userspace process. Our eventual target is to
run the network backend in the Snabbswitch ethernet switch, while receiving
traffic from a guest inside QEMU/KVM which runs an unmodified virtio-
At runtime vhost-user netdev will detect if the vhost backend is up or down.
Upon disconnection it will set link_down accordingly and notify virtio-net.
Signed-off-by: Antonios Motakis
Signed-off-by: Nikolay Nikolaev
---
hw/net/vhost_net.c| 16 +++
hw/virtio/vhost-backen
We introduce the concept of vhost-backend, which can be either vhost-kernel
or vhost-user. The existing vhost interface to the kernel is abstracted
behind the vhost-kernel backend.
We replace all direct ioctls to the kernel with a vhost_call to the backend.
vhost dev->control is referenced only in
Each ioctl request of vhost-kernel has a vhost-user message equivalent,
which is sent it over the control socket.
The general approach is to copy the data from the supplied argument
pointer to a designated field in the message. If a file descriptor is
to be passed it should be placed also in the f
On Thu, Jan 09, 2014 at 03:59:58PM +0100, Antonios Motakis wrote:
> Add structures for passing vhost-user messages over a unix domain socket.
> This is the equivalent of the existing vhost-kernel ioctls.
>
> Connect to the named unix domain socket. The system call sendmsg
> is used for communicati
On Fri, Jan 10, 2014 at 12:58 AM, Luiz Capitulino
wrote:
> Use sizeof(strucy virtio_balloon_config) instead.
>
"struct".
> Signed-off-by: Luiz capitulino
Otherwise:
Reviewed-by: Peter Crosthwaite
> ---
>
> I have no idea which queue this should go through...
>
Trivial?
Regards,
Peter
>
Alexander Graf writes:
> On 23.12.2013, at 18:22, Aneesh Kumar K.V
> wrote:
>
>> From: "Aneesh Kumar K.V"
>>
>> Correctly update the htab_mask using the return value of
>> KVM_PPC_ALLOCATE_HTAB ioctl. Also we don't update sdr1
>> on GET_SREGS for HV. So don't update htab_mask if sdr1
>> is fo
Alexander Graf writes:
> On 23.12.2013, at 18:23, Aneesh Kumar K.V
> wrote:
>
>> From: "Aneesh Kumar K.V"
>>
>> With kvm enabled, we store the hash page table information in the hypervisor.
>> Use ioctl to read the htab contents. Without this we get the below error when
>> trying to read the
comments below
On 01/05/14 08:27, Qiao Nuohan wrote:
> Make monitor command 'dump-guest-memory' be able to dump in kdump-compressed
> format. The command's usage:
>
> dump [-p] protocol [begin] [length] [format]
>
> 'format' is used to specified the format of vmcore and can be:
> 1. 'elf': ELF
On Thu, Jan 09, 2014 at 03:59:59PM +0100, Antonios Motakis wrote:
> Each ioctl request of vhost-kernel has a vhost-user message equivalent,
> which is sent it over the control socket.
>
> The general approach is to copy the data from the supplied argument
> pointer to a designated field in the mes
On Thu, Jan 09, 2014 at 03:59:55PM +0100, Antonios Motakis wrote:
> Extend -mem-path with additional properties:
>
> - prealloc=on|off - default off, same as -mem-prealloc
> - share=on|off - default off, memory is mmapped with MAP_SHARED flag
> - unlink=on|off - default on, inlink the file afte
On 09.01.2014, at 16:46, Aneesh Kumar K.V
wrote:
> Alexander Graf writes:
>
>> On 23.12.2013, at 18:23, Aneesh Kumar K.V
>> wrote:
>>
>>> From: "Aneesh Kumar K.V"
>>>
>>> With kvm enabled, we store the hash page table information in the
>>> hypervisor.
>>> Use ioctl to read the htab con
On Thu, Jan 09, 2014 at 03:59:54PM +0100, Antonios Motakis wrote:
> In this patch series we would like to introduce our approach for putting a
> virtio-net backend in an external userspace process. Our eventual target is to
> run the network backend in the Snabbswitch ethernet switch, while receivi
Am 09.01.2014 15:13, schrieb Kevin Wolf:
> Am 26.12.2013 um 13:48 hat Peter Lieven geschrieben:
>> This patch adds native support for accessing images on NFS shares without
>> the requirement to actually mount the entire NFS share on the host.
>>
>> NFS Images can simply be specified by an url of t
On Thu, Jan 09, 2014 at 04:00:00PM +0100, Antonios Motakis wrote:
> Add a new QEMU netdev backend that is intended to invoke vhost_net
> with the vhost-user backend. Also decouple virtio-net from the tap
> backend.
>
> Signed-off-by: Antonios Motakis
> Signed-off-by: Nikolay Nikolaev
> ---
> hm
Hi
On 01/08/2014 05:29 AM, Stefan Hajnoczi wrote:
On Sun, Dec 22, 2013 at 08:59:56PM +0100, Piotr Karbowski wrote:
Looks like netdev bridge have no support for vhost=on switch. Would
be ince if that could be added.
Try -netdev tap,helper=/path/to/qemu-bridge-helper,vhost=on,...
Sadly, -netd
On Thu, Jan 09, 2014 at 04:00:01PM +0100, Antonios Motakis wrote:
> At runtime vhost-user netdev will detect if the vhost backend is up or down.
> Upon disconnection it will set link_down accordingly and notify virtio-net.
And then what happens?
>
> Signed-off-by: Antonios Motakis
> Signed-off-
Am 09.01.2014 09:29, schrieb Wenchao Xia:
> 于 2014/1/8 17:08, Peter Lieven 写道:
>> Signed-off-by: Peter Lieven
>> ---
>> ui/vnc.c |9 +
>> 1 file changed, 9 insertions(+)
>>
>> diff --git a/ui/vnc.c b/ui/vnc.c
>> index da552fe..a742d32 100644
>> --- a/ui/vnc.c
>> +++ b/ui/vnc.c
>> @@
comments below
On 01/05/14 08:27, Qiao Nuohan wrote:
> 'query-dump-guest-memory-capability' is used to query whether option 'format'
> is available for 'dump-guest-memory' and the available format. The output
> of the command will be like:
>
> -> { "execute": "query-dump-guest-memory-capability"
.. so it could be used for adding CPU hotplug to Q35 machine
Add an additional header with that will be shared between
C and ASL code: include/hw/acpi/cpu_hotplug_defs.h
Signed-off-by: Igor Mammedov
---
hw/acpi/Makefile.objs |2 +-
hw/acpi/cpu_hotplug.c | 64
.. use IO port 0cd8-0xcf7 range for CPU present bitmap
Signed-off-by: Igor Mammedov
---
docs/specs/acpi_cpu_hotplug.txt|4 +++-
hw/acpi/ich9.c | 14 ++
include/hw/acpi/cpu_hotplug_defs.h |1 +
include/hw/acpi/ich9.h |4
4 files c
.. so that they might not be used by PCI devices.
Note:
Resort to concatenating templates with preprocessor help,
because 1.0b spec isn't supporting ConcatenateResTemplate,
as result Windows XP fails to execute PCI0._CRS method if
ConcatenateResTemplate() is used.
Signed-off-by: Igor Mammedov
--
.. so OSPM could notice resource conflict if there is any.
Signed-off-by: Igor Mammedov
---
v2:
* use define for DEVICE name to make it more descriptive
* define _STA as present,functioning, decoding, not shown in UI
---
hw/i386/acpi-dsdt-cpu-hotplug.dsl | 14 +-
1 files change
Signed-off-by: Igor Mammedov
---
hw/i386/acpi-dsdt.hex.generated | 333 +++
hw/i386/q35-acpi-dsdt.hex.generated | 138 --
2 files changed, 374 insertions(+), 97 deletions(-)
diff --git a/hw/i386/acpi-dsdt.hex.generated b/hw/i386/acpi-dsdt.hex.gen
Signed-off-by: Igor Mammedov
---
hw/i386/acpi-dsdt-cpu-hotplug.dsl |2 +-
hw/i386/acpi-dsdt.dsl |1 +
hw/i386/q35-acpi-dsdt.dsl |1 +
3 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/hw/i386/acpi-dsdt-cpu-hotplug.dsl
b/hw/i386/acpi-dsdt-cpu-hotplug.d
Changes since v2:
* use dependency auto generation for *.dsl files
* hide DEVICE(PRES) from UI
* add comments to document holes punched in CRES
* reduce ifdeffenery by moving CPU hotplug defines to
a dedicated header shared between C and ASL files
* other odd changes requested by "Mic
use C headers defines as source of IO base/len for respective
values in ASL code.
Signed-off-by: Igor Mammedov
---
v2:
* add cpu_hotplug_defs.h for sharing defines to reduce ifdeffenery
---
hw/acpi/piix4.c|5 ++---
hw/i386/Makefile.objs |2 +-
hw/i386/ac
Hi all.
If the hardware does not support APIC virtualization: kvm_vcpu_kick sends an
host-IPI to the remote vcpu if that vcpu is in guest mode, a VM-exit
(exit reason: external interrupt) will be triggered due to the host-IPI.
Then on VM-entry (inject_pending_event) the guest-IPI is injected. If
th
On 01/09/2014 11:20 AM, Piotr Karbowski wrote:
Hi
On 01/08/2014 05:29 AM, Stefan Hajnoczi wrote:
On Sun, Dec 22, 2013 at 08:59:56PM +0100, Piotr Karbowski wrote:
Looks like netdev bridge have no support for vhost=on switch. Would
be ince if that could be added.
Try -netdev tap,helper=/path
Arggh.
I relied on Power ISA Book I Section 7.6.1 as a definitive list of VSX
instructions. Unfortunately it is not complete.
I will publish soon V6 of this series to add in some ISA 2.07 VSX
instructions that I missed:
- mfvsr*, mtvsr*
- fmrg[eo]w
- xsrsp
- xscvdpspn, xscvspdpn
... for range defined at hw/acpi/ich9.c:ICH9_PROC_BASE
Signed-off-by: Igor Mammedov
---
v2:
* add comment about hole origin for CPU hotplug
---
hw/i386/acpi-dsdt-pci-crs.dsl |7 ---
hw/i386/acpi-dsdt.dsl |7 +++
hw/i386/q35-acpi-dsdt.dsl |8
3 files chan
On Wed, 2013-12-11 at 20:30 +0200, Michael S. Tsirkin wrote:
> From: Paolo Bonzini
>
> As an alternative to commit 818f86b (exec: limit system memory
> size, 2013-11-04) let's just make all address spaces 64-bit wide.
> This eliminates problems with phys_page_find ignoring bits above
> TARGET_PHY
some *.dsl files include another *.dsl files but there weren't
any dependicies and when included file changed target table wasn't
rebuild. Fix this by using the same auto dependency generation
as for C files.
Signed-off-by: Igor Mammedov
---
hw/i386/Makefile.objs |2 +-
1 files changed, 1 in
On Thu, Jan 09, 2014 at 10:24:47AM -0700, Alex Williamson wrote:
> On Wed, 2013-12-11 at 20:30 +0200, Michael S. Tsirkin wrote:
> > From: Paolo Bonzini
> >
> > As an alternative to commit 818f86b (exec: limit system memory
> > size, 2013-11-04) let's just make all address spaces 64-bit wide.
> >
On Wed, Jan 08, 2014 at 06:34:01PM +0100, Paolo Bonzini wrote:
> Il 08/01/2014 18:17, Hani Benhabiles ha scritto:
> > For this reason, the loop in assign_device_name() specifically check that
> > the ID
> > doesn't exist already and uses the next value if it does.
> >
> > How would something like
Il 09/01/2014 19:18, Hani Benhabiles ha scritto:
> On Wed, Jan 08, 2014 at 06:34:01PM +0100, Paolo Bonzini wrote:
>> Il 08/01/2014 18:17, Hani Benhabiles ha scritto:
>>> For this reason, the loop in assign_device_name() specifically check that
>>> the ID
>>> doesn't exist already and uses the next
assign_name() in net/net.c is using snprintf + g_strdup to get the same
result as g_strdup_printf.
Signed-off-by: Hani Benhabiles
---
net/net.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net/net.c b/net/net.c
index 9db88cc..9363b35 100644
--- a/net/net.c
+++ b/net/ne
On Thu, 2014-01-09 at 20:00 +0200, Michael S. Tsirkin wrote:
> On Thu, Jan 09, 2014 at 10:24:47AM -0700, Alex Williamson wrote:
> > On Wed, 2013-12-11 at 20:30 +0200, Michael S. Tsirkin wrote:
> > > From: Paolo Bonzini
> > >
> > > As an alternative to commit 818f86b (exec: limit system memory
> >
On Thu, Jan 09, 2014 at 03:51:17AM +0200, Michael S. Tsirkin wrote:
> I was hoping we can figure out a configuration that makes
> os x work without hurting xp *and* without just rudely
> detecting os x through the SMC._STA hack.
Sadly, uncommenting "IRQNoFlags() {2, 8}" in HPET._CRS still causes X
** Description changed:
This bug occurs on qemu compiled with i386_softmmu and x86-64_softmmu on
linux kernel 3.5.0 (64-bit).
Whenever I run qemu (both i386 and x86_64) to use the en-us language (even
though it is the default), I get "Warning: no scancode found for keysym X" (X
is an intege
** Description changed:
This bug occurs on qemu compiled with i386_softmmu and x86-64_softmmu on
linux kernel 3.5.0.
Whenever I run qemu (both i386 and x86_64) to use the en-us language (even
though it is the default), I get "Warning: no scancode found for keysym X" (X
is an integer).
- In
** Description changed:
This bug occurs on qemu compiled with i386_softmmu and x86-64_softmmu on
linux kernel 3.5.0 (64-bit).
Whenever I run qemu (both i386 and x86_64) to use the en-us language (even
though it is the default), I get "Warning: no scancode found for keysym X" (X
is an intege
Public bug reported:
This bug occurs on qemu compiled with i386_softmmu and x86-64_softmmu on linux
kernel 3.5.0.
Whenever I run qemu (both i386 and x86_64) to use the en-us language (even
though it is the default), I get "Warning: no scancode found for keysym X" (X
is an integer).
In the disk
On Thu, 2014-01-09 at 11:47 -0700, Alex Williamson wrote:
> On Thu, 2014-01-09 at 20:00 +0200, Michael S. Tsirkin wrote:
> > On Thu, Jan 09, 2014 at 10:24:47AM -0700, Alex Williamson wrote:
> > > On Wed, 2013-12-11 at 20:30 +0200, Michael S. Tsirkin wrote:
> > > > From: Paolo Bonzini
> > > >
> >
The original SeaBIOS code used the RamSize variable, that was used by
SeaBIOS for the size of RAM below 4GB, not for all RAM. When copied to
QEMU, the code was changed to use the full RAM size, and this broke the
build_srat() code that handles the PCI hole.
Change build_srat() to use ram_size_belo
The original SeaBIOS code used the RamSize variable, that was used by
SeaBIOS for the size of RAM below 4GB, not for all RAM. When copied to
QEMU, the code was changed to use the full RAM size, and this broke the
build_srat() code that handles the PCI hole.
This series fixes the problem by restori
The ram_below_4g value will be useful in other places, such as the ACPI
table code, and other code that currently requires passing
below_4g_mem_size around in function arguments.
Signed-off-by: Eduardo Habkost
---
hw/i386/pc.c | 1 +
include/hw/i386/pc.h | 2 +-
2 files changed, 2 insert
Il 09/01/2014 19:51, Gabriel L. Somlo ha scritto:
> panic(cpu 2 caller 0xff7f80864f8b): "No HPETs available...CPU(s)
> configured
> incorrectly\n"@/SourceCache/AppleIntelCPUPowerManagement/
> AppleIntelCPUPowerManagement-142.6/pmThread.c:157
> Debugger called:
>
>
> Whatev
On 01/09/14 20:12, Eduardo Habkost wrote:
> The original SeaBIOS code used the RamSize variable, that was used by
> SeaBIOS for the size of RAM below 4GB, not for all RAM. When copied to
> QEMU, the code was changed to use the full RAM size, and this broke the
> build_srat() code that handles the P
Alexey Kardashevskiy writes:
> /* compute missing values, prefer sockets over cores over threads */
> if (cpus == 0 || sockets == 0) {
> sockets = sockets > 0 ? sockets : 1;
> cores = cores > 0 ? cores : 1;
> -threads = threads > 0 ? thread
On 01/09/2014 06:09 PM, Corey Bryant wrote:
You should be able to pass a command line like this:
-net tap,helper="/usr/local/libexec/qemu-bridge-helper --br=br0"
Qemu treat it as one, single command as a whole. :<
sh: /usr/libexec/qemu-bridge-helper --br=lebridge0: not found
failed to lau
On Thu, Jan 09, 2014 at 09:12:22PM +0100, Paolo Bonzini wrote:
> Il 09/01/2014 19:51, Gabriel L. Somlo ha scritto:
> > panic(cpu 2 caller 0xff7f80864f8b): "No HPETs available...CPU(s)
> > configured
> > incorrectly\n"@/SourceCache/AppleIntelCPUPowerManagement/
> > AppleIntelCPUP
On Tuesday, January 07, 2014 05:30:32 PM Markus Armbruster wrote:
> Eduardo Otubo writes:
> > The following changes since commit
2a13f991123fa16841e6d94b02a9cc2c76d91725:
> > seccomp: exit if seccomp_init() fails (2013-12-20 16:38:29 -0200)
> >
> > are available in the git repository at:
> >
On 01/09/2014 10:33 PM, Piotr Karbowski wrote:
On 01/09/2014 06:09 PM, Corey Bryant wrote:
You should be able to pass a command line like this:
-net tap,helper="/usr/local/libexec/qemu-bridge-helper --br=br0"
Qemu treat it as one, single command as a whole. :<
sh: /usr/libexec/qemu-bridg
Hi Paolo,
On Thu, Jan 09, 2014 at 09:12:22PM +0100, Paolo Bonzini wrote:
> See
> http://lists.nongnu.org/archive/html/qemu-devel/2013-11/msg02815.html
> for some ideas.
I remember saving that email for a closer examination after I took
care of the AppleSMC patch, and then I forgot all about it --
From: Steven Noonan
Signed-off-by: Steven Noonan
Cc: Anthony Liguori
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index bdff4e4..807054b 100644
--- a/Makefile
+++ b/Makefile
@@ -290,7 +290,7 @@ common de-ch es fo fr-ca hu ja
From: Steven Noonan
This is caused by a linux/xattr.h and sys/xattr.h incompatibility:
In file included from
/home/snoonan/Development/qemu/include/qemu/xattr.h:27:0,
from fsdev/virtfs-proxy-helper.c:25:
/usr/include/sys/xattr.h:31:3: error: expected identifier befo
On Thu, Jan 09, 2014 at 12:03:26PM -0700, Alex Williamson wrote:
> On Thu, 2014-01-09 at 11:47 -0700, Alex Williamson wrote:
> > On Thu, 2014-01-09 at 20:00 +0200, Michael S. Tsirkin wrote:
> > > On Thu, Jan 09, 2014 at 10:24:47AM -0700, Alex Williamson wrote:
> > > > On Wed, 2013-12-11 at 20:30 +0
From: Steven Noonan
The -fstack-protector flag family is useful for ensuring safety and for
debugging, but has a performance impact. Here's a boot time comparison between
a QEMU build of qemu-system-arm with and without the -fstack-protector-all
flag:
# WITHOUT -fstack-protector-all
[roo
On Thu, Jan 09, 2014 at 11:33:59PM +0200, Michael S. Tsirkin wrote:
> Except XP doesn't support ConcatenateResTemplate so need to write
> it differently.
I tried this:
Device(HPET) {
...
Field(HPTM, DWordAcc, Lock, Preserve) {
VEND, 32,
PRD, 32,
UNU
On 01/10/2014 08:00 AM, Mike Day wrote:
>
> Alexey Kardashevskiy writes:
>
>> /* compute missing values, prefer sockets over cores over threads */
>> if (cpus == 0 || sockets == 0) {
>> sockets = sockets > 0 ? sockets : 1;
>> cores = cores > 0 ? cores
On 9 January 2014 21:55, Steven Noonan wrote:
> From: Steven Noonan
>
> The -fstack-protector flag family is useful for ensuring safety and for
> debugging, but has a performance impact. Here's a boot time comparison between
> a QEMU build of qemu-system-arm with and without the -fstack-protector
Il 09/01/2014 22:55, Steven Noonan ha scritto:
> From: Steven Noonan
>
> The -fstack-protector flag family is useful for ensuring safety and for
> debugging, but has a performance impact. Here's a boot time comparison between
> a QEMU build of qemu-system-arm with and without the -fstack-protecto
On Thu, 2014-01-09 at 23:56 +0200, Michael S. Tsirkin wrote:
> On Thu, Jan 09, 2014 at 12:03:26PM -0700, Alex Williamson wrote:
> > On Thu, 2014-01-09 at 11:47 -0700, Alex Williamson wrote:
> > > On Thu, 2014-01-09 at 20:00 +0200, Michael S. Tsirkin wrote:
> > > > On Thu, Jan 09, 2014 at 10:24:47AM
On Thu, 2014-01-09 at 16:34 +1100, Alexey Kardashevskiy wrote:
> On POWERPC, only a whole CPU core can be assigned to a KVM.
s/POWERPC/POWER/
-Scott
Hello,
kernel 3.12.5, qemu-1.7.0.
With vhost=on, qemu shortly after start uses all its assigned memory (2G
for example), without vhost-net enabled it does not go to more than 200
MB on my idling test virtual machine. 100% reproducable. I think its not
how it should be.
Full command:
/usr/bi
On 09/01/14 5:40 PM, Paolo Bonzini wrote:
Il 09/01/2014 22:55, Steven Noonan ha scritto:
From: Steven Noonan
The -fstack-protector flag family is useful for ensuring safety and for
debugging, but has a performance impact. Here's a boot time comparison between
a QEMU build of qemu-system-arm wi
1 - 100 of 123 matches
Mail list logo