Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


add thread sleep and wakeup to host os hooks
[palacios.git] / palacios / src / devices /
2011-04-21 Lei Xia add thread sleep and wakeup to host os hooks
2011-04-14 Lei Xia Fix to the time period calculation
2011-04-13 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-04-13 Lei Xia Fix to VMM/Guest model dynamic switch for Virtio NIC
2011-04-13 Peter Dinda VGA Updates
2011-04-12 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-04-12 Peter Dinda Debug output added (map draws)
2011-04-12 Jack Lange fixed up include directories for new interfaces locations
2011-04-12 Jack Lange moved host OS interfaces to a separate directory palaci...
2011-04-12 Lei Xia Add dynamic VMM Driven/Guest Driven mode switch in...
2011-04-08 Jack Lange build fix and configuration cleanup
2011-04-07 Peter Dinda Added checkpoint and restore support for 8254 (PIT)
2011-04-05 Peter Dinda Updated VGA to support the graphics console host interface
2011-04-01 Peter Dinda VGA: Correct handling of word writes on address registe...
2011-03-29 Peter Dinda VGA: fixed dodgy passthrough support
2011-03-17 Peter Dinda VGA: Corrected memory offseting calculations
2011-03-15 Peter Dinda VGA: graphics controller implementation (mem read...
2011-03-15 Peter Dinda VGA state, i/o hooks, mem hook implemented
2011-03-10 Peter Dinda VGA: added internal state structure and comments on...
2011-03-10 Peter Dinda Added stub for VGA implementation and detailed VGA...
2011-03-10 Peter Dinda More nvram cleanup
2011-03-10 Peter Dinda Implemented PASSTHROUGH and IGNORE (without printing)
2011-03-10 Peter Dinda Converted NVRAM RTC to use timers instead of the host...
2011-03-02 Jack Lange fixed dest_apic determination
2011-03-02 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-03-02 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-03-02 Peter Dinda Added correct physical delivery check for apic
2011-03-01 Jack Lange removed locking because it was broken.
2011-02-25 Patrick G. Bridges More timing cleanup with a fix to 8254.c for running...
2011-02-18 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-02-17 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2011-02-17 Patrick G. Bridges Fixes to time code to allow virtualization to hide...
2011-02-17 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-02-17 Peter Dinda APIC debugging
2011-02-16 Lei Xia Clean of virtio NIC, vnet-bridge code
2011-02-13 Lei Xia Fix to NE2000, now it is offcically working
2011-02-11 Lei Xia Minor Fix
2011-02-11 Peter Dinda lowest priority delivery for logical addresses
2011-02-11 Lei Xia Add RTL8139 virtual network device
2011-02-11 Lei Xia add statistic structure to virtual ethernet devices
2011-02-07 Lei Xia Fix the NE2k card
2011-02-06 Lei Xia Change the direct network bridge interface
2011-02-06 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-02-06 Lei Xia Add MAC address configure support on Virtio NIC
2011-02-04 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-02-04 Peter Dinda Corrected APIC IPI and IRQ dispatch routines
2011-02-02 Philip Soltero attribution fix for the machine check framework
2011-02-02 Jack Lange added machine check framework
2011-01-27 Lei Xia Deinit code of VNET and VNET-NIC device
2011-01-22 Erik van der Kouwe This patch adds a few compiler conditionals so that...
2011-01-22 Jack Lange modified DEBUG macro
2011-01-21 Erik van der Kouwe To be able to run Windows I'll need more graphics capab...
2011-01-18 Jack Lange one more fix to the IDE layer
2011-01-17 Jack Lange IDE bug fixes to finally get us working with libata...
2011-01-13 Jack Lange almost all deinitialization has been added
2011-01-12 Jack Lange free up telemetry state and free backend state for...
2011-01-11 Erik van der Kouwe Replaces PrintDebug with PrintError where appropriate...
2011-01-11 Erik van der Kouwe NVRAM seems to contain two century bytes. This patch...
2011-01-06 Jack Lange add interrupt deinitialization to devices
2010-11-29 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-29 Lei Xia Fix to direct host network bridge
2010-11-29 Erik van der Kouwe This patch implements the "Check power mode" IDE comman...
2010-11-29 Erik van der Kouwe OpenBSD attempts to set the keyboard scancode set to...
2010-11-29 Erik van der Kouwe This patch computes the CMOS checksum after initializin...
2010-11-26 Erik van der Kouwe This implements command 0xf0 on the keyboard controller...
2010-11-26 Erik van der Kouwe NVRAM keeps a reference to IDE to query its geometry...
2010-11-26 Erik van der Kouwe OpenBSD reads the century byte, which wasn't being...
2010-11-26 Erik van der Kouwe The serial IIR and FCR registers for the serial ports...
2010-11-26 Erik van der Kouwe This patch adds the ATAPI drive reset command to the...
2010-11-24 Jack Lange minor fixes for stopping VMs
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Lei Xia Fix to the piix3
2010-11-23 Jack Lange removed io port check for northbridge
2010-11-23 Lei Xia Minor fix
2010-11-23 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-11-23 Jack Lange changed device registration interface
2010-11-23 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-23 Lei Xia More fix on VNET code
2010-11-23 Jack Lange Updated devices to remove vm_device dependencies.
2010-11-22 Jack Lange keyboard buf fixes
2010-11-22 Jack Lange reworked device IO hook framework
2010-11-22 Lei Xia add backend device for direct host network bridge
2010-11-21 Lei Xia Minor fix on virtio network device config
2010-11-19 Erik van der Kouwe It seems FreeBSD sets the cursor to an out-of-screen...
2010-11-19 Erik van der Kouwe The Palacios PIC does not implement the set-priority...
2010-11-19 Erik van der Kouwe This command implements the 0xee echo command on the...
2010-11-19 Jack Lange more device free updates
2010-11-19 Jack Lange added some more device unregister functions
2010-11-19 Jack Lange timer interface updates to allow state cleanup on exit
2010-11-18 Jack Lange argument order fix
2010-11-18 Jack Lange updated file interface
2010-11-18 Jack Lange paranoid check
2010-11-18 Jack Lange updated the socket interface
2010-11-17 Lei Xia Remove the Linux host bridge code in Palacios
2010-11-17 Lei Xia More clean on VNET codes
2010-11-17 Lei Xia VNET code clean and rearrangement
2010-11-15 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-11-15 Jack Lange added console host event
2010-11-15 Jack Lange added vnet dependency
2010-11-15 Jack Lange fixed missing initialization in bochs console
next