]> xenbits.xensource.com Git - people/pauldu/demu.git/log
people/pauldu/demu.git
11 years agoBasic VRAM scraping console. No keyboard or mouse as yet.
Paul Durrant [Mon, 10 Feb 2014 10:57:25 +0000 (10:57 +0000)]
Basic VRAM scraping console. No keyboard or mouse as yet.

This is still totally unoptimized. VRAM is emulates and there is no
dirty memory tracking so it's all very very slow. I've also not trimmed out
all the unnecessary pixel format translation abstraction code.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoBasic LibVNCServer integration. Still not hooked up to VRAM.
Paul Durrant [Wed, 5 Feb 2014 14:32:19 +0000 (14:32 +0000)]
Basic LibVNCServer integration. Still not hooked up to VRAM.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoBasic VGA device implementation
Paul Durrant [Wed, 5 Feb 2014 13:01:51 +0000 (13:01 +0000)]
Basic VGA device implementation

VRAM is in local memory rather than guest. No surface display as yet.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoAdd a .gitignore
Paul Durrant [Wed, 5 Feb 2014 09:45:10 +0000 (09:45 +0000)]
Add a .gitignore

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoUpdate to new, slightly modified, ioreq server API and rename main.c
Paul Durrant [Thu, 30 Jan 2014 13:09:35 +0000 (13:09 +0000)]
Update to new, slightly modified, ioreq server API and rename main.c
to demu.c.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoUse new PCI hotplug API
Paul Durrant [Thu, 16 Jan 2014 14:39:04 +0000 (14:39 +0000)]
Use new PCI hotplug API

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoInitial commit
Paul Durrant [Wed, 13 Nov 2013 16:23:45 +0000 (16:23 +0000)]
Initial commit

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>