search for: mapcache_lock

Displaying 3 results from an estimated 3 matches for "mapcache_lock".

2012 Jul 23
2
[PATCH V2] qemu-xen-traditionnal, Fix dirty logging during migration.
...+28,7 @@ extern int vga_ram_size; #endif uint8_t *qemu_map_cache(target_phys_addr_t phys_addr, uint8_t lock); -void qemu_invalidate_entry(uint8_t *buffer); +void qemu_invalidate_entry(uint8_t *buffer, target_phys_addr_t len, int w); void qemu_invalidate_map_cache(void); #define mapcache_lock() ((void)0) -- Anthony PERARD
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
Hi all, this is the long awaited patch series to add xen device model support in qemu; the main author is Anthony Perard. Developing this series we tried to come up with the cleanest possible solution from the qemu point of view, limiting the amount of changes to common code as much as possible. The end result still requires a couple of hooks in piix_pci but overall the impact should be very
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and