search for: cpu_ioreq_move

Displaying 2 results from an estimated 2 matches for "cpu_ioreq_move".

2009 Mar 02
0
ioemu: make various functions in i386-dm/helper2.c static
...ical(uint64 return cpu_physical_memory_rw((target_phys_addr_t)addr, val, size, 1); } -void cpu_ioreq_pio(CPUState *env, ioreq_t *req) +static void cpu_ioreq_pio(CPUState *env, ioreq_t *req) { int i, sign; @@ -360,7 +361,7 @@ void cpu_ioreq_pio(CPUState *env, ioreq_ } } -void cpu_ioreq_move(CPUState *env, ioreq_t *req) +static void cpu_ioreq_move(CPUState *env, ioreq_t *req) { int i, sign; @@ -421,7 +422,7 @@ void timeoffset_get(void) free(p); } -void cpu_ioreq_timeoffset(CPUState *env, ioreq_t *req) +static void cpu_ioreq_timeoffset(CPUState *env, ioreq_t *req) {...
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