sdk/emulator/qemu.git
2010-07-13 Markus Armbrustervirtio-blk: Fix virtio-blk-s390 to require drive
2010-07-13 Markus Armbrustervirtio-pci: Check for virtio_blk_init() failure
2010-07-13 Shahar HaviviBlock migration fail, ignore error from bdrv_getlength
2010-07-13 Stefan Weilqemu-img: Fix copy+paste bug in documentation
2010-07-13 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-13 Anthony LiguoriUpdate SeaBIOS
2010-07-12 Isaku Yamahatapci/multi function bit: fix vt82c686.c.
2010-07-12 Alexandre Courbottarget-sh4: Add support for ldc & stc with sgr
2010-07-12 Alexandre Courbottarget-sh4: Split the LDST macro into 2 sub-macros
2010-07-11 Michael S.... pci: fix bridge update
2010-07-11 Michael S.... virtio-net: correct packet length math
2010-07-11 Isaku Yamahatapci hotplug: make pci hotplug return value to caller
2010-07-11 Michael S.... vmware_vga: fix reset value for command register
2010-07-11 Michael S.... rtl8139: address TODOs
2010-07-11 Isaku Yamahatapci hotplug: make pci_device_hot_remove() static
2010-07-11 Michael S.... pcnet: address TODOs
2010-07-11 Isaku Yamahatapci: fix pci_device_reset
2010-07-11 Alexander GrafAppleSMC device emulation
2010-07-11 Stefan WeilDocumentation: Fix spelling bugs
2010-07-11 Hidetoshi SetoMakefile: Not every shell support {}
2010-07-11 Hidetoshi SetoMakefile: add fsdev/*.{o,d} to clean
2010-07-11 Isaku Yamahatapci: set PCI multi-function bit appropriately.
2010-07-11 Isaku Yamahatapci_bridge: make pci bridge aware of pci multi function...
2010-07-11 Isaku Yamahatapci: set multifunction property for normal device.
2010-07-11 Isaku Yamahatapci: introduce multifunction property.
2010-07-11 Isaku Yamahataqdev: implement qdev_prop_set_bit().
2010-07-11 Isaku Yamahatapci: remove PCIDeviceInfo::header_type
2010-07-11 Isaku Yamahatapci: don't overwrite multi functio bit in pci header...
2010-07-11 Isaku Yamahatapci: insert assert that auto-assigned-address function...
2010-07-11 Isaku Yamahatapci: use PCI_DEVFN() where appropriate.
2010-07-11 Aurelien Jarnotarget-mips: add loongson 2E & 2F integer instructions
2010-07-07 Blue SwirlFix warning about uninitialized variable
2010-07-07 MORITA Kazutakasheepdog: fix compile error on systems without TCP_CORK
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonramblocks: No more being lazy about duplicate names
2010-07-06 Alex Williamsonpci: Free the space allocated for the option rom on...
2010-07-06 Alex Williamsonqemu_ram_free: Implement it
2010-07-06 Alex Williamsonsavevm: Create a new continue flag to avoid resending...
2010-07-06 Alex Williamsonsavevm: Use RAM blocks for basis of migration
2010-07-06 Alex Williamsonsavevm: Migrate RAM based on name/offset
2010-07-06 Alex Williamsonramblocks: Make use of DeviceState pointer and BusInfo...
2010-07-06 Alex Williamsonqemu_ram_alloc: Add DeviceState and name parameters
2010-07-06 Alex Williamsonvirtio-net: Incorporate a DeviceState pointer and let...
2010-07-06 Alex Williamsoneepro100: Add a dev field to eeprom new/free functions
2010-07-06 Alex Williamsonsavevm: Make use of DeviceState
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-07-06 Alex Williamsonpci: Implement BusInfo.get_dev_path()
2010-07-06 Alex Williamsonqdev: Add a get_dev_path() function to BusInfo
2010-07-06 Alex Williamsonpc: Allocate all ram in a single qemu_ram_alloc()
2010-07-06 Alex WilliamsonRemove uses of ram.last_offset (aka last_ram_offset)
2010-07-06 Gleb Natapovmake rtc alatm work
2010-07-06 Jan Kiszkascsi: Fix SCSI bus reset
2010-07-06 Jan KiszkaFix io-thread build breakage of a88790a14f
2010-07-06 MORITA Kazutakablock: add sheepdog driver for distributed storage...
2010-07-06 Markus Armbrusteride: Reject invalid CHS geometry
2010-07-06 Markus Armbrusteride: Reject readonly drives unless CD-ROM
2010-07-06 Markus Armbrusteride: Make ide_init_drive() return success
2010-07-06 Markus Armbrusteride: Replace IDEState members is_cdrom, is_cf by drive_kind
2010-07-06 Markus Armbrusteride: Improve error messages
2010-07-06 Markus Armbrusterscsi: Error locations for -drive if=scsi device initial...
2010-07-06 Markus Armbrustererror: New qemu_opts_loc_restore()
2010-07-06 Markus Armbrusterscsi: Reject unimplemented error actions
2010-07-06 Markus Armbrusterqdev: Don't hw_error() in qdev_init_nofail()
2010-07-06 Markus Armbrusterfdc: Reject unimplemented error actions
2010-07-06 Markus Armbrusterraw-posix: Fix test for host CD-ROM
2010-07-06 Markus Armbrusterblock migration: Fix test for read-only drive
2010-07-06 Markus Armbrusterblockdev: Clean up how readonly persists across virtual...
2010-07-06 john cooperAdd virtio disk identification support
2010-07-06 Kevin Wolfqcow2/vdi: Change check to distinguish error cases
2010-07-06 Kevin Wolfqemu-img check: Distinguish different kinds of errors
2010-07-06 Jes SorensenInclude sys/mman.h before qemu-options.h
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-05 Edgar E. Iglesiascris: Avoid debug clobbering for both I & D MMU state.
2010-07-05 Edgar E. Iglesiascris: Dont clobber the MMU state across calls to cpu_ge...
2010-07-05 Edgar E. Iglesiascris: Break out rand LFSR update into a separate func.
2010-07-03 Blue Swirlpiix4: compile only once
2010-07-03 Paolo Bonziniremove exec-all.h inclusion from cpu.h
2010-07-03 Paolo Bonzinimove cpu_pc_from_tb to target-*/exec.h
2010-07-03 Paolo Bonziniremove unused stuff from */exec.h
2010-07-02 Kevin Wolfblock: Handle multiwrite errors only when all requests...
2010-07-02 Kevin Wolfblock: Fix early failure in multiwrite
2010-07-02 MORITA Kazutakaqemu-img: avoid calling exit(1) to release resources...
2010-07-02 Markus Armbrusterpc: Fix CMOS info for drives defined with -device
2010-07-02 Markus Armbrusteride: Make PIIX and ISA IDE init functions return the...
2010-07-02 Markus Armbrusterblock: Fix virtual media change for if=none
2010-07-02 Markus Armbrusterblock: Clean up bdrv_snapshots()
2010-07-02 Markus Armbrustersavevm: Survive hot-unplug of snapshot device
2010-07-02 Kevin Wolfblkdebug: Initialize state as 1
2010-07-02 Kevin Wolfblkdebug: Free QemuOpts after having read the config
2010-07-02 Kevin Wolfblkdebug: Fix set_state_opts definition
2010-07-02 Markus Armbrusterqemu-option: New qemu_opts_reset()
2010-07-02 Markus Armbrusterblock: Catch attempt to attach multiple devices to...
2010-07-02 Markus Armbrusterblockdev: drive_get_by_id() is no longer used, remove
2010-07-02 Markus Armbrusterqdev: Decouple qdev_prop_drive from DriveInfo
2010-07-02 Markus Armbrusterblockdev: Clean up automatic drive deletion
2010-07-02 Markus Armbrusterblockdev: New drive_get_by_blockdev()
2010-07-02 Ryan HarperDon't reset bs->is_temporary in bdrv_open_common
2010-07-02 Markus Armbrusterblockdev: Remove drive_get_serial()
2010-07-02 Markus Armbrusteride: Make it explicit that ide_create_drive() can't...
next