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.


Cleanup and sanity-checking of OOB accesses and pointer-to-local issues (Coverity...
[palacios.git] / palacios / src / devices / ide.c
2015-08-31 Peter Dinda Cleanup and sanity-checking of OOB accesses and pointer...
2015-08-31 Peter Dinda Cleanup and sanity-checking of use of strncpy/strcpy...
2015-08-02 Peter Dinda IDE/ATAPI bug fix - allow sense and other requests...
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (Devices and Extensions)
2015-03-05 Peter Dinda IDE/ATA enhancements and bug-fixing: DMA operation
2015-03-04 Peter Dinda IDE/ATA enhancements: read/write multiple, lba48 addres...
2015-03-04 Peter Dinda IDE / ATA rewrites (1st step)
2014-07-07 Peter Dinda IDE bug fix
2014-01-07 Kyle Hale Added ATA PIO write, other ide cleanup
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-12-26 Peter Dinda Devices updated for revised checkpoint interface
2012-04-24 Jack Lange various fixes
2012-04-20 Jack Lange reworked PCI bus implmentation -- moved to mask based...
2012-02-08 Jack Lange fix IDE layer to drop unhandled IO ops, instead of...
2011-10-03 Jack Lange checkpoint changes to get "reset to BIOS" working.
2011-09-14 Jack Lange various bug fixes to the block layer
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
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...
2010-11-29 Erik van der Kouwe This patch implements the "Check power mode" IDE comman...
2010-11-26 Erik van der Kouwe This patch adds the ATAPI drive reset command to the...
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Jack Lange changed device registration interface
2010-11-23 Jack Lange Updated devices to remove vm_device dependencies.
2010-11-22 Jack Lange reworked device IO hook framework
2010-11-19 Jack Lange more device free updates
2010-11-05 Erik van der Kouwe This patch contains various small fixes. Some are MINIX...
2010-08-13 Jack Lange change to device configuration syntax
2010-07-30 Peter Dinda Semi-functional SMP (boots Kitten guest with two cores)
2010-05-18 Jack Lange memory lookup refactorization
2010-01-14 Jack Lange refactoring to the point of compilation
2010-01-07 Jack Lange lots of fixes
2009-12-01 Jack Lange integrated new configuration system
2009-11-18 Jack Lange change pci devices to be more generic.
2009-10-30 Jack Lange symbiotic fixups
2009-09-10 Jack Lange added pci passthrough and a few other things
2009-09-09 Jack Lange modified pci io hooks to not use the dev_io hooks,...
2009-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...
2009-08-21 Andy Gocke Modified boot and vmxassist to handle real/protected...
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-11 Jack Lange hacked in PCI IO port auto assignment because our BIOS...
2009-07-31 Jack Lange updated the block device interfaces to be more generic...
2009-07-25 Jack Lange Update to the device framework.
2009-07-23 Jack Lange added PCI subclass and class codes to clear up the...
2009-07-01 Jack Lange added more ATAPI commands and debugging to ide layer
2009-05-26 Jack Lange fix IDE initialization
2009-05-22 Jack Lange update to coding standards
2009-05-20 Patrick Bridges Fixed v3_create_ide when NULL southbridge passed in...
2009-04-10 Jack Lange added DMA write functionality to ide harddisk
2009-04-10 Jack Lange removed debugging output
2009-04-10 Jack Lange cdrom DMA functional
2009-04-09 Jack Lange functional DMA reads for IDE disks
2009-04-08 Jack Lange updates to the PCI configuration for the southbridge...
2009-04-08 Jack Lange updated the pci and IDE configuration.
2009-04-06 Jack Lange getting things working again
2009-04-06 Jack Lange huge update for merge
2009-04-04 Jack Lange IDE hard drive works past grub
2009-04-03 Jack Lange Added intial cut at IDE disk support
2009-04-02 Jack Lange broken DMA that should be working
2009-03-31 Jack Lange updated PCI
2009-03-31 Jack Lange more updates for DMA
2009-03-24 Jack Lange updates to ATAPI packet command support
2009-03-19 Jack Lange added atapi handlers
2009-03-18 Jack Lange added atapi identify and command port handler
2009-03-18 Jack Lange added RAM based CD, updates to device registration
2009-03-18 Jack Lange updated ide layer
2009-03-18 Jack Lange added standard port write handler
2009-03-18 Jack Lange initial commit of IDE layer