]> git.proxmox.com Git - qemu.git/history - hw
block/vdi: Allow disk images of size 0
[qemu.git] / hw /
2010-05-17 Kevin Wolfide: Fix ide_dma_cancel
2010-05-15 Blue SwirlUpdate to a hopefully more future proof FSF address
2010-05-15 Blue SwirlTrim unnecessary includes
2010-05-15 Isaku Yamahatamc146818rtc: remove #ifdef DEBUG_CMOS.
2010-05-15 Isaku Yamahataapm: remove #ifdef DEBUG.
2010-05-15 Isaku Yamahataacpi_piix4: remove #ifdef DEBUG.
2010-05-15 Isaku Yamahatapm_smbus: remove #ifdef DEBUG.
2010-05-15 Isaku Yamahatapci hotadd, acpi_piix4: remove global variables
2010-05-15 Isaku Yamahatapci hotplug: add argument to pci hot plug callback.
2010-05-15 Isaku Yamahataacpi_piix4: qdevfy.
2010-05-15 Isaku Yamahatartc: make rtc_xxx accept/return ISADevice instead of...
2010-05-15 Isaku Yamahatapc: move rtc declarations from pc.h into a dedicated...
2010-05-15 Isaku Yamahatapc: split out piix specific part from pc.c into pc_piix.c
2010-05-15 Isaku Yamahatapc: split out pci device init from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out basic device init from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out vga initialization from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out memory allocation from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out cpu initialization from pc_init1() into...
2010-05-15 Isaku Yamahatapc: make pc_init1() not refer ferr_irq directly.
2010-05-15 Isaku Yamahatapc: introduce a function to allocate cpu irq.
2010-05-15 Isaku Yamahatapc: remove global variable rtc_state by using qemu_irq.
2010-05-15 Isaku Yamahatapc: remove a global variable, floppy_controller.
2010-05-15 Isaku Yamahatapc: make an unnecessary global variable, pit, local.
2010-05-15 Isaku Yamahatapc, i440fx: Make smm enable/disable function i440fx...
2010-05-15 Isaku Yamahatapc: initialize ioapic before use.
2010-05-15 Isaku Yamahataacpi: split acpi.c into the common part and the piix4...
2010-05-15 Isaku Yamahataacpi: add acpi constants from linux header files and...
2010-05-15 Isaku Yamahataacpi: split out apm register emulation from acpi.c
2010-05-15 Isaku Yamahataacpi: split out piix4 smbus routines from acpi.c into...
2010-05-15 Jan Kiszkamc146818rtc: Register vmstate via qdev
2010-05-15 Jan Kiszkafdc: Register vmstate via qdev
2010-05-15 Jan Kiszkaserial: Register vmstate via qdev
2010-05-15 Jan Kiszkavmstate: Add support for alias ID
2010-05-15 Jan Kiszkavmstate: Drop unused post_save handler
2010-05-15 Shin-ichiro KAWASAKIsh: sm501: add 2D engine support
2010-05-15 Andrzej Zaborowskitmp105: update the register in post_load where it needs...
2010-05-14 Blue Swirle1000: make some tables 'const'
2010-05-14 Blue Swirlide: make a table 'const'
2010-05-14 Blue Swirlvga: make some tables 'const'
2010-05-14 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-05-12 Blue Swirlpckbd: don't use any static state
2010-05-12 Blue Swirlapb: don't use any static state
2010-05-10 Jan Kiszkalsi: Handle removal of selected devices
2010-05-10 Jan Kiszkalsi: Adjust some register reset values
2010-05-10 Jan Kiszkalsi: Purge message queue on reset
2010-05-10 Jan Kiszkascsi-disk: Clear aiocb on read completion
2010-05-10 Jan KiszkaSCSI: Add disk reset handler
2010-05-10 Amit Shahiov: Move from hw/ to topdir
2010-05-03 Bernhard M. Wiedemannhw: better i440 emulation
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TFLUSH support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TREMOVE support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWSTAT support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TCREATE support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWRITE support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TCLUNK support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TREAD support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TOPEN support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWALK support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TSTAT support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TATTACH support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TVERSION support
2010-05-03 Anthony Liguorivirtio-9p: Add sg helper functions
2010-05-03 Anthony Liguorivirtio-9p: Add stat and mode related helper functions.
2010-05-03 Anthony Liguorivirtio-9p: Add fid and qid management support.
2010-05-03 Anthony Liguorivirtio-9p: Add minimal set of FileOperations
2010-05-03 Anthony Liguorivirtio-9p: Add string manipulation support.
2010-05-03 Anthony Liguorivirtio-9p: pdu processing support.
2010-05-03 Anthony Liguorivirtio-9p: Add a virtio 9p device to qemu
2010-05-03 Gautham R Shenoyvirtio-9p: Create a commandline option -fsdev
2010-05-03 Amit Shahvirtio-serial: Fix check for 'assert'; prevent NULL...
2010-05-03 Jan Kiszkalsi: Properly initialize controller state on reset
2010-05-03 Jan Kiszkalsi: Purge request queue on soft reset
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-05-02 Blue SwirlFix missing '|' in '|=', spotted by clang analyzer
2010-05-01 Igor V. Kovalenkocmd646: fix abort due to changed opaque pointer for...
2010-05-01 Igor V. Kovalenkocmd646: pass pci_dev as it needs it
2010-04-28 Marcelo Tosattivga: fix typo in length passed to kvm_log_stop
2010-04-28 Amit Shahvirtio-serial: Implement flow control for individual...
2010-04-28 Amit Shahvirtio-serial: Discard data that guest sends us when...
2010-04-28 Amit Shahvirtio-serial: Apps should consume all data that guest...
2010-04-28 Amit Shahvirtio-serial: Handle scatter/gather input from the...
2010-04-28 Amit Shahvirtio-serial: Handle scatter-gather buffers for contro...
2010-04-28 Amit Shahiov: Add iov_to_buf and iov_size helpers
2010-04-28 Amit Shahiov: Introduce a new file for helpers around iovs,...
2010-04-28 Amit Shahvirtio-serial: Send out guest data to ports only if...
2010-04-28 Amit Shahvirtio-serial: Propagate errors in initialising ports...
2010-04-28 Amit Shahvirtio-serial: Update copyright year to 2010
2010-04-28 Amit Shahvirtio-serial: Remove redundant check for 0-sized write...
2010-04-28 Amit Shahvirtio-serial: whitespace: match surrounding code
2010-04-28 Amit Shahvirtio-serial: Use control messages to notify guest...
2010-04-28 Amit Shahvirtio-serial: save/load: Send target host connection...
2010-04-28 Amit Shahvirtio-serial: save/load: Ensure we have hot-plugged...
2010-04-28 Amit Shahvirtio-serial: save/load: Ensure nr_ports on src and...
2010-04-28 Amit Shahvirtio-serial: save/load: Ensure target has enough...
2010-04-25 Blue Swirlsh4: remove dead assignments, spotted by clang analyzer
2010-04-25 Blue Swirlppc: add missing 'break', spotted by clang analyzer
2010-04-25 Blue Swirlppc: remove dead assignments, spotted by clang analyzer
2010-04-25 Blue Swirlalpha: remove dead assignments, spotted by clang analyzer
2010-04-25 Blue Swirlmicroblaze: remove dead assignments, spotted by clang...
next