aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-18linux-user: rlimit conversion between host and target.takasi-y@ops.dti.ne.jp
2010-05-17Compile acpi_piix4, apm and pm_smbus only onceBlue Swirl
2010-05-17Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-05-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-05-17block: Remove special case for vvfatKevin Wolf
2010-05-17Fix docs for block stats monitor commandDaniel P. Berrange
2010-05-17use qemu_free() instead of free()Bruce Rogers
2010-05-17block/vdi: Fix image opening and creation for odd disk sizesStefan Weil
2010-05-17dmg: use qemu block APIChristoph Hellwig
2010-05-17dmg: use preadChristoph Hellwig
2010-05-17dmg: fix reading of uncompressed chunksChristoph Hellwig
2010-05-17block/vpc: Fix conversion from size to disk geometryStefan Weil
2010-05-17parallels: use qemu block APIChristoph Hellwig
2010-05-17parallels: use preadChristoph Hellwig
2010-05-17block/vdi: Allow disk images of size 0Stefan Weil
2010-05-17block: Fix bdrv_commitKevin Wolf
2010-05-17block: Fix protocol detection for Windows devicesKevin Wolf
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf
2010-05-17bochs: use qemu block APIChristoph Hellwig
2010-05-17bochs: use preadChristoph Hellwig
2010-05-17ide: Fix ide_dma_cancelKevin Wolf
2010-05-17cloop: use qemu block APIChristoph Hellwig
2010-05-17cloop: use preadChristoph Hellwig
2010-05-17qemu-nbd: Improve error reportingRyota Ozaki
2010-05-17block: Remove semicolon in BDRV_SECTOR_MASK macroStefan Hajnoczi
2010-05-16sparc: move DT and QT defines to op_helper.cBlue Swirl
2010-05-16sparc64: fix TT_WOTHER valueIgor V. Kovalenko
2010-05-16sparc64: fix mmu demap operand typoIgor V. Kovalenko
2010-05-15Update to a hopefully more future proof FSF addressBlue Swirl
2010-05-15Trim unnecessary includesBlue Swirl
2010-05-15mc146818rtc: remove #ifdef DEBUG_CMOS.Isaku Yamahata
2010-05-15apm: remove #ifdef DEBUG.Isaku Yamahata
2010-05-15acpi_piix4: remove #ifdef DEBUG.Isaku Yamahata
2010-05-15pm_smbus: remove #ifdef DEBUG.Isaku Yamahata
2010-05-15pci hotadd, acpi_piix4: remove global variablesIsaku Yamahata
2010-05-15pci hotplug: add argument to pci hot plug callback.Isaku Yamahata
2010-05-15acpi_piix4: qdevfy.Isaku Yamahata
2010-05-15rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata
2010-05-15pc: move rtc declarations from pc.h into a dedicated header file.Isaku Yamahata
2010-05-15pc: split out piix specific part from pc.c into pc_piix.cIsaku Yamahata
2010-05-15pc: split out pci device init from pc_init1() into pc_pci_device_init()Isaku Yamahata
2010-05-15pc: split out basic device init from pc_init1() into pc_basic_device_init()Isaku Yamahata
2010-05-15pc: split out vga initialization from pc_init1() into pc_vga_init().Isaku Yamahata
2010-05-15pc: split out memory allocation from pc_init1() into pc_memory_init()Isaku Yamahata
2010-05-15pc: split out cpu initialization from pc_init1() into pc_cpus_init().Isaku Yamahata
2010-05-15pc: make pc_init1() not refer ferr_irq directly.Isaku Yamahata
2010-05-15pc: introduce a function to allocate cpu irq.Isaku Yamahata
2010-05-15pc: remove global variable rtc_state by using qemu_irq.Isaku Yamahata
2010-05-15pc: remove a global variable, floppy_controller.Isaku Yamahata
2010-05-15pc: make an unnecessary global variable, pit, local.Isaku Yamahata