summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-06virtio-net: Incorporate a DeviceState pointer and let savevm track instancesAlex Williamson
2010-07-06eepro100: Add a dev field to eeprom new/free functionsAlex Williamson
2010-07-06savevm: Make use of DeviceStateAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-07-06pci: Implement BusInfo.get_dev_path()Alex Williamson
2010-07-06qdev: Add a get_dev_path() function to BusInfoAlex Williamson
2010-07-06pc: Allocate all ram in a single qemu_ram_alloc()Alex Williamson
2010-07-06Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson
2010-07-06make rtc alatm workGleb Natapov
2010-07-06scsi: Fix SCSI bus resetJan Kiszka
2010-07-06Fix io-thread build breakage of a88790a14fJan Kiszka
2010-07-06Include sys/mman.h before qemu-options.hJes Sorensen
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-07-06Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori
2010-07-05cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias
2010-07-05cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.Edgar E. Iglesias
2010-07-05cris: Break out rand LFSR update into a separate func.Edgar E. Iglesias
2010-07-03piix4: compile only onceBlue Swirl
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-07-03remove unused stuff from */exec.hPaolo Bonzini
2010-07-02block: Handle multiwrite errors only when all requests have completedKevin Wolf
2010-07-02block: Fix early failure in multiwriteKevin Wolf
2010-07-02qemu-img: avoid calling exit(1) to release resources properlyMORITA Kazutaka
2010-07-02pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster
2010-07-02ide: Make PIIX and ISA IDE init functions return the qdevMarkus Armbruster
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster
2010-07-02block: Clean up bdrv_snapshots()Markus Armbruster
2010-07-02savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster
2010-07-02blkdebug: Initialize state as 1Kevin Wolf
2010-07-02blkdebug: Free QemuOpts after having read the configKevin Wolf
2010-07-02blkdebug: Fix set_state_opts definitionKevin Wolf
2010-07-02qemu-option: New qemu_opts_reset()Markus Armbruster
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster
2010-07-02blockdev: drive_get_by_id() is no longer used, removeMarkus Armbruster
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster
2010-07-02blockdev: Clean up automatic drive deletionMarkus Armbruster
2010-07-02blockdev: New drive_get_by_blockdev()Markus Armbruster
2010-07-02Don't reset bs->is_temporary in bdrv_open_commonRyan Harper
2010-07-02blockdev: Remove drive_get_serial()Markus Armbruster
2010-07-02ide: Make it explicit that ide_create_drive() can't failMarkus Armbruster
2010-07-02scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callersMarkus Armbruster
2010-07-02block: allow filenames with colons again for host devicesChristoph Hellwig
2010-07-02qcow2: Fix error handling during metadata preallocationKevin Wolf
2010-07-02Don't declare XSAVE as supportedAndi Kleen
2010-07-02Add more boundary checking to sse3/4 parsingAndi Kleen
2010-07-01target-arm : fix parallel saturated subtraction implementationChih-Min Chao
2010-07-01target-arm : fix thumb2 parallel add/sub opcode decodingChih-Min Chao
2010-07-01target-arm: fix addsub/subadd implementationChih-Min Chao
2010-07-01Makefile: add qemu-options.def to distcleanHidetoshi Seto