aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-05-15acpi: split out piix4 smbus routines from acpi.c into pm_smbus.cIsaku Yamahata
2010-05-15mc146818rtc: Register vmstate via qdevJan Kiszka
2010-05-15fdc: Register vmstate via qdevJan Kiszka
2010-05-15serial: Register vmstate via qdevJan Kiszka
2010-05-15vmstate: Add support for alias IDJan Kiszka
2010-05-15vmstate: Drop unused post_save handlerJan Kiszka
2010-05-15sh: sm501: add 2D engine supportShin-ichiro KAWASAKI
2010-05-15tmp105: update the register in post_load where it needs updating.Andrzej Zaborowski
2010-05-14e1000: make some tables 'const'Blue Swirl
2010-05-14ide: make a table 'const'Blue Swirl
2010-05-14vga: make some tables 'const'Blue Swirl
2010-05-12pckbd: don't use any static stateBlue Swirl
2010-05-12apb: don't use any static stateBlue Swirl
2010-05-10lsi: Handle removal of selected devicesJan Kiszka
2010-05-10lsi: Adjust some register reset valuesJan Kiszka
2010-05-10lsi: Purge message queue on resetJan Kiszka
2010-05-10scsi-disk: Clear aiocb on read completionJan Kiszka
2010-05-10SCSI: Add disk reset handlerJan Kiszka
2010-05-10iov: Move from hw/ to topdirAmit Shah
2010-05-03hw: better i440 emulationBernhard M. Wiedemann
2010-05-03virtio-9p: Add P9_TFLUSH supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TREMOVE support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TWSTAT supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TCREATE supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TWRITE supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TCLUNK supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TREAD supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TOPEN support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TWALK supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TSTAT supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TATTACH support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TVERSION supportAnthony Liguori
2010-05-03virtio-9p: Add sg helper functionsAnthony Liguori
2010-05-03virtio-9p: Add stat and mode related helper functions.Anthony Liguori
2010-05-03virtio-9p: Add fid and qid management support.Anthony Liguori
2010-05-03virtio-9p: Add minimal set of FileOperationsAnthony Liguori
2010-05-03virtio-9p: Add string manipulation support.Anthony Liguori
2010-05-03virtio-9p: pdu processing support.Anthony Liguori
2010-05-03virtio-9p: Add a virtio 9p device to qemuAnthony Liguori
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy
2010-05-03virtio-serial: Fix check for 'assert'; prevent NULL derefsAmit Shah
2010-05-03lsi: Properly initialize controller state on resetJan Kiszka
2010-05-03lsi: Purge request queue on soft resetJan Kiszka
2010-05-03Merge remote branch 'qemu-kvm/uq/master' into HEADAnthony Liguori
2010-05-02Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl
2010-05-01cmd646: fix abort due to changed opaque pointer for ioport readIgor V. Kovalenko
2010-05-01cmd646: pass pci_dev as it needs itIgor V. Kovalenko
2010-04-28vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti
2010-04-28virtio-serial: Implement flow control for individual portsAmit Shah
2010-04-28virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah