]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2009-11-17 Jan Kiszkakvm: Add arch reset handler
2009-11-17 lirans@il.ibm.comEnable migration without shared storage from the monitor
2009-11-17 lirans@il.ibm.comBlock live migration
2009-11-17 lirans@il.ibm.comExpose a mechanism to trace block writes
2009-11-17 Amit Shahchar: rename qemu_chr_reset to qemu_chr_generic_open
2009-11-17 Amit Shahchar: Remove special init_reset handling
2009-11-17 Amit Shahchar: don't limit data sent to backends to 1k per buffer
2009-11-16 Paul BrookARM PB-A8 support
2009-11-16 Paul BrookLAN9118 emulation
2009-11-15 Aurelien Jarnomips_r4k: fix reset
2009-11-15 Blue SwirlPPC64: map Uni-North AGP bus aka fix Linux boot
2009-11-15 Blue SwirlPPC64: Partial fix to Linux crash: revert to old devfn
2009-11-15 Blue SwirlPCI: make duplicate devfn allocation fatal
2009-11-14 malcDo not execute shell scripts directly
2009-11-14 Aurelien Jarnomips malta: fix indentation
2009-11-14 Aurelien Jarnotarget-mips: fix indentation
2009-11-14 Aurelien Jarnomips-malta: fix reset
2009-11-14 Blue Swirlmips: fix cpu_reset memory leak
2009-11-14 Magnus Dammfix make clean targets
2009-11-14 Magnus Dammsh4 disasm fixes
2009-11-14 Magnus Dammtcg/i386: remove duplicate sar opcode
2009-11-14 Stefan Weilpci: Fix function pci_default_write_config
2009-11-14 Aurelien Jarnomips: fix CPU reset
2009-11-13 Blue SwirlFix PPC crash
2009-11-13 Paul BrookARM MPCore tweaks
2009-11-13 Paul BrookRealview/EB procid hacks
2009-11-12 Juan Quintelapci: fix the conversion of config field from array...
2009-11-12 Juan Quintelaqemu_system_reset: we need to call it before loadvm...
2009-11-12 Juan Quintelafdc: fix vmstate variable passed
2009-11-12 Gerd Hoffmannvnc: improve capslock handling.
2009-11-12 Kay Ackermanne1000 fix: read access to some registers is missing.
2009-11-12 David WoodhouseFix 32-bit overflow in parallels image support
2009-11-12 Hollis Blanchardkvm ppc: Remove unused label
2009-11-12 Hollis Blanchardkvm: Move KVM mp_state accessors to i386-specific code
2009-11-12 Kevin Wolfvirtio-blk: Pass read errors to the guest
2009-11-12 Kevin Wolfsavevm: Delete existing snapshots in all images
2009-11-12 Juan QuintelaFix incoming migration
2009-11-12 Juan Quintelafix type in CFLAGS name
2009-11-12 Juan Quintelafix parallel build
2009-11-12 Amit Shahqdev: Check if unplug handler exists before calling it
2009-11-12 Stefan WeilMakefile: Fix definition of pxe-*.bin blobs
2009-11-12 Stefan Weileepro100: Add missing .exit initialisation
2009-11-12 Stefan Weileepro100: Fix boot ROM support
2009-11-12 Stefan WeilMakefile: Prettify logging
2009-11-12 Stefan Weilserial: Add interface to set reference oscillator frequency
2009-11-12 Edgar E. Iglesiasmicroblaze: Move the kcmdline out of the way.
2009-11-12 Edgar E. Iglesiasmicroblaze: Restore env when raising unmapped bus access.
2009-11-12 Edgar E. Iglesiasmicroblaze: Unbreak reset.
2009-11-11 Paul BrookFix ARM MCore secondary cpu boot
2009-11-11 Paul BrookReject late rom loading
2009-11-11 Paul BrookFix ARM system emulation
2009-11-09 Gerd HoffmannQemuOpts: command line switches for the config file.
2009-11-09 Gerd HoffmannQemuOpts: parse config from file.
2009-11-09 Gerd HoffmannQemuOpts: dump config.
2009-11-09 Gerd HoffmannQemuOpts: add find_list()
2009-11-09 Kevin WolfDocumentation: Add options to image format descriptions
2009-11-09 Kevin WolfDocumentation: Don't mention old qemu-img options
2009-11-09 Kevin WolfDocumentation: Move image format descriptions to own...
2009-11-09 Matthew BoothDocumentation: Add documentation for -chardev
2009-11-09 Naphtali SpreiAdded imlpementation for qemu_error for non-qemu execut...
2009-11-09 Stefan Weileepro100: Improve support for different devices
2009-11-09 Isaku Yamahatapci/monitor: print out bridge's filtering values and...
2009-11-09 Isaku Yamahatapci: implement pci bridge filtering.
2009-11-09 Isaku Yamahatapci: factor out pci_for_each_device().
2009-11-09 Isaku Yamahatapci: cosmetic on pci_upadte_mappings()
2009-11-09 Isaku Yamahatapci: initialize pci config headers depending it pci...
2009-11-09 Isaku Yamahatapci: teach pci_default_config_write() ROM bar for norma...
2009-11-09 Isaku Yamahatapci: use range helper functions.
2009-11-09 Isaku Yamahatapci: add helper functions to check ranges overlap.
2009-11-09 Isaku Yamahatapci: pcie host and mmcfg support.
2009-11-09 Isaku Yamahatavmstate: introduce VMSTATE_BUFFER_UNSAFE_INFO.
2009-11-09 Isaku Yamahatapci_host: change the signature of pci_data_{read, write}.
2009-11-09 Isaku Yamahatapci: move pci host stuff from pci.c to pci_host.c
2009-11-09 Isaku Yamahatapci: factor out the conversion logic from io port addre...
2009-11-09 Isaku Yamahatapci: make pci configuration transaction more accurate.
2009-11-09 Isaku Yamahatapci: remove bus_num member from struct PCIBus.
2009-11-09 Isaku Yamahatapci: 64bit bar support.
2009-11-09 Isaku Yamahatapci: typedef pcibus_t as uint64_t instead of uint32_t.
2009-11-09 Isaku Yamahatapci: introduce FMT_PCIBUS for printf format for pcibus_t.
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-11-09 Isaku Yamahatapci_host: consolidate pci config address access.
2009-11-09 Isaku Yamahatapci_host.h: move functions in pci_host.h into .c file.
2009-11-09 Isaku Yamahatapci: make pci_bar() aware of header type 1.
2009-11-09 Isaku Yamahatapci: clean up of pci_default_read_config.
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-11-09 Isaku Yamahatapci: clean up pci_init_wmask()
2009-11-09 Isaku Yamahatapci/bridge: clean up of pci_bridge_initfn()
2009-11-09 Isaku Yamahatapci: use helper functions to access pci config space.
2009-11-09 Isaku Yamahatapci: helper functions to access PCIDevice::config
2009-11-09 Isaku Yamahatapci: define a constant to represent a unmapped bar...
2009-11-09 Isaku Yamahatapci: use PCI_SLOT() and PCI_FUNC().
2009-11-09 Isaku Yamahatapci: introduce constant PCI_NUM_PINS for the number...
2009-11-09 Isaku Yamahatapci: fix PCI_DPRINTF() wrt variadic macro.
2009-11-09 Paolo BonziniMakefile: make qemu-io dependent on config-host.h
2009-11-09 Gerd Hoffmannscsi: move scsi-disk.h -> scsi.h
2009-11-09 Gerd Hoffmannscsi: move scsi.h -> esp.h
2009-11-09 Uri LublinMakefile: make qemu-img dependant on config-host.h
2009-11-09 Dustin Kirklandwhitelist host virtio networking features
2009-11-09 Kevin Wolfqemu-img: Allow creating zero sized images
2009-11-09 Mark McLoughlintap: drain queue in tap_send()
next