Re: [Qemu-devel] [Xen-devel] [PULL 0/19] xen-2015-09-08-tag

2015-09-28 Thread Pasi Kärkkäinen
Hi, On Mon, Sep 28, 2015 at 11:01:11AM +0100, Stefano Stabellini wrote: > No, unfortunately it is not possible at this stage of the release cycle. > But users can still use QEMU 2.5 (as soon as it is released, which > should be in a couple of months) with Xen 4.6 as there is not a strong > tie bet

Re: [Qemu-devel] [Xen-devel] [PATCH v4] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2015-01-27 Thread Pasi Kärkkäinen
Hello, On Fri, Aug 22, 2014 at 08:45:03AM +, Gonglei (Arei) wrote: > > From: Konrad Rzeszutek Wilk [mailto:konrad.w...@oracle.com] > > Sent: Thursday, August 21, 2014 6:31 AM > > To: Fabio Fantoni > > Cc: Ross Philipson; Ian Campbell; Paul Durrant; ke...@koconnor.net; > > Huangweidong (C); Han

Re: [Qemu-devel] [Xen-devel] [PATCH v5 2/3] pc & q35: Add new machine opt max-ram-below-4g

2014-06-17 Thread Pasi Kärkkäinen
On Tue, Jun 17, 2014 at 04:08:54PM -0400, Konrad Rzeszutek Wilk wrote: > On Tue, Jun 17, 2014 at 10:43:29PM +0300, Michael S. Tsirkin wrote: > > On Tue, Jun 17, 2014 at 02:44:41PM -0400, Don Slutz wrote: > > > > > > >Presumably you then have a 64 bit guest so why does it > > > >care about memory/M

Re: [Qemu-devel] [Xen-devel] Discussion: xen hvm guest direct kernel boot

2014-04-28 Thread Pasi Kärkkäinen
On Fri, Apr 25, 2014 at 01:08:18AM -0600, Chun Yan Liu wrote: > Hi, > Hello, > I'm looking at xen hvm guest direct kernel boot and interested to do > it. I found there were some discussions about it and an early work > around by Daniel (based on xen qemu-dm). > [1]http://old-list-archives.xenpr

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-10-01 Thread Pasi Kärkkäinen
On Tue, Sep 24, 2013 at 11:24:46PM +0200, Sander Eikelenboom wrote: > > > Can you send out the all the logs when using qemu-dm-traditional as well as > > the guest configuration file used by xl ? > > Sure, here is the complete set for qemu-dm-traditional. > I have added some extra printk's (see

Re: [Qemu-devel] [Xen-devel] [RFC PATCH] vga: Start supporting resolution not multiple of 16 correctly.

