[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH V12 00/17] Xen device model support
From: |
Alexander Graf |
Subject: |
[Qemu-devel] Re: [PATCH V12 00/17] Xen device model support |
Date: |
Wed, 30 Mar 2011 12:56:07 +0200 |
On 29.03.2011, at 20:27, address@hidden wrote:
> From: Anthony PERARD <address@hidden>
>
> Hi all,
>
> Here is the few change made since the v11:
> - All objects built for each target are now build only for i386 targets.
> - The compatibility macros have been replaced by static inline functions.
> - xen_platform_init replaced by a call to pci_create_simple.
> - Use of bitmap.h in xen mapcache
> - Xen Mapcache have a max cache limit now.
> - Compilation of x86_64 target fixed.
> - A ram_ptr leak is fixed in pci_add_option_rom.
>
> This series depends on the series "Introduce "machine" QemuOpts".
>
> You can find a git tree here:
>
> git://xenbits.xen.org/people/aperard/qemu-dm.git qemu-dm-v12
Acked-by: Alexander Graf <address@hidden>
Thanks a lot!
Alex
- [Qemu-devel] [PATCH V12 01/17] xen: Replace some tab-indents with spaces (clean-up)., (continued)
- [Qemu-devel] [PATCH V12 01/17] xen: Replace some tab-indents with spaces (clean-up)., anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 11/17] configure: Always use 64bits target physical addresses with xen enabled., anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 09/17] xen: Introduce the Xen mapcache, anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 12/17] Introduce qemu_put_ram_ptr, anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 10/17] xen: Adds a cap to the number of map cache entries., anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 14/17] vl.c: Introduce getter for shutdown_requested and reset_requested., anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 13/17] pci: Use of qemu_put_ram_ptr in pci_add_option_rom., anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 16/17] xen: Set running state in xenstore., anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 15/17] xen: Initialize event channels and io rings, anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 17/17] xen: Add Xen hypercall for sleep state in the cmos_s3 callback., anthony . perard, 2011/03/29
- [Qemu-devel] Re: [PATCH V12 00/17] Xen device model support,
Alexander Graf <=
- [Qemu-devel] Re: [Xen-devel] [PATCH V12 00/17] Xen device model support, Anthony PERARD, 2011/03/31