Displaying 2 results from an estimated 2 matches for "cpu_ioreq_timeoffset".
2009 Mar 02
0
ioemu: make various functions in i386-dm/helper2.c static
...q)
{
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)
{
char b[64];
@@ -433,7 +434,7 @@ void cpu_ioreq_timeoffset(CPUState *env,
xenstore_vm_write(domid, "rtc/timeoffset", b);
}
-void __handle_ioreq(CPUState *env, ioreq_t *req)
+static...
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