Re: [Qemu-devel] [PATCH v2] PCMachineState: introduce acpi_build_enabled field

2016-11-01 Thread Sander Eikelenboom
ony.per...@citrix.com> Cc: Stefano Stabellini <sstabell...@kernel.org> Cc: Sander Eikelenboom <li...@eikelenboom.it> v2: 1. drop acpi-build property 2. set acpi_build_enabled to acpi_has_build 3. replace acpi_has_build check in acpi_build() --- hw/i386/acpi-build.c | 2 +- hw/i386/

Re: [Qemu-devel] [PATCH v2] xenfv: set has_acpi_build to false

2016-10-27 Thread Sander Eikelenboom
ot > anymore, because the new ACPI tables cause the guest to exceed its > memory allocation limit. > Reported-by: Sander Eikelenboom <li...@eikelenboom.it> > Signed-off-by: Wei Liu <wei.l...@citrix.com> Just given this patch a spin and you may add a: Tested-by: Sander Eikele

Re: [Qemu-devel] [Xen-devel] [PATCH] Do not emulate a floppy drive when -nodefaults

2015-05-14 Thread Sander Eikelenboom
Thursday, May 14, 2015, 2:53:17 PM, you wrote: On 14/05/2015 14:45, Markus Armbruster wrote: Paolo Bonzini pbonz...@redhat.com writes: On 14/05/2015 14:02, Markus Armbruster wrote: It should certainly be off for pc-q35-2.4 and newer. Real Q35 boards commonly don't have an FDC

Re: [Qemu-devel] [Xen-devel] [v4][PATCH 2/5] xen, gfx passthrough: create intel isa bridge

2014-06-03 Thread Sander Eikelenboom
Tuesday, June 3, 2014, 1:42:44 PM, you wrote: On 06/03/2014 12:29 PM, Stefano Stabellini wrote: On Tue, 3 Jun 2014, Paolo Bonzini wrote: Il 30/05/2014 10:59, Tiejun Chen ha scritto: +static int create_pch_isa_bridge(PCIBus *bus, XenHostPCIDevice *hdev) +{ +struct PCIDevice *dev; + +

Re: [Qemu-devel] [Xen-devel] [v4][PATCH 2/5] xen, gfx passthrough: create intel isa bridge

2014-06-03 Thread Sander Eikelenboom
Tuesday, June 3, 2014, 2:24:40 PM, you wrote: Il 03/06/2014 14:21, Sander Eikelenboom ha scritto: The last part should perhaps be fixed in the driver/firmware (for instance the assumption the device is always device 00:02.0, that's valid for real intel hardware, but not necessary

[Qemu-devel] [PATCH] Nowadays alsa and pulseaudio are most often the default soundsystem. When the headerfiles are found, enable the build of the alsa and pulseaudio audio driver for the default targe

2014-05-01 Thread Sander Eikelenboom
Signed-off-by: Sander Eikelenboom li...@eikelenboom.it --- configure |6 ++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 2fbec59..de87d38 100755 --- a/configure +++ b/configure @@ -637,6 +637,12 @@ Haiku) ;; *) audio_drv_list=oss + if test -f /usr

Re: [Qemu-devel] [PATCH] Nowadays alsa and pulseaudio are most often the default soundsystem. When the headerfiles are found, enable the build of the alsa and pulseaudio audio driver for the default t

2014-05-01 Thread Sander Eikelenboom
Thursday, May 1, 2014, 1:06:35 PM, you wrote: On 1 May 2014 11:56, Sander Eikelenboom li...@eikelenboom.it wrote: Signed-off-by: Sander Eikelenboom li...@eikelenboom.it --- configure |6 ++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 2fbec59..de87d38

Re: [Qemu-devel] [PATCH] Nowadays alsa and pulseaudio are most often the default soundsystem. When the headerfiles are found, enable the build of the alsa and pulseaudio audio driver for the default t

2014-05-01 Thread Sander Eikelenboom
Thursday, May 1, 2014, 3:06:27 PM, you wrote: On 1 May 2014 13:56, Sander Eikelenboom li...@eikelenboom.it wrote: Thursday, May 1, 2014, 1:06:35 PM, you wrote: This is a lower-quality duplicate of the code we already have in configure for probing whether an audio backend is present

Re: [Qemu-devel] [PATCH] pc_piix: enable legacy hotplug for Xen

2014-02-05 Thread Sander Eikelenboom
Wednesday, February 5, 2014, 5:35:32 PM, you wrote: On Tue, 4 Feb 2014, Sander Eikelenboom wrote: Tuesday, February 4, 2014, 10:55:18 PM, you wrote: Il 04/02/2014 22:32, Michael S. Tsirkin ha scritto: xenfv has no fwcfg and so does not load acpi from QEMU. as such new acpi features

