]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2012-03-07 Jan Kiszkakvm: Add kvm_has_pit_state2 helper
2012-03-07 Jan Kiszkai8254: Open-code timer restore
2012-03-07 Jan Kiszkai8254: Factor out base class for KVM reuse
2012-03-07 Peter A. G... xilinx_zynq: machine model initial version
2012-03-07 Peter A. G... cadence_gem: initial version of device model
2012-03-07 Peter A. G... cadence_ttc: initial version of device model
2012-03-07 Peter A. G... cadence_uart: initial version of device model
2012-03-05 Peter A. G... microblaze_boot: enabled -dtb argument
2012-03-05 Peter A. G... qemu-options.hx: allow -dtb argument for all archs
2012-03-05 Peter A. G... petalogix_s2adsp1800: macro'd magic numbers
2012-03-05 Peter A. G... petalogix_s2adsp1800: moved rst logic to rst fn
2012-03-05 Peter A. G... microblaze: factored out common boot code
2012-03-05 Blue SwirlMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-03-05 Lluís VilanovaMove helpers.h to helper.h
2012-03-05 Christian Borntraegers390: Rework kernel loading: supports elf and newer...
2012-03-05 Avi Kivitymemory: fix I/O port aliases
2012-03-05 Avi Kivityioport: add destructor method to IORange
2012-03-03 Stefan Weilw64: fix type casts when calling flush_icache_range
2012-03-03 Stefan Weilcache-utils: Change data type of parameters for flush_i...
2012-03-03 Stefan Weilw64: Change data type of parameters for flush_icache_range
2012-03-03 Stefan Weilw64: Fix data type of parameters for flush_icache_range
2012-03-03 Stefan Weiltcg: Rearrange definitions and include statements
2012-03-03 Stefan Weilw64: Fix size of ram_addr_t
2012-03-03 Blue SwirlMerge branch 'upstream' of git://qemu.weilnetz.de/qemu
2012-03-03 Jan Kiszkausb: Fix signature of stub usb_host_device_open
2012-03-03 Blue SwirlMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-03-03 Blue SwirlMerge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb...
2012-03-02 Peter Maydellhw/arm11mpcore: Fix broken realview_mpcore/arm11mpcore_...
2012-03-02 Grant Likelyarm: add device tree support
2012-03-02 Rusty Russellarm: make sure that number of irqs can be represented...
2012-03-02 Rusty Russellarm: clean up GIC constants
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-03-01 Avi Kivitykvm: fix unaligned slots
2012-03-01 Avi Kivitypc-bios: update kvmvapic.bin
2012-02-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-02-29 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v49' into...
2012-02-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.39' into staging
2012-02-29 Zhi Yong Wuqemu-img: fix segment fault when the image format is qed
2012-02-29 Zhi Yong Wuqemu-io: fix segment fault when the image format is qed
2012-02-29 Stefan Hajnocziqemu-tool: revert cpu_get_clock() abort(3)
2012-02-29 Kevin Wolfqemu-iotests: Test rebase with short backing file
2012-02-29 Kevin Wolfqemu-iotests: 026: Reduce output changes for cache...
2012-02-29 Kevin Wolfqemu-iotests: Filter out DOS line endings
2012-02-29 Stefan Hajnoczitest: add image streaming tests
2012-02-29 Stefan Hajnocziqemu-iotests: add iotests Python module
2012-02-29 Stefan Hajnocziqemu-iotests: export TEST_DIR for non-bash tests
2012-02-29 Jeff CodyQMP: Add qmp command for blockdev-group-snapshot-sync
2012-02-29 Jeff Codyqapi: Introduce blockdev-group-snapshot-sync command
2012-02-29 Kevin Wolfqcow2: Reject too large header extensions
2012-02-29 Kevin Wolfqcow2: Fix offset in qcow2_read_extensions
2012-02-29 Paolo Bonziniblock: drop aio_multiwrite in BlockDriver
2012-02-29 Paolo Bonziniblock: remove unused fields in BlockDriverState
2012-02-29 Kevin Wolfqcow2: Fix build with DEBUG_EXT enabled
2012-02-29 Paolo Bonziniide: fail I/O to empty disk
2012-02-29 Hervé Poussineaufdc: DIR (Digital Input Register) should return status...
2012-02-29 Hervé Poussineaufdc: fix seek command, which shouldn't check tracks
2012-02-29 Hervé Poussineaufdc: check if media rate is correct before doing any...
2012-02-29 Hervé Poussineaufdc: add a 'check media rate' property. Not used yet
2012-02-29 Hervé Poussineaublock: add a transfer rate for floppy types
2012-02-29 Hervé Poussineaufdc: add CCR (Configuration Control Register) write...
2012-02-29 Hervé Poussineaufdc: handle read-only floppies (abort early on write...
2012-02-29 Hervé Poussineaufdc: most control commands do not generate interrupts
2012-02-29 Hervé Poussineaufdc: set busy bit when starting a command
2012-02-29 Hervé Poussineaufdc: take side count into account
2012-02-29 Avi Kivitymemory: allow phys_map tree paths to terminate early
2012-02-29 Avi Kivitymemory: unify PhysPageEntry::node and ::leaf
2012-02-29 Avi Kivitymemory: change phys_page_set() to set multiple pages
2012-02-29 Avi Kivitymemory: switch phys_page_set() to a recursive implement...
2012-02-29 Avi Kivitymemory: replace phys_page_find_alloc() with phys_page_set()
2012-02-29 Avi Kivitymemory: simplify multipage/subpage registration
2012-02-29 Avi Kivitymemory: give phys_page_find() its own tree search loop
2012-02-29 Avi Kivitymemory: make phys_page_find() return a MemoryRegionSection
2012-02-29 Avi Kivitymemory: move tlb flush to MemoryListener commit callback
2012-02-29 Avi Kivitymemory: unify the two branches of cpu_register_physical...
2012-02-29 Avi Kivitymemory: fix RAM subpages in newly initialized pages
2012-02-29 Avi Kivitymemory: compress phys_map node pointers to 16 bits
2012-02-29 Avi Kivitymemory: store MemoryRegionSection pointers in phys_map
2012-02-29 Avi Kivitymemory: unify phys_map last level with intermediate...
2012-02-29 Avi Kivitymemory: remove first level of l1_phys_map
2012-02-29 Avi Kivitymemory: change memory registration to rebuild the memor...
2012-02-29 Avi Kivitymemory: support stateless memory listeners
2012-02-29 Avi Kivitymemory: split memory listener for the two address spaces
2012-02-29 Avi Kivityxen: ignore I/O memory regions
2012-02-29 Avi Kivitymemory: allow MemoryListeners to observe a specific...
2012-02-29 Avi Kivitymemory: drop AddressSpaceOps
2012-02-29 Avi Kivitymemory: use a MemoryListener for core memory map update...
2012-02-29 Avi Kivitymemory: don't pass ->readable attribute to cpu_register...
2012-02-29 Avi Kivitymemory: add a readonly attribute to MemoryRegionSection
2012-02-29 Avi Kivitymemory: move ioeventfd ops to MemoryListener
2012-02-29 Avi Kivitymemory: code motion: move MEMORY_LISTENER_CALL()
2012-02-29 Avi Kivitymemory: switch memory listeners to a QTAILQ
2012-02-29 Avi Kivitymemory: add shorthand for invoking a callback on all...
2012-02-29 Avi Kivitymemory: remove memory_region_set_offset()
2012-02-29 Avi Kivityioport: change portio_list not to use memory_region_set...
2012-02-28 Stefan WeilMove definition of HOST_LONG_BITS to qemu-common.h
2012-02-28 Stefan Weiltarget-xtensa: Clean includes
2012-02-28 Stefan Weiltarget-unicore32: Clean includes
2012-02-28 Stefan Weiltarget-sh4: Clean includes
next