]> xenbits.xensource.com Git - xenclient/ioemu.git/log
xenclient/ioemu.git
16 years agoImporved intel driver:
Jean Guyader [Sun, 19 Apr 2009 17:45:15 +0000 (18:45 +0100)]
Imporved intel driver:
- Now work if only surface B is enabled.
- Be a bit more carefull when we setup the linesize.
  The vga doesn't like weird linesize (0 or -1).

16 years agoGraphic pass-through: Force the register 0xfc (opregion address) to be 0.
Jean Guyader [Fri, 27 Mar 2009 10:46:03 +0000 (10:46 +0000)]
Graphic pass-through: Force the register 0xfc (opregion address) to be 0.

16 years agoRead the resolution from PIPEASRC.
Jean Guyader [Wed, 25 Mar 2009 17:10:06 +0000 (17:10 +0000)]
Read the resolution from PIPEASRC.

16 years agoBase thermal management support.
Kamala Narasimhan [Tue, 24 Mar 2009 21:24:34 +0000 (17:24 -0400)]
Base thermal management support.

16 years agoIf the hid device is busy try again.
Jean Guyader [Tue, 24 Mar 2009 16:59:05 +0000 (16:59 +0000)]
If the hid device is busy try again.

16 years agoPass through the device ID and the vendor ID of the host bridge.
Jean Guyader [Thu, 19 Mar 2009 15:28:48 +0000 (15:28 +0000)]
Pass through the device ID and the vendor ID of the host bridge.
For a linux guest it needs to be the same as on the host otherwise
you have no /dev/agpart.

16 years agodom0_driver,hid-linux:
Jean Guyader [Tue, 17 Mar 2009 10:19:23 +0000 (10:19 +0000)]
dom0_driver,hid-linux:
- Add timeout for the ioctl grab.
- Fix secure login

16 years agoGet the resolution from REG_DE_HBLANK_A/REG_DE_VBLANK_A.
Jean Guyader [Fri, 13 Mar 2009 12:54:50 +0000 (12:54 +0000)]
Get the resolution from REG_DE_HBLANK_A/REG_DE_VBLANK_A.

Change variable name:
- TileX -> IntelX
- TileY -> IntelY
- TilePitch -> IntelPitch

16 years agoBug fixes for the dom0_driver and the swithing code:
Jean Guyader [Thu, 12 Mar 2009 17:37:45 +0000 (17:37 +0000)]
Bug fixes for the dom0_driver and the swithing code:
- If we try to switch to a crashed qemu, we fall back to the pvm.
- Add a sleep for the blanker, when we blank the screen, 100 ms.
- Support for hotplug HID device in dom0.

16 years agoDo not remove the pass through network card,
Jean Guyader [Thu, 12 Mar 2009 17:33:45 +0000 (17:33 +0000)]
Do not remove the pass through network card,
when we do a netif unplug.

16 years agoChange hid-linux xenstore node to hid_linux.
Jean Guyader [Wed, 11 Mar 2009 10:59:09 +0000 (10:59 +0000)]
Change hid-linux xenstore node to hid_linux.

