search for: do_outp

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

2009 Mar 02
0
ioemu: make various functions in i386-dm/helper2.c static
...gned long do_inp(CPUState *env, unsigned long addr, unsigned long size) +static unsigned long do_inp(CPUState *env, unsigned long addr, + unsigned long size) { switch(size) { case 1: @@ -296,8 +297,8 @@ unsigned long do_inp(CPUState *env, unsi } } -void do_outp(CPUState *env, unsigned long addr, - unsigned long size, unsigned long val) +static void do_outp(CPUState *env, unsigned long addr, + unsigned long size, unsigned long val) { switch(size) { case 1: @@ -325,7 +326,7 @@ static inline void write_physical(uint6...
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