[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [RFC 1/3] pvh: Add x86/HVM direct boot ABI header file
- To: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- From: Liam Merwick <liam.merwick@xxxxxxxxxx>
- Date: Tue, 11 Dec 2018 14:57:29 +0000
- Cc: ehabkost@xxxxxxxxxx, mst@xxxxxxxxxx, maran.wilson@xxxxxxxxxx, qemu-devel@xxxxxxxxxx, George Kennedy <george.kennedy@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx, pbonzini@xxxxxxxxxx, Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>, rth@xxxxxxxxxxx, sgarzare@xxxxxxxxxx
- Delivery-date: Tue, 11 Dec 2018 14:57:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 11/12/2018 14:01, Stefan Hajnoczi wrote:
On Wed, Dec 05, 2018 at 10:37:24PM +0000, Liam Merwick wrote:
From: Liam Merwick <Liam.Merwick@xxxxxxxxxx>
The x86/HVM direct boot ABI permits Qemu to be able to boot directly
into the uncompressed Linux kernel binary without the need to run firmware.
https://xenbits.xen.org/docs/unstable/misc/pvh.html
This commit adds the header file that defines the start_info struct
that needs to be populated in order to use this ABI.
Signed-off-by: Maran Wilson <Maran.Wilson@xxxxxxxxxx>
Signed-off-by: Liam Merwick <Liam.Merwick@xxxxxxxxxx>
Reviewed-by: Konrad Rzeszutek Wilk <Konrad.Wilk@xxxxxxxxxx>
---
include/hw/xen/start_info.h | 146 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 146 insertions(+)
create mode 100644 include/hw/xen/start_info.h
Does it make sense to bring in Linux
include/xen/interface/hvm/start_info.h via QEMU's
include/standard-headers/?
QEMU has a script in scripts/update-linux-header.sh for syncing Linux
headers into include/standard-headers/. This makes it easy to keep
Linux header files up-to-date. We basically treat files in
include/standard-headers/ as auto-generated.
If you define start_info.h yourself without using
include/standard-headers/, then it won't be synced with Linux.
That does seem better. I will make that change.
One a related note, I'm trying to fix the mingw compilation errors [1]
in this series also. I can fix the format issues with PRIx64, etc but I
can't seem to find an include file to provide a declaration of mmap()
et. al. - has this been resolved before? A pointer to something similar
to investigate would be very welcome.
Regards,
Liam
[1]
http://patchew.org/logs/1544049446-6359-1-git-send-email-liam.merwick@xxxxxxxxxx/testing.docker-mingw@fedora/?type=message
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|