2013-09-25 Thread Pasi Kärkkäinen
On Sun, Jul 28, 2013 at 05:56:01PM +0100, Frediano Ziglio wrote: >2013/7/23 Gerd Hoffmann <[1]kra...@redhat.com> > > Â Hi, > > Tested-by: Fabio Fantoni <[2]fabio.fant...@m2r.biz> > > > > I tested it for a long time with spice on xen (because qxl will be > fully >

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-09-22 Thread Pasi Kärkkäinen
On Sun, Sep 22, 2013 at 05:00:58PM +0200, Sander Eikelenboom wrote: > > >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a > >> AMD HD6570 and the native kernel radeon driver and kernel modesetting. > >> So the guest still gets the emulated stdvga or cirrus device(used i

Re: [Qemu-devel] [Xen-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-29 Thread Pasi Kärkkäinen
On Mon, Jul 29, 2013 at 08:48:54AM +, Gonglei (Arei) wrote: > > -Original Message- > > From: Pasi Kärkkäinen [mailto:pa...@iki.fi] > > Sent: Saturday, July 27, 2013 7:51 PM > > To: Gerd Hoffmann > > Cc: Andreas Färber; Hanweidong; Luonengjun; qem

Re: [Qemu-devel] [Xen-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-27 Thread Pasi Kärkkäinen
On Fri, Jul 26, 2013 at 12:19:16PM +0200, Gerd Hoffmann wrote: > > Maybe the xen guys did some optimizations in qemu-dm which where not > merged upstream. Try asking @ xen-devel. > Yeah, xen qemu-dm must have some optimization for cirrus that isn't in upstream qemu. > Beside that the standar

Re: [Qemu-devel] [Xen-devel] [PATCH] Citrix PV Bus device

2013-07-02 Thread Pasi Kärkkäinen
On Tue, Jul 02, 2013 at 11:48:46AM +0100, Ian Campbell wrote: > On Tue, 2013-07-02 at 11:31 +0100, Paul Durrant wrote: > > > > XS, XC and anyone else who chooses could carry a separate patch that > > > > changes the default to 'install if there are no drivers', signalling > > > > over xenstore, or

Re: [Qemu-devel] [Xen-devel] [PATCH] xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)

2013-05-30 Thread Pasi Kärkkäinen
On Thu, May 30, 2013 at 02:20:46PM +0100, Stefano Stabellini wrote: > We are currently setting the PCI hole to start at HVM_BELOW_4G_RAM_END, > that is 0xf000. > Start the PCI hole at 0xe000 instead, that is the same value used by > pc_init1 and qemu-xen-traditional. > > This fixes a bug w

Re: [Qemu-devel] [Xen-devel] [PVSCSI]How to unplug scsi disk simulated by Qemu, just like unplug the ide disk?

2013-05-30 Thread Pasi Kärkkäinen
On Thu, May 30, 2013 at 11:23:44AM +, Gonglei (Arei) wrote: > Hi all, > My environment is xen-4.1.2 + qemu-1.2.2 > I made a pvscsi driver for Redhat guest, but I encountered a problem > that I could see two scsi disks, one was simulated by QEMU, another was > passthrough. > Actu

Re: [Qemu-devel] [Xen-devel] [RFC PATCH] vga: Start supporting resolution not multiple of 16 correctly.

2013-05-09 Thread Pasi Kärkkäinen
On Fri, Mar 15, 2013 at 06:14:30PM +, Frediano Ziglio wrote: > Modern notebook support 136x768 resolution. The resolution width is > not multiple of 16 causing some problems. > > Qemu VGA emulation require width resolution to be multiple of 8. > > VNC implementation require width resolution t

Re: [Qemu-devel] [Xen-devel] [PATCH 0/2] QEMU/xen: simplify cpu_ioreq_pio and cpu_ioreq_move / Xen on Xen nested virt

2013-02-20 Thread Pasi Kärkkäinen
On Wed, Feb 20, 2013 at 03:42:15PM +, Ian Jackson wrote: > Pasi Kärkkäinen writes ("Re: [Xen-devel] [PATCH 0/2] QEMU/xen: simplify > cpu_ioreq_pio and cpu_ioreq_move / Xen on Xen nested virt"): > > Ping again? I wonder if I've gotten into some blacklist already

Re: [Qemu-devel] [Xen-devel] [PATCH 0/2] QEMU/xen: simplify cpu_ioreq_pio and cpu_ioreq_move / Xen on Xen nested virt

2013-02-19 Thread Pasi Kärkkäinen
On Thu, Jan 24, 2013 at 03:44:41PM +0200, Pasi Kärkkäinen wrote: > Hello, > > IanJ: I can't see this patch in qemu-xen-unstable .. > Does the the patch still need something to be fixed before it can be applied? > Ping again? I wonder if I've gotten into some blac

Re: [Qemu-devel] [Xen-devel] [PATCH 0/2] QEMU/xen: simplify cpu_ioreq_pio and cpu_ioreq_move / Xen on Xen nested virt

2013-01-24 Thread Pasi Kärkkäinen
Hello, IanJ: I can't see this patch in qemu-xen-unstable .. Does the the patch still need something to be fixed before it can be applied? Thanks, -- Pasi On Wed, Jan 09, 2013 at 09:09:26AM +0200, Pasi Kärkkäinen wrote: > On Tue, Jan 08, 2013 at 01:49:06AM +, Xu, Dongxi

Re: [Qemu-devel] [Xen-devel] [PATCH 0/2] QEMU/xen: simplify cpu_ioreq_pio and cpu_ioreq_move

2013-01-08 Thread Pasi Kärkkäinen
On Tue, Jan 08, 2013 at 01:49:06AM +, Xu, Dongxiao wrote: > > > > > -Original Message- > > > From: Ian Jackson [mailto:ian.jack...@eu.citrix.com] > > > Sent: Saturday, December 08, 2012 12:34 AM > > > To: Ian Campbell > > > Cc: Stefano Stabellini; Xu, Dongxiao; xen-de...@lists.xensourc

Re: [Qemu-devel] [Xen-devel] [PATCH 0/2] QEMU/xen: simplify cpu_ioreq_pio and cpu_ioreq_move

2012-11-29 Thread Pasi Kärkkäinen
On Thu, Nov 29, 2012 at 01:57:11PM +, Ian Campbell wrote: > On Thu, 2012-11-29 at 13:21 +, Stefano Stabellini wrote: > > > Also I think 4.2.1 need these patches to enable the basic Xen on Xen > > > nested virtualization usage scenario. > > > > I agree. > > Nested virt was a tech preview i

Re: [Qemu-devel] [fedora-virt] Fedora virt status

2011-05-28 Thread Pasi Kärkkäinen
On Mon, May 23, 2011 at 08:21:40AM -0500, Justin M. Forbes wrote: > > Fedora 16 > It is time to start planning for the Fedora 16 release. What features are > going to be proposed? What does the community want to see from Fedora 16 > virtualiation? > Xen dom0 support out-of-the-box with the

[Qemu-devel] Re: [Xen-devel] Virtualization project idea

2010-08-27 Thread Pasi Kärkkäinen
On Fri, Aug 27, 2010 at 06:01:49PM +0100, David Markey wrote: >Wow, good news. >When are we porting our Xen stuff upstream? :) > I think that's in progress right now.. two rounds of patches already sent. -- Pasi

Re: [Qemu-devel] Planning for 0.13

2010-01-12 Thread Pasi Kärkkäinen
On Tue, Jan 05, 2010 at 06:43:11AM -0600, Anthony Liguori wrote: > Hi, > > I hope everyone had a happy new year! Now that we've finished the 0.12 > release and most of us have had a nice break, I think it's time to start > planning for the next release. > > 0.12 felt a bit rushed to me. I'd l