Re: [Qemu-devel] Commit 9e047b982452c633882b486682966c1d97097015 (piix4: add acpi pci hotplug support) seems to break Xen pci-passthrough

2014-02-04 Thread Sander Eikelenboom
Tuesday, February 4, 2014, 3:32:19 PM, you wrote: On Tue, Feb 04, 2014 at 12:46:08AM +0100, Sander Eikelenboom wrote: Grmbll my fat fingers hit the send shortcut too soon by accident .. let's try again .. Hi Michael, A git bisect turned out that commit

Re: [Qemu-devel] [PATCH] pc_piix: enable legacy hotplug for Xen

2014-02-04 Thread Sander Eikelenboom
Tuesday, February 4, 2014, 10:55:18 PM, you wrote: Il 04/02/2014 22:32, Michael S. Tsirkin ha scritto: xenfv has no fwcfg and so does not load acpi from QEMU. as such new acpi features don't work. Reported-by: Sander Eikelenboom li...@eikelenboom.it Signed-off-by: Michael S. Tsirkin m

[Qemu-devel] Commit 9e047b982452c633882b486682966c1d97097015 seems to break Xen pci-passthrough

2014-02-03 Thread Sander Eikelenboom
Hi Michael, A git bisect turned out that commit 9e047b982452c633882b486682966c1d97097015 breaks pci-passthrough on Xen. The error is not very verbose :

[Qemu-devel] Commit 9e047b982452c633882b486682966c1d97097015 (piix4: add acpi pci hotplug support) seems to break Xen pci-passthrough

2014-02-03 Thread Sander Eikelenboom
Grmbll my fat fingers hit the send shortcut too soon by accident .. let's try again .. Hi Michael, A git bisect turned out that commit 9e047b982452c633882b486682966c1d97097015 breaks pci-passthrough on Xen. commit 9e047b982452c633882b486682966c1d97097015 Author: Michael S. Tsirkin

[Qemu-devel] Secondary VGA passthrough not working, hitting linux kernel's pci_fixup_video

2014-01-15 Thread Sander Eikelenboom
Hi Michael / Anthony, I'm trying to do secondary VGA passthrough with on Xen for some time. The problem was that the driver would get the rom of the emulated VGA device instead of it's own rom from the rom bar. In the end I found out it is because of a fixup in the linux kernel,

Re: [Qemu-devel] Secondary VGA passthrough not working, hitting linux kernel's pci_fixup_video

2014-01-15 Thread Sander Eikelenboom
Wednesday, January 15, 2014, 12:58:20 PM, you wrote: On Wed, Jan 15, 2014 at 11:37:29AM +0100, Sander Eikelenboom wrote: Hi Michael / Anthony, I'm trying to do secondary VGA passthrough with on Xen for some time. The problem was that the driver would get the rom of the emulated VGA

Re: [Qemu-devel] Secondary VGA passthrough not working, hitting linux kernel's pci_fixup_video

2014-01-15 Thread Sander Eikelenboom
Wednesday, January 15, 2014, 8:03:15 PM, you wrote: On Wed, Jan 15, 2014 at 02:14:49PM +0100, Sander Eikelenboom wrote: Wednesday, January 15, 2014, 12:58:20 PM, you wrote: On Wed, Jan 15, 2014 at 11:37:29AM +0100, Sander Eikelenboom wrote: Hi Michael / Anthony, I'm trying to do

Re: [Qemu-devel] Secondary VGA passthrough not working, hitting linux kernel's pci_fixup_video

2014-01-15 Thread Sander Eikelenboom
Wednesday, January 15, 2014, 11:10:35 PM, you wrote: [+cc Jesse, David] On Wed, Jan 15, 2014 at 12:19 PM, Sander Eikelenboom li...@eikelenboom.it wrote: I understood there is no bridge for a VGA device in your virtual machine. Your emulator for the bridge control

Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom

2013-12-02 Thread Sander Eikelenboom
Monday, December 2, 2013, 8:41:31 PM, you wrote: On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote: *RESEND* due to exceeding the mailinglists limit for attachment size. Hi, I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570

Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom

2013-12-02 Thread Sander Eikelenboom
Monday, December 2, 2013, 9:39:37 PM, you wrote: On Mon, Dec 02, 2013 at 08:55:57PM +0100, Sander Eikelenboom wrote: Monday, December 2, 2013, 8:41:31 PM, you wrote: On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote: *RESEND* due to exceeding the mailinglists limit

Re: [Qemu-devel] xen-unstable qemu-upstream: pci-passthrough timing issues due to commit 0f7b2864d0d0c3ef2801f9214d8c510c80a220d1 when vnc enabled

