]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2010-12-21 BradUse mmap() within code_gen_alloc() for OpenBSD.
2010-12-21 BradAdd OpenBSD to ifdef list since it has CLOCK_MONOTONIC.
2010-12-21 BradAdd support for OpenBSD to QEMU's tap driver.
2010-12-21 Aurelien Jarnotcg-arm: fix __clear_cache() warning
2010-12-21 Stefan Weilqdev: sysbus_get_default must not return a NULL pointer...
2010-12-20 Bob Breuersparc32: ledma extra registers need tracing too
2010-12-20 Andreas Färbertarget-i386: Fix accidental use of SoftFloat uint64...
2010-12-20 Andreas Färberwdt_ib700: Fix accidental use of SoftFloat int64 type
2010-12-20 Andreas Färberapic: Fix accidental use of SoftFloat uint32 type
2010-12-19 Blue SwirlAvoid a warning from OpenBSD linker
2010-12-19 Blue SwirlSparc: implement monitor command 'info tlb'
2010-12-19 Blue Swirlahci: delete write-only variables (v2)
2010-12-19 Blue Swirlvga: Declare as little endian
2010-12-18 Stefan Weilwin32: Fix CRLF problem in make_device_config.sh
2010-12-18 Bob Breuersparc32: ledma extra registers
2010-12-17 Blue SwirlFix warning on mingw32
2010-12-17 Kevin Wolfide: Build fix for via.c
2010-12-17 Kevin Wolfide: Fix build for cmd646.c
2010-12-17 Stefan Hajnoczidocs: Fix missing carets in QED specification
2010-12-17 Jes SorensenAdd proper -errno error return values to qcow2_open()
2010-12-17 Jes Sorensenblock/qcow2.c: rename qcow_ functions to qcow2_
2010-12-17 Stefan Hajnocziqed: Consistency check support
2010-12-17 Stefan Hajnocziqed: Read/write support
2010-12-17 Stefan Hajnocziqed: Table, L2 cache, and cluster functions
2010-12-17 Stefan Hajnocziqed: Add QEMU Enhanced Disk image format
2010-12-17 Stefan Hajnoczidocs: Add QED image format specification
2010-12-17 Kevin Wolfqemu-io: Fix typo in help texts
2010-12-17 Christoph Hellwigraw-posix: add discard support
2010-12-17 Stefan Hajnocziqemu-io: Add discard command
2010-12-17 Christoph Hellwigscsi-disk: support WRITE SAME (16) with unmap bit
2010-12-17 Christoph Hellwigblock: add discard support
2010-12-17 Stefan Hajnocziide: Register vm change state handler once only
2010-12-17 Kevin WolfRemove NULL checks for bdrv_new return value
2010-12-17 Jes Sorensenqemu.img.c: Use error_report() instead of own error...
2010-12-17 Jes Sorensenbdrv_img_create() use proper errno return values
2010-12-17 Jes SorensenPrevent creating an image with the same filename as...
2010-12-17 Jes SorensenIntroduce do_snapshot_blkdev() and monitor command...
2010-12-17 Jes Sorensenqemu-img.c: Re-factor img_create()
2010-12-17 Kevin Wolfqemu-img: Call error_set_progname
2010-12-17 Alexander Grafide: honor ncq for atapi
2010-12-17 Sebastian Herbsztahci: set SATA Mode Select
2010-12-17 Alexander Grafconfig: add ahci for pci capable machines
2010-12-17 Alexander Grafconfig: move ide core and pci to pci.mak
2010-12-17 Alexander Grafahci: add ahci emulation
2010-12-17 Alexander Grafpci: add ich9 pci id
2010-12-17 Alexander Grafpci: add storage class for sata
2010-12-17 Roland Elekide: add ncq identify data for ahci sata drives
2010-12-17 Alexander Grafide: move transfer_start after variable modification
2010-12-17 Alexander Grafide: Split out BMDMA code from ATA core
2010-12-17 Alexander Grafide: fix whitespace gap in ide_exec_cmd
2010-12-17 Alexander Grafide: split ide command interpretation off
2010-12-17 Jes Sorensenqemu-img.c: Clean up handling of image size in img_create()
2010-12-17 Jes SorensenIntroduce strtosz_suffix()
2010-12-17 Stefan Hajnocziblock: Fix the use of protocols in backing files
2010-12-17 Stefan Hajnocziblock: Introduce path_has_protocol() function
2010-12-17 Ryan Harperblockdev: check dinfo ptr before using
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-14 Stefan Hajnocziqemu-img: Fail creation if backing format is invalid
2010-12-14 Stefan Hajnocziqemu-img: Free option parameter lists in img_create()
2010-12-14 Stefan Hajnocziqemu-option: Fix parse_option_parameters() documentatio...
2010-12-14 Stefan Hajnocziqemu-option: Don't reinvent append_option_parameters()
2010-12-14 Jes Sorensenqemu-img: Deprecate obsolete -6 and -e options
2010-12-14 Christian Brunnerceph/rbd block driver for qemu-kvm
2010-12-14 Jes SorensenMake error handling more consistent in img_create(...
2010-12-14 Jes SorensenFail if detecting an unknown option
2010-12-14 Jes SorensenFix formatting and missing braces in qemu-img.c
2010-12-14 Jes SorensenConsolidate printing of block driver options
2010-12-14 Jes Sorensenimg_convert(): Only try to free bs[] entries if bs...
2010-12-14 Jes SorensenUse qemu_mallocz() instead of calloc() in img_convert()
2010-12-14 Jes SorensenAdd missing tracing to qemu_mallocz()
2010-12-14 Stefan Hajnocziblock: Make bdrv_create_file() ':' handling consistent
2010-12-12 Richard W.M... Watchdog: disable watchdog timer when hard-rebooting...
2010-12-11 Gleb NatapovPass boot device list to firmware.
2010-12-11 Gleb NatapovAdd notifier that will be called when machine is fully...
2010-12-11 Gleb NatapovAdd bootindex for option roms.
2010-12-11 Gleb NatapovChange fw_cfg_add_file() to get full file path as a...
2010-12-11 Gleb NatapovAdd bootindex parameter to net/block/fd device
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback to scsi bus.
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback for usb bus.
2010-12-11 Gleb NatapovRecord which USBDevice USBPort belongs too.
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback for pci bus.
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback for system bus.
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback to IDE bus.
2010-12-11 Gleb NatapovStore IDE bus id in IDEBus structure for easy access.
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback to ISA bus in qdev.
2010-12-11 Gleb NatapovKeep track of ISA ports ISA device is using in qdev.
2010-12-11 Gleb NatapovIntroduce new BusInfo callback get_fw_dev_path.
2010-12-11 Gleb NatapovIntroduce fw_name field to DeviceInfo structure.
2010-12-11 Blue Swirlmonitor: implement x86 info mem for PAE and long modes
2010-12-11 Blue Swirlmonitor: implement x86 info tlb for PAE and long modes
2010-12-11 Bernhard Kohlwdt_i6300esb: register a reset function
2010-12-11 Tristan Gingoldisa-bus.c: use hw_error instead of fprintf
2010-12-11 Alexander Grafusb_ohci: Always use little endian
2010-12-11 Alexander Grafisa_mmio: Always use little endian
2010-12-11 Alexander Grafheathrow_pic: Declare as little endian
2010-12-11 Alexander Grafrtl8139: Declare as little endian
next