16 years agoMerge branch 'master' of git://git.uk.xensource.com/xenclient/ioemu
Jean Guyader [Tue, 10 Mar 2009 18:20:50 +0000 (18:20 +0000)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/ioemu

16 years agoIntroduction the new dom0_driver code:
Jean Guyader [Tue, 10 Mar 2009 18:17:56 +0000 (18:17 +0000)]
Introduction the new dom0_driver code:
- Split hid linux part into a file.
- Cleanup into the dom0 driver code.

16 years agoAdd get_time fonction to display the time.
Jean Guyader [Tue, 10 Mar 2009 18:17:27 +0000 (18:17 +0000)]
Add get_time fonction to display the time.

16 years ago[build] Make the build use the pciutils headers/libs from buildroot, instead of the...
prashanth [Fri, 27 Feb 2009 19:14:26 +0000 (11:14 -0800)]
[build] Make the build use the pciutils headers/libs from buildroot, instead of the host system.
   This is accompanied by fixes to build.git and xen.git.

16 years agoSleep button support for guest. origin/HEAD origin/master
Kamala Narasimhan [Wed, 18 Feb 2009 21:08:50 +0000 (16:08 -0500)]
Sleep button support for guest.

16 years agoRemove opregion mapping. It's done by xc_hvm_build now.
Jean Guyader [Tue, 17 Feb 2009 16:49:21 +0000 (16:49 +0000)]
Remove opregion mapping. It's done by xc_hvm_build now.

16 years agoChange the oem string written to xenstore.
Kamala Narasimhan [Sun, 15 Feb 2009 03:19:18 +0000 (22:19 -0500)]
Change the oem string written to xenstore.

Cosmetic change to be in-sync with the toolstack.

16 years agoMerge commit 'oem-value-add/master'
Kamala Narasimhan [Thu, 12 Feb 2009 20:22:15 +0000 (15:22 -0500)]
Merge commit 'oem-value-add/master'

16 years agoOEM specific hotkeys/special button support (patch 3/5).
Kamala Narasimhan [Wed, 11 Feb 2009 22:23:56 +0000 (17:23 -0500)]
OEM specific hotkeys/special button support (patch 3/5).

ACPI WMI psuedo objects exposed through our guest vACPI layer
relies on this implementation to talk to our kernel WMI module
and get necessary WMI information from the base firmware.

16 years agocirrus_vga fix save/restore endian incompatibility
Stefano Stabellini [Wed, 11 Feb 2009 12:20:21 +0000 (12:20 +0000)]
cirrus_vga fix save/restore endian incompatibility

CS 97e3066c43477c79b56f4afeb08c330fc2c244b7 on unstable.

16 years agoFix the MFN we map for the opregion.
Jean Guyader [Fri, 30 Jan 2009 19:07:28 +0000 (19:07 +0000)]
Fix the MFN we map for the opregion.

16 years agoRead the OpRegion directly from the graphic card and
Jean Guyader [Thu, 29 Jan 2009 22:50:09 +0000 (22:50 +0000)]
Read the OpRegion directly from the graphic card and
map it inside the guest. This is a ACPI NVS region (non
volatile).
The region of the OpRegion of at the offset 0xfc on the pci
config space.

16 years agoChange the way we do the keyboard switching.
Jean Guyader [Thu, 29 Jan 2009 22:47:42 +0000 (22:47 +0000)]
Change the way we do the keyboard switching.

- Creation of a proxy node under the private tree of a domain.
- /local/domain/<domid>/dom0_input/command
The command are:
- take to ask for the keyboard
- release to give the keyboard back to the natif domain.
- Move dom0_input to dom0_input/pos
- Add some a xenstore fonction to chmod the node from qemu.
  The dom0_input/command node needs to be writable by the domain.

16 years agoForce NOAIO to be 1, and put empty definition for the qemu_aio functions.
Jean Guyader [Thu, 22 Jan 2009 13:42:23 +0000 (13:42 +0000)]
Force NOAIO to be 1, and put empty definition for the qemu_aio functions.

16 years agoTypo, fix last commit. disable-vnc-tls
Jean Guyader [Tue, 6 Jan 2009 14:45:13 +0000 (14:45 +0000)]
Typo, fix last commit. disable-vnc-tls

16 years agoDisable sdl and vnc tls.
Jean Guyader [Tue, 6 Jan 2009 14:44:16 +0000 (14:44 +0000)]
Disable sdl and vnc tls.

16 years agoRemove cc-option.
Jean Guyader [Tue, 6 Jan 2009 14:29:41 +0000 (14:29 +0000)]
Remove cc-option.

16 years agoTypo, fixe defines REG_DR_PIPE*
Jean Guyader [Tue, 6 Jan 2009 14:23:38 +0000 (14:23 +0000)]
Typo, fixe defines REG_DR_PIPE*

16 years agoThe linesize changes doesn't work for an external monitor because the
Jean Guyader [Mon, 15 Dec 2008 14:50:10 +0000 (14:50 +0000)]
The linesize changes doesn't work for an external monitor because the
register that controls the external monitor FB are the pipeb registers.

This patches recognizes if pipeb is enabled and in this case it changes
the linesize for dspb too.

16 years ago suspend-signal from the product patch queue.
Jean Guyader [Wed, 10 Dec 2008 17:38:22 +0000 (17:38 +0000)]
  suspend-signal from the product patch queue.

16 years ago Fix the secure auth and add some switching sanity check.
Jean Guyader [Wed, 10 Dec 2008 17:37:13 +0000 (17:37 +0000)]
  Fix the secure auth and add some switching sanity check.

16 years ago Fix the rendering issue with other frontend than intel.
Jean Guyader [Wed, 10 Dec 2008 17:36:34 +0000 (17:36 +0000)]
  Fix the rendering issue with other frontend than intel.

16 years agoFix the condition when we stat xenmgr key file.
Jean Guyader [Tue, 9 Dec 2008 01:50:38 +0000 (01:50 +0000)]
Fix the condition when we stat xenmgr key file.
Remove the support of keyboard passthrough for dom0_driver.

16 years ago - Improve dom0_driver for the switching.
Jean Guyader [Tue, 9 Dec 2008 01:41:12 +0000 (01:41 +0000)]
 - Improve dom0_driver for the switching.
 - Add xenmgr support for SAS.

16 years ago - Direct mapping of the emulated framebuffer on the intel if both card option
Jean Guyader [Tue, 9 Dec 2008 01:38:15 +0000 (01:38 +0000)]
 - Direct mapping of the emulated framebuffer on the intel if both card option
are compatible.
 - Force the intel graphic card to linear mode when we do a fullscreen
switching.

16 years agovga_highres updates
Stefano Stabellini [Thu, 4 Dec 2008 14:20:10 +0000 (14:20 +0000)]
vga_highres updates

16 years ago Handle multiple call to intel_focus with the same arguement.
Jean Guyader [Wed, 3 Dec 2008 17:58:38 +0000 (17:58 +0000)]
  Handle multiple call to intel_focus with the same arguement.

16 years ago Fix the mapping size for the mmio region. Put it back at 4MB.
Jean Guyader [Wed, 3 Dec 2008 17:45:29 +0000 (17:45 +0000)]
  Fix the mapping size for the mmio region. Put it back at 4MB.

16 years ago Use TileX and TileY instead of the harcorde resolution.
Jean Guyader [Wed, 3 Dec 2008 17:42:13 +0000 (17:42 +0000)]
  Use TileX and TileY instead of the harcorde resolution.

16 years agoMerge branch 'master' of git+ssh://kaball/kaball/xensource/ioemu-xenclient2 into...
Jean Guyader [Wed, 3 Dec 2008 17:32:52 +0000 (17:32 +0000)]
Merge branch 'master' of git+ssh://kaball/kaball/xensource/ioemu-xenclient2 into stefano

16 years agoFix intel_focus when it gets called multiple times with the same arg.
Stefano Stabellini [Wed, 3 Dec 2008 17:35:11 +0000 (17:35 +0000)]
Fix intel_focus when it gets called multiple times with the same arg.

16 years agoMerge branch 'master' into stefano
Jean Guyader [Wed, 3 Dec 2008 17:20:26 +0000 (17:20 +0000)]
Merge branch 'master' into stefano

16 years ago Fix non debug mode for keyboard pass through.
Jean Guyader [Wed, 3 Dec 2008 17:19:58 +0000 (17:19 +0000)]
  Fix non debug mode for keyboard pass through.

16 years agoMerge branch 'master' into stefano
Jean Guyader [Wed, 3 Dec 2008 17:17:23 +0000 (17:17 +0000)]
Merge branch 'master' into stefano

Conflicts:

intel.c
vl.c

16 years ago Fix for screenshot and switching.
Jean Guyader [Wed, 3 Dec 2008 17:10:18 +0000 (17:10 +0000)]
  Fix for screenshot and switching.

16 years agoUsing the intel framebuffer as ds->data.
Stefano Stabellini [Wed, 3 Dec 2008 17:08:53 +0000 (17:08 +0000)]
Using the intel framebuffer as ds->data.

16 years ago Add keyboard pass through ioemu frontend.
Jean Guyader [Wed, 3 Dec 2008 17:05:13 +0000 (17:05 +0000)]
  Add keyboard pass through ioemu frontend.

16 years agoImplement switch to linear mode and linear mode rendering on intel.c.
Stefano Stabellini [Wed, 3 Dec 2008 17:08:05 +0000 (17:08 +0000)]
Implement switch to linear mode and linear mode rendering on intel.c.

16 years agoThis patch removes the HP vendor specific WLAN device and subsystem
Ross Philipson [Wed, 26 Nov 2008 12:34:41 +0000 (12:34 +0000)]
This patch removes the HP vendor specific WLAN device and subsystem
ID check.

This was a workaround in the passthrough code to allow the WLAN
card to work w/in an HVM that did not have the correct SMBIOS
information. The patch to hvmloader to pass in the correct SMBIOS
strings makes this special HP check/mod uneeded.

 Committer: Ross Philipson <ross.philipson@citrix.com>

 On branch remove_wlan_hpcheck
 Changes to be committed:
   (use "git reset HEAD <file>..." to unstage)

modified:   hw/pass-through.c

16 years ago Fix the switch.
Jean Guyader [Fri, 21 Nov 2008 16:00:02 +0000 (16:00 +0000)]
  Fix the switch.
  You can use the command node to switch the keyboard only or both
  (mouse/keyboard).

  If you switch the mouse and the keyboard it will also change the focus to
  the new vm.

  To switch only the keyboard:
    write into /local/domain/0/dom0_driver "keyboard slot-id"
  To switch mouse and keyboard:
    write into /local/domain/0/dom0_driver "switch slot-id"

  Each vm owns a slot-id. It's the value of the dom0-input config option.

16 years ago Add screenshot support for intel and emulated graphic card.
Jean Guyader [Fri, 21 Nov 2008 12:35:38 +0000 (12:35 +0000)]
  Add screenshot support for intel and emulated graphic card.

  Write the file into xenstore at /local/domain/domid/screenshot.
  "done" is written when the screenshot is ready.

  The screenshot is a binary ppm file.

16 years ago xenstore register watch callback
Jean Guyader [Thu, 20 Nov 2008 15:52:39 +0000 (15:52 +0000)]
  xenstore register watch callback

16 years ago Remove hardcoded MMIO and FB address.
Jean Guyader [Thu, 20 Nov 2008 14:31:10 +0000 (14:31 +0000)]
  Remove hardcoded MMIO and FB address.

16 years ago sci implementation for ioemu.
Jean Guyader [Wed, 19 Nov 2008 12:24:51 +0000 (12:24 +0000)]
  sci implementation for ioemu.

16 years ago Add touchpad support for dom0_driver
Jean Guyader [Wed, 19 Nov 2008 12:23:34 +0000 (12:23 +0000)]
  Add touchpad support for dom0_driver
  Improve the switching in intel driver

16 years ago Add blktap support.
Jean Guyader [Tue, 11 Nov 2008 12:40:35 +0000 (12:40 +0000)]
  Add blktap support.

16 years agoMerge branch 'rossp'
Jean Guyader [Mon, 10 Nov 2008 16:27:30 +0000 (16:27 +0000)]
Merge branch 'rossp'

16 years agoWorkaround to support HP/Lenovo WLAN cards.
Ross Philipson [Mon, 10 Nov 2008 14:31:23 +0000 (14:31 +0000)]
Workaround to support HP/Lenovo WLAN cards.

Modified the PCI emulation code to allow the Device ID and
Subsystem ID to be changed for HP/Lenovo WLAN cards to allow
them to be passed through.

Committer: Ross Philipson <ross.philipson@citrix.com>

On branch wlanpt
Changes to be committed:
   modified:   hw/pass-through.c

16 years agoMerge branch 'blktap'
Jean Guyader [Mon, 10 Nov 2008 11:15:14 +0000 (11:15 +0000)]
Merge branch 'blktap'

16 years agoMerge branch 'intel_driver'
Jean Guyader [Tue, 4 Nov 2008 22:21:17 +0000 (22:21 +0000)]
Merge branch 'intel_driver'

16 years agoMerge branch 'intel_driver' into blktap
Jean Guyader [Fri, 31 Oct 2008 13:29:49 +0000 (13:29 +0000)]
Merge branch 'intel_driver' into blktap

16 years agoMerge branch 'master' of /home/vhanquez/ioemu
Jean Guyader [Fri, 31 Oct 2008 12:17:57 +0000 (12:17 +0000)]
Merge branch 'master' of /home/vhanquez/ioemu

16 years ago Fix intel driver
Jean Guyader [Fri, 31 Oct 2008 12:15:55 +0000 (12:15 +0000)]
  Fix intel driver

16 years ago - Import vbe3 patch
Jean Guyader [Wed, 15 Oct 2008 17:20:23 +0000 (18:20 +0100)]
  - Import vbe3 patch

16 years ago - Map the legacy monocrome VGA ioport (vista needs it).
Jean Guyader [Wed, 15 Oct 2008 17:01:52 +0000 (18:01 +0100)]
  - Map the legacy monocrome VGA ioport (vista needs it).

16 years ago - Fix pv-on-hvm compilation.
Jean Guyader [Wed, 15 Oct 2008 17:01:05 +0000 (18:01 +0100)]
  - Fix pv-on-hvm compilation.
  - Remove the pass through for the Top of Memory register of the DRAM.

16 years ago pv-on-hvm-ioemu/ioemu-fixed-port-unplug
Jean Guyader [Mon, 13 Oct 2008 13:03:32 +0000 (14:03 +0100)]
  pv-on-hvm-ioemu/ioemu-fixed-port-unplug

16 years ago pv-on-hvm-ioemu/ioemu-fixed-port-unplug
Jean Guyader [Mon, 13 Oct 2008 13:03:13 +0000 (14:03 +0100)]
  pv-on-hvm-ioemu/ioemu-fixed-port-unplug

16 years ago pv-on-hvm-ioemu/CA-5941
Jean Guyader [Mon, 13 Oct 2008 13:02:55 +0000 (14:02 +0100)]
  pv-on-hvm-ioemu/CA-5941

16 years ago hvm-log-to-dom0
Jean Guyader [Mon, 13 Oct 2008 13:02:33 +0000 (14:02 +0100)]
  hvm-log-to-dom0

16 years ago Fix dom0_driver
Jean Guyader [Mon, 13 Oct 2008 13:01:54 +0000 (14:01 +0100)]
  Fix dom0_driver

16 years ago support-hvm-pv-drivers-ioemu-support
Jean Guyader [Mon, 13 Oct 2008 13:00:32 +0000 (14:00 +0100)]
  support-hvm-pv-drivers-ioemu-support

16 years ago - Call the init of dom0_driver
Jean Guyader [Mon, 13 Oct 2008 10:20:38 +0000 (11:20 +0100)]
  - Call the init of dom0_driver
  - Add dm-ready product patch

16 years ago - Call the init of dom0_driver
Jean Guyader [Mon, 13 Oct 2008 10:20:38 +0000 (11:20 +0100)]
  - Call the init of dom0_driver
  - Add dm-ready product patch

16 years ago - Fixe the xenstore headers.
Jean Guyader [Thu, 9 Oct 2008 17:15:59 +0000 (18:15 +0100)]
  - Fixe the xenstore headers.

16 years ago - Make the vgabios writable.
Jean Guyader [Thu, 9 Oct 2008 17:13:02 +0000 (18:13 +0100)]
  - Make the vgabios writable.

16 years ago - Add the dom0_input qemu driver
Jean Guyader [Thu, 9 Oct 2008 17:12:30 +0000 (18:12 +0100)]
  - Add the dom0_input qemu driver

16 years ago - Add some useful function to write into xenstore.
Jean Guyader [Thu, 9 Oct 2008 16:53:57 +0000 (17:53 +0100)]
  - Add some useful function to write into xenstore.

16 years ago - Add the option vga-passthrough and dom0-input.
Jean Guyader [Thu, 9 Oct 2008 16:53:37 +0000 (17:53 +0100)]
  - Add the option vga-passthrough and dom0-input.

16 years ago - Disable the cirrus graphic card when we passthrough a graphic card as a
Jean Guyader [Thu, 9 Oct 2008 16:52:23 +0000 (17:52 +0100)]
  - Disable the cirrus graphic card when we passthrough a graphic card as a
    primary in the guest.

16 years ago - Pass through some value of the real host in case of intel graphic
Jean Guyader [Thu, 9 Oct 2008 16:51:19 +0000 (17:51 +0100)]
  - Pass through some value of the real host in case of intel graphic
    card. The graphic card need the know how much merroy has been stolen
    from the physical RAM.

16 years ago - Change the VSLOT_START to keep the same BDF for intel graphic card
Jean Guyader [Thu, 9 Oct 2008 16:50:13 +0000 (17:50 +0100)]
  - Change the VSLOT_START to keep the same BDF for intel graphic card
    passthrough.

16 years ago - Add some pci function to read pci register value on the host's pci
Jean Guyader [Thu, 9 Oct 2008 16:45:11 +0000 (17:45 +0100)]
  - Add some pci function to read pci register value on the host's pci
    bus.
  - Map and unmap the legacy ioport/iomem when we attach/detach the device.

16 years agoBattery management - disable for stubdom
Ian Jackson [Thu, 23 Oct 2008 09:26:02 +0000 (10:26 +0100)]
Battery management - disable for stubdom

The battery management arrangements do not compile for stubdom as they
use direct IO, so for the moment I have stubbed them out.

16 years agoBattery management - compilation fixes
Ian Jackson [Thu, 23 Oct 2008 09:21:41 +0000 (10:21 +0100)]
Battery management - compilation fixes

 * xenstore_refresh_battery_status declaration and definition
   was missing void (interpreted in C as K&R syntax)
 * a couple of functions returning int returned NULL on failure

16 years agoBattery Management
Ian Jackson [Wed, 22 Oct 2008 17:38:26 +0000 (18:38 +0100)]
Battery Management

qemu side change for battery support within HVM guest.
(as revised by Kamala `rev1' Tue, 21 Oct 2008 19:15:41 GMT)

Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com>
16 years agoMerge branch 'dom0_driver' into intel_driver
Jean Guyader [Tue, 21 Oct 2008 15:07:23 +0000 (16:07 +0100)]
Merge branch 'dom0_driver' into intel_driver

Conflicts:

dom0_driver.c

16 years ago - Fix dom0_driver
Jean Guyader [Mon, 20 Oct 2008 10:53:10 +0000 (11:53 +0100)]
   - Fix dom0_driver

16 years ago - Intel driver works.
Jean Guyader [Fri, 17 Oct 2008 13:04:07 +0000 (14:04 +0100)]
  - Intel driver works.

16 years ago - Intel driver, still not fixed.
Jean Guyader [Thu, 16 Oct 2008 14:16:47 +0000 (15:16 +0100)]
  - Intel driver, still not fixed.

16 years agocirrus vga save/restore and lfb_addr/lfb_end
Ian Jackson [Thu, 16 Oct 2008 17:31:04 +0000 (18:31 +0100)]
cirrus vga save/restore and lfb_addr/lfb_end

Cirrus VGA save and restore functions cast lfb_addr into an uint64_t
pointer while lfb_addr is only an unsigned long.
Same thing happened to lfb_end, causing pci_dev to be partially
overwritten by mistake.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
16 years agoMerge branch 'qemu'
Ian Jackson [Thu, 16 Oct 2008 14:22:32 +0000 (15:22 +0100)]
Merge branch 'qemu'

16 years agoenable usb uhci save/restore
Ian Jackson [Thu, 16 Oct 2008 09:29:00 +0000 (10:29 +0100)]
enable usb uhci save/restore

enables the usb uhci save and restore functions that
for some reasons were commented out.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
[ These were commented out in 1e4146791b46f0a798589c58a09f18b2841a9212
  aka svn://svn.savannah.nongnu.org/qemu/trunk@3609
  c046a42c-6fe2-441c-8c8c-71466251a162
  apparently by mistake.  This commit reverts 1e414679
  -Ian Jackson ]

16 years agoMerge branch 'qemu'
Ian Jackson [Thu, 16 Oct 2008 09:37:49 +0000 (10:37 +0100)]
Merge branch 'qemu'

16 years agoenable usb uhci save/restore
Ian Jackson [Thu, 16 Oct 2008 09:29:00 +0000 (10:29 +0100)]
enable usb uhci save/restore

enables the usb uhci save and restore functions that
for some reasons were commented out.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
[ These were commented out in 1e4146791b46f0a798589c58a09f18b2841a9212
  aka svn://svn.savannah.nongnu.org/qemu/trunk@3609
  c046a42c-6fe2-441c-8c8c-71466251a162
  apparently by mistake.  This commit reverts 1e414679
  -Ian Jackson ]

16 years agofix cirrus_vga_load
Ian Jackson [Thu, 16 Oct 2008 09:22:00 +0000 (10:22 +0100)]
fix cirrus_vga_load

Fixes a problem in cirrus_vga_load introduced by the "use
main memory for video memory" patch.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
16 years ago - Import the intel rendering driver.
Jean Guyader [Wed, 15 Oct 2008 17:15:24 +0000 (18:15 +0100)]
  - Import the intel rendering driver.

16 years ago - Import vbe3 patch origin/vbe3
Jean Guyader [Wed, 15 Oct 2008 17:20:23 +0000 (18:20 +0100)]
  - Import vbe3 patch

16 years agoMerge branch 'master' of /home/t_jeang/ioemu.git/
Jean Guyader [Wed, 15 Oct 2008 17:03:00 +0000 (18:03 +0100)]
Merge branch 'master' of /home/t_jeang/ioemu.git/