2013-04-22 Thread Sander Eikelenboom
Monday, April 22, 2013, 12:01:02 PM, you wrote: On Sat, 20 Apr 2013, Sander Eikelenboom wrote: Hi Gerd, Using qemu-upstream with pci-passthrough on xen-unstable previously worked fine. Since commit 0f7b2864d0d0c3ef2801f9214d8c510c80a220d1 (bisected) i see what i think are timing issues

Re: [Qemu-devel] xen-unstable qemu-upstream: libxl: error: libxl_qmp.c:440:qmp_next: timeout, libxl_qmp.c:705:libxl__qmp_initialize: Failed to connect to QMP

2013-04-20 Thread Sander Eikelenboom
Friday, April 19, 2013, 7:15:59 PM, you wrote: Il 19/04/2013 19:11, Sander Eikelenboom ha scritto: BTW, is there a relation with the main-loop: WARNING: I/O thread spun for 1000 iterations ? I'm still seeing that one popping up in the log. If you want to try to up the count to 1

[Qemu-devel] xen-unstable qemu-upstream: pci-passthrough timing issues due to commit 0f7b2864d0d0c3ef2801f9214d8c510c80a220d1 when vnc enabled

2013-04-20 Thread Sander Eikelenboom
Hi Gerd, Using qemu-upstream with pci-passthrough on xen-unstable previously worked fine. Since commit 0f7b2864d0d0c3ef2801f9214d8c510c80a220d1 (bisected) i see what i think are timing issues (video device is reporting buffer underruns). Since that commit changes vnc code, i have disabled vnc

Re: [Qemu-devel] xen-unstable qemu-upstream: libxl: error: libxl_qmp.c:440:qmp_next: timeout, libxl_qmp.c:705:libxl__qmp_initialize: Failed to connect to QMP

2013-04-19 Thread Sander Eikelenboom
Friday, April 19, 2013, 9:27:34 AM, you wrote: Il 19/04/2013 01:21, Sander Eikelenboom ha scritto: Thursday, April 18, 2013, 3:32:37 PM, you wrote: Il 18/04/2013 15:27, Stefano Stabellini ha scritto: Any thing that springs to mind ? Nope, sorry. Given the commit that your bisection

Re: [Qemu-devel] xen-unstable qemu-upstream: libxl: error: libxl_qmp.c:440:qmp_next: timeout, libxl_qmp.c:705:libxl__qmp_initialize: Failed to connect to QMP

2013-04-19 Thread Sander Eikelenboom
Friday, April 19, 2013, 9:27:34 AM, you wrote: Il 19/04/2013 01:21, Sander Eikelenboom ha scritto: Thursday, April 18, 2013, 3:32:37 PM, you wrote: Il 18/04/2013 15:27, Stefano Stabellini ha scritto: Any thing that springs to mind ? Nope, sorry. Given the commit that your bisection

Re: [Qemu-devel] xen-unstable qemu-upstream: libxl: error: libxl_qmp.c:440:qmp_next: timeout, libxl_qmp.c:705:libxl__qmp_initialize: Failed to connect to QMP

2013-04-19 Thread Sander Eikelenboom
Friday, April 19, 2013, 10:04:22 AM, you wrote: Il 19/04/2013 09:52, Sander Eikelenboom ha scritto: What version is glib on the host? Ah i knew i forgot to look something up .. ii libglib2.0-0 2.24.2-1

Re: [Qemu-devel] xen-unstable qemu-upstream: libxl: error: libxl_qmp.c:440:qmp_next: timeout, libxl_qmp.c:705:libxl__qmp_initialize: Failed to connect to QMP

2013-04-19 Thread Sander Eikelenboom
Friday, April 19, 2013, 3:00:56 PM, you wrote: Il 19/04/2013 14:56, Sander Eikelenboom ha scritto: Friday, April 19, 2013, 10:04:22 AM, you wrote: Il 19/04/2013 09:52, Sander Eikelenboom ha scritto: What version is glib on the host? Ah i knew i forgot to look something up .. ii

Re: [Qemu-devel] xen-unstable qemu-upstream: libxl: error: libxl_qmp.c:440:qmp_next: timeout, libxl_qmp.c:705:libxl__qmp_initialize: Failed to connect to QMP

2013-04-19 Thread Sander Eikelenboom
Friday, April 19, 2013, 7:00:11 PM, you wrote: Il 19/04/2013 18:53, Sander Eikelenboom ha scritto: Friday, April 19, 2013, 3:00:56 PM, you wrote: Il 19/04/2013 14:56, Sander Eikelenboom ha scritto: Friday, April 19, 2013, 10:04:22 AM, you wrote: Il 19/04/2013 09:52, Sander Eikelenboom

Re: [Qemu-devel] [PATCH v2 4/4] qemu-char: do not operate on sources from finalize callbacks

