qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Chunyan Liu <cyliu@suse.com>
To: xen-devel@lists.xensource.com, qemu-devel@nongnu.org
Cc: Chunyan Liu <cyliu@suse.com>,
	Ian.Jackson@eu.citrix.com, Ian.Campbell@citrix.com,
	stefano.stabellini@eu.citrix.com
Subject: [Qemu-devel] [RFC PATCH V4 0/2] Support xen HVM direct kernel boot
Date: Tue,  1 Jul 2014 15:05:59 +0800	[thread overview]
Message-ID: <1404198361-5795-1-git-send-email-cyliu@suse.com> (raw)

Updated current patch series for working with qemu-xen and default
BIOS (seabios), to make it in good shape. Stubdom support will be
continued.
  
xen side patch: pass kernel/initrd/append parameters to qemu-dm
qemu side patch: reuse load_linux() for xen hvm direct kernel boot.
    Different from pc_memory_init which does lots of ram alloc work
    and rom/bios loading work, for xen, we only need to init a basic
    fw_cfg device used by load_linux() to store ADDRs and
    linuxboot.bin/multiboot.bin to retrive ADDRs, then load_linux(),
    after that, do real add option rom work to add
    linuxboot.bin/multiboot.bin to system option rom. Other things
    would be done by seabios smoothly.

Changes:
  xen side patch:
  - address to Ian J's comments:
    - drop 'cmdline' replacing 'root' and 'extra' implementation
      introduced in v3.
    - move 'kernel','ramdisk','cmdline' to libxl_domain_build_info
      common areas, rather then adding to .u.hvm.
    - update libxl.h to indicate the new changes
  qemu side patch:
  - add assertion
  - add description about vapic changes.

v3 is here:
https://lists.nongnu.org/archive/html/qemu-devel/2014-06/msg04903.html

v2 is here:
http://thread.gmane.org/gmane.comp.emulators.qemu/277514

v1 is here:
http://lists.gnu.org/archive/html/qemu-devel/2014-05/msg06233.html

Chunyan Liu (2):
  xen: pass kernel initrd to qemu
  qemu: support xen HVM direct kernel boot

-- 
1.8.4.5

             reply	other threads:[~2014-07-01  7:06 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-01  7:05 Chunyan Liu [this message]
2014-07-01  7:06 ` [Qemu-devel] [RFC PATCH V4 1/2] xen: pass kernel initrd to qemu Chunyan Liu
2014-07-02 14:47   ` Ian Campbell
2014-06-20  6:03     ` [Qemu-devel] [RFC PATCH V3 0/2] support xen HVM direct kernel boot Chunyan Liu
2014-06-20  6:03       ` [Qemu-devel] [RFC PATCH V3 1/2] xen: pass kernel initrd to qemu Chunyan Liu
2014-06-23 14:22         ` Ian Jackson
2014-06-24  3:24           ` [Qemu-devel] [Xen-devel] " Chun Yan Liu
2014-07-02 14:40           ` [Qemu-devel] " Ian Campbell
2014-07-02 15:17             ` [Qemu-devel] [RFC PATCH V3 1/2] xen: pass kernel initrd to qemu [and 1 more messages] Ian Jackson
2014-07-03  5:56               ` [Qemu-devel] [Xen-devel] " Chun Yan Liu
2014-07-03  9:08                 ` Ian Campbell
2014-06-20  6:03       ` [Qemu-devel] [RFC PATCH V3 2/2] qemu: support xen hvm direct kernel boot Chunyan Liu
2014-06-20 12:08         ` Stefano Stabellini
2014-06-23  3:36           ` [Qemu-devel] [Xen-devel] " Chun Yan Liu
2014-06-23 10:14             ` Stefano Stabellini
2014-06-24  2:27               ` Chun Yan Liu
2014-07-02 15:16   ` [Qemu-devel] [RFC PATCH V4 1/2] xen: pass kernel initrd to qemu Ian Campbell
2014-07-03  2:34     ` [Qemu-devel] [Xen-devel] " Chun Yan Liu
2014-07-03  8:57       ` Ian Campbell
2014-07-01  7:06 ` [Qemu-devel] [RFC PATCH V4 2/2] qemu: support xen hvm direct kernel boot Chunyan Liu
2014-07-02 14:18   ` Stefano Stabellini
2014-07-02 15:15     ` Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1404198361-5795-1-git-send-email-cyliu@suse.com \
    --to=cyliu@suse.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).