search for: cpu_ioreq_pio

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

2009 Mar 02
0
ioemu: make various functions in i386-dm/helper2.c static
...+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(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...
2013 Mar 13
16
frequently ballooning results in qemu exit
...mized out>, req=<optimized out>, addr=<optimized out>) at /opt/new/tools/qemu-xen-dir/xen-all.c:709 #3 write_phys_req_item (val=<optimized out>, i=<optimized out>, req=<optimized out>, addr=<optimized out>) at /opt/new/tools/qemu-xen-dir/xen-all.c:720 #4 cpu_ioreq_pio (req=<optimized out>) at /opt/new/tools/qemu-xen-dir/xen-all.c:736 #5 handle_ioreq (req=0x7f94fa464000) at /opt/new/tools/qemu-xen-dir/xen-all.c:793 #6 0x00007f94fa748abe in cpu_handle_ioreq (opaque=0x7f94fb39d3f0) at /opt/new/tools/qemu-xen-dir/xen-all.c:868 #7 0x00007f94fa5e3262 in qemu_...
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