2013-04-19 Thread Sander Eikelenboom
developers found and fixed the deadlock as part of implementing child sources. Signed-off-by: Paolo Bonzini pbonz...@redhat.com Tested-by: Sander Eikelenboom li...@eikelenboom.it --- qemu-char.c | 55 --- 1 files changed, 40 insertions(+), 15

Re: [Qemu-devel] xen-unstable qemu-upstream: libxl: error: libxl_qmp.c:440:qmp_next: timeout, libxl_qmp.c:705:libxl__qmp_initialize: Failed to connect to QMP

2013-04-18 Thread Sander Eikelenboom
Thursday, April 18, 2013, 3:32:37 PM, you wrote: Il 18/04/2013 15:27, Stefano Stabellini ha scritto: Any thing that springs to mind ? Nope, sorry. Given the commit that your bisection identified and the error message, it's clear that it's a QMP connection issue from libxl. I would

[Qemu-devel] xen-unstable qemu-upstream: libxl: error: libxl_qmp.c:440:qmp_next: timeout, libxl_qmp.c:705:libxl__qmp_initialize: Failed to connect to QMP

2013-04-16 Thread Sander Eikelenboom
Hi Stefano, When trying to start a hvm quest with xen-unstable and qemu-upstream, it ends up stuck: xc: info: VIRTUAL MEMORY ARRANGEMENT: Loader:0010-0019c864 Modules: - TOTAL: -2f80

[Qemu-devel] [PATCH] Update Makefile to actually install the new efi-ena, ping ?

2013-04-14 Thread Sander Eikelenboom
Hi, Haven't had a response yet and it's not applied either ? So time to send a little ping ... http://lists.gnu.org/archive/html/qemu-devel/2013-04/msg01503.html -- Sander

[Qemu-devel] Question to prefered

2013-04-11 Thread Sander Eikelenboom
Hi Paolo / Anthony, I have 2 questions: 1) Since Paolo has cleaned up the qemu tree by splitting out the /hw dir. I was considering to make the Xen file naming a bit more consistent. At the moment it's a mismatch with the xen prefix and the rest of the filename, separated by a hyphen,

Re: [Qemu-devel] Question to prefered

2013-04-11 Thread Sander Eikelenboom
Thursday, April 11, 2013, 9:50:09 PM, you wrote: On 11 April 2013 20:32, Sander Eikelenboom li...@eikelenboom.it wrote: Hi Paolo / Anthony, 2) Qemu seems to have the possibility to make a debug enabled build by specifing --enable-debug option to ./configure, that sets CONFIG_DEBUG_EXEC

[Qemu-devel] [PATCH] Update Makefile to actually install the new efi-enabled nic roms that are used by default.

2013-04-08 Thread Sander Eikelenboom
Commit c45e5b5b30ac1f5505725a7b36e68cedfce4f01f made a switch use the efi-enabled nic roms by default. This patch updates the Makefile to install the roms so they can actually be used. Signed-off-by: Sander Eikelenboom li...@eikelenboom.it --- Makefile |2 ++ 1 files changed, 2 insertions

[Qemu-devel] [PATCH] Fix compile errors when enabling Xen debug logging

2012-12-13 Thread Sander Eikelenboom
Sander Eikelenboom (1): Fix compile errors when enabling Xen debug logging. hw/xen_pt.c |4 ++-- xen-all.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- 1.7.2.5

[Qemu-devel] [PATCH v2] Fix compile errors when enabling Xen debug logging.

2012-12-13 Thread Sander Eikelenboom
Fix compile errors when enabling Xen debug logging. v2: - Wrap around 80 characters - Use %HWADDR_PRIx format for hwaddr Sander Eikelenboom (1): Fix compile errors when enabling Xen debug logging. hw/xen_pt.c |5 +++-- xen-all.c |7 --- 2 files changed, 7 insertions(+), 5

[Qemu-devel] [PATCH v2] Fix compile errors when enabling Xen debug logging.

2012-12-13 Thread Sander Eikelenboom
v2: - Wrap around 80 characters - Use %HWADDR_PRIx format for hwaddr Signed-off-by: Sander Eikelenboom li...@eikelenboom.it --- hw/xen_pt.c |5 +++-- xen-all.c |7 --- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/hw/xen_pt.c b/hw/xen_pt.c index 7a3846e..7aae826

[Qemu-devel] [PATCH] Fix compile errors when enabling Xen debug logging.

2012-12-13 Thread Sander Eikelenboom
Signed-off-by: Sander Eikelenboom li...@eikelenboom.it --- hw/xen_pt.c |4 ++-- xen-all.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/xen_pt.c b/hw/xen_pt.c index 7a3846e..ca42a14 100644 --- a/hw/xen_pt.c +++ b/hw/xen_pt.c @@ -671,7 +671,7 @@ static int