Displaying 9 results from an estimated 9 matches for "pckbd".
Did you mean:
pckbd0
2005 Oct 20
0
[PATCH][VT] disable bogus touchpad device model, which cause annoying dmesg on 2.6 kernel
disable bogus touchpad device model, which cause annoying dmesg on 2.6 kernel
Signed-off-by: Edwin Zhai <edwin.zhai@intel.com>
diff -r 7c951e3eb5ab -r 14d3890843d0 tools/ioemu/hw/pckbd.c
--- a/tools/ioemu/hw/pckbd.c Wed Oct 19 11:53:00 2005 +0100
+++ b/tools/ioemu/hw/pckbd.c Thu Oct 20 18:28:18 2005 +0800
@@ -29,6 +29,9 @@
/* debug PC keyboard : only mouse */
//#define DEBUG_MOUSE
+/* enable synapatic touchpad device model */
+//#define SYNAPTIC
+
/* Keyboard Controller Comm...
2005 May 27
0
[PATCH] ioemu: enable Cirrus VGA emulation
...le.mine/tools/ioemu/target-i386-dm/Makefile
--- xeno-unstable.orig/tools/ioemu/target-i386-dm/Makefile 2005-05-25 07:48:57.000000000 -0400
+++ xeno-unstable.mine/tools/ioemu/target-i386-dm/Makefile 2005-05-27 15:24:56.000000000 -0400
@@ -272,6 +272,7 @@
# Hardware support
VL_OBJS+= ide.o ne2000.o pckbd.o vga.o dma.o
VL_OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o port-e9.o
+VL_OBJS+= cirrus_vga.o
ifeq ($(TARGET_ARCH), ppc)
VL_OBJS+= ppc.o ide.o ne2000.o pckbd.o vga.o $(SOUND_HW) dma.o $(AUDIODRV)
Only in xeno-unstable.mine/tools/ioemu/target-i386-dm: Makefile.orig
____________...
2012 Oct 08
21
[PATCH 00/14] Remove old_portio users for memory region PIO mapping
...rt PIO to new memory api read/write
es1370: convert PIO to new memory api read/write
i8254: convert PIO to new memory api read/write
m48t59: convert PIO to new memory api read/write
mc146818rtc: convert PIO to new memory api read/write
pc port92: convert PIO to new memory api read/write
pckbd: convert PIO to new memory api read/write
rtl8139: convert PIO to new memory api read/write
serial: convert PIO to new memory api read/write
vmport: convert PIO to new memory api read/write
xen_platform: convert PIO to new memory api read/write
PPC: e500: Map PIO space into core memory re...
2006 Sep 05
0
Windows XP mouse support over VNC
...NC? I''m
running Xen3.0.2 (built from source). I''ve tried the
Summagraphics mouse driver (following the instructions
in the Xen docs), but it appears to do nothing. The
XP guest boots and says "Error: tablet device not
found".
Adding some hooks into the tools/ioemu/hw/pckbd.c file
shows that, although I''ve installed the Summagraphics
driver on the XP guest, the qemu-dm never chooses the
TABLET case in the kbd_mouse_send_packet routine.
Any ideas? Thanks!
~Dave
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource...
2013 May 09
1
Bug#707434: xen: FTBFS: vl.c:1575: undefined reference to `timer_create'
...i386-dm/ne2000.o
> CC i386-dm/pcnet.o
> CC i386-dm/rtl8139.o
> CC i386-dm/e1000.o
> CC i386-dm/msmouse.o
> CC i386-dm/sb16.o
> CC i386-dm/es1370.o
> CC i386-dm/ac97.o
> CC i386-dm/pcspk.o
> CC i386-dm/ide.o
> CC i386-dm/pckbd.o
> CC i386-dm/ps2.o
> CC i386-dm/vga.o
> CC i386-dm/dma.o
> CC i386-dm/fdc.o
> CC i386-dm/mc146818rtc.o
> CC i386-dm/serial.o
> CC i386-dm/i8259.o
> CC i386-dm/i8254.o
> CC i386-dm/pc.o
> CC i386-dm/cirrus_vga.o
> /...
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 1/7] userspace virtio
...qemu/Makefile.target
index 12fb043..8b5853b 100644
--- a/qemu/Makefile.target
+++ b/qemu/Makefile.target
@@ -463,6 +463,9 @@ VL_OBJS += rtl8139.o
# PCI Hypercall
VL_OBJS+= hypercall.o
+# virtio devices
+VL_OBJS += virtio.o
+
ifeq ($(TARGET_BASE_ARCH), i386)
# Hardware support
VL_OBJS+= ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o
diff --git a/qemu/hw/virtio.c b/qemu/hw/virtio.c
new file mode 100644
index 0000000..6a1d380
--- /dev/null
+++ b/qemu/hw/virtio.c
@@ -0,0 +1,422 @@
+/*
+ * Virtio Support
+ *
+ * Copyright IBM, Corp. 2007
+ *
+ * Authors:
+ * Anthony Liguori <aliguori@us.ibm.co...
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 1/7] userspace virtio
...qemu/Makefile.target
index 12fb043..8b5853b 100644
--- a/qemu/Makefile.target
+++ b/qemu/Makefile.target
@@ -463,6 +463,9 @@ VL_OBJS += rtl8139.o
# PCI Hypercall
VL_OBJS+= hypercall.o
+# virtio devices
+VL_OBJS += virtio.o
+
ifeq ($(TARGET_BASE_ARCH), i386)
# Hardware support
VL_OBJS+= ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o
diff --git a/qemu/hw/virtio.c b/qemu/hw/virtio.c
new file mode 100644
index 0000000..6a1d380
--- /dev/null
+++ b/qemu/hw/virtio.c
@@ -0,0 +1,422 @@
+/*
+ * Virtio Support
+ *
+ * Copyright IBM, Corp. 2007
+ *
+ * Authors:
+ * Anthony Liguori <aliguori@us.ibm.co...
2008 Jun 27
2
PCI device assignment to guests (userspace)
Userspace patches for the pci-passthrough functionality.
The major updates since the last post are:
- Loop to add passthrough devices in pc_init1
- Handle errors in read/write calls
- Allow invocation without irq number for in-kernel irqchip
Other than this, several small things were fixed according to review comments received last time.
2008 Jun 27
2
PCI device assignment to guests (userspace)
Userspace patches for the pci-passthrough functionality.
The major updates since the last post are:
- Loop to add passthrough devices in pc_init1
- Handle errors in read/write calls
- Allow invocation without irq number for in-kernel irqchip
Other than this, several small things were fixed according to review comments received last time.