OSDN Git Service

qmiga/qemu.git
2010-05-21 Avi Kivityblock: fix aio_flush segfaults for read-only protocols...
2010-05-20 Eduard - Gabriel... pc: fix segfault introduced by 3d53f5c36ff6
2010-05-20 Richard Hendersontarget-sparc: Inline some generation of carry for ADDX...
2010-05-20 Richard Hendersontcg-i386: Tidy jumps.
2010-05-20 Richard Hendersontcg-i386: Eliminate extra move from qemu_ld64.
2010-05-20 Richard Hendersontcg-i386: Tidy move operations.
2010-05-20 Richard Hendersontcg-i386: Tidy shift operations.
2010-05-20 Richard Hendersontcg-i386: Tidy bswap operations.
2010-05-20 Aurelien JarnoRemove i386 from .gitignore
2010-05-19 Richard Hendersontarget-sparc: Simplify ICC generation.
2010-05-19 Richard Hendersontarget-sparc: Fix compilation with --enable-debug.
2010-05-19 Riccardo MagliocchettiFix __VA__ARGS__ typo in cris mmu.c
2010-05-19 Aurelien Jarnolinux-user: fix 32-bit host breakage
2010-05-19 Edgar E. Iglesiasmicroblaze: Update elf machine nums.
2010-05-19 Edgar E. Iglesiasmicroblaze: Add linux-user core dumping support.
2010-05-19 Richard Hendersontcg-i386: Tidy initialization of tcg_target_call_clobbe...
2010-05-19 Richard Hendersontcg-i386: Allocate call-saved registers first.
2010-05-19 Stefan WeilFix cross compilation
2010-05-18 Alexander Graftarget-s390: enable SIGP Initial Reset
2010-05-18 Thomas Monjalontarget-ppc: remove dead code
2010-05-18 Alexander Graftarget-s390: add firmware code
2010-05-18 Alexander GrafPPC/KVM: make iothread work
2010-05-18 TeLeManfix chardev_init for win32
2010-05-18 Jens Osterkampqemu-sockets: avoid strlen of NULL pointer
2010-05-18 takasi-y@ops... linux-user: rlimit conversion between host and target.
2010-05-17 Blue SwirlCompile acpi_piix4, apm and pm_smbus only once
2010-05-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-17 Kevin Wolfblock: Remove special case for vvfat
2010-05-17 Daniel P. BerrangeFix docs for block stats monitor command
2010-05-17 Bruce Rogersuse qemu_free() instead of free()
2010-05-17 Stefan Weilblock/vdi: Fix image opening and creation for odd disk...
2010-05-17 Christoph Hellwigdmg: use qemu block API
2010-05-17 Christoph Hellwigdmg: use pread
2010-05-17 Christoph Hellwigdmg: fix reading of uncompressed chunks
2010-05-17 Stefan Weilblock/vpc: Fix conversion from size to disk geometry
2010-05-17 Christoph Hellwigparallels: use qemu block API
2010-05-17 Christoph Hellwigparallels: use pread
2010-05-17 Stefan Weilblock/vdi: Allow disk images of size 0
2010-05-17 Kevin Wolfblock: Fix bdrv_commit
2010-05-17 Kevin Wolfblock: Fix protocol detection for Windows devices
2010-05-17 Kevin Wolfblock: Avoid unchecked casts for AIOCBs
2010-05-17 Christoph Hellwigbochs: use qemu block API
2010-05-17 Christoph Hellwigbochs: use pread
2010-05-17 Kevin Wolfide: Fix ide_dma_cancel
2010-05-17 Christoph Hellwigcloop: use qemu block API
2010-05-17 Christoph Hellwigcloop: use pread
2010-05-17 Ryota Ozakiqemu-nbd: Improve error reporting
2010-05-17 Stefan Hajnocziblock: Remove semicolon in BDRV_SECTOR_MASK macro
2010-05-16 Blue Swirlsparc: move DT and QT defines to op_helper.c
2010-05-16 Igor V. Kovalenkosparc64: fix TT_WOTHER value
2010-05-16 Igor V. Kovalenkosparc64: fix mmu demap operand typo
2010-05-15 Blue SwirlUpdate to a hopefully more future proof FSF address
2010-05-15 Blue SwirlTrim unnecessary includes
2010-05-15 Isaku Yamahatamc146818rtc: remove #ifdef DEBUG_CMOS.
2010-05-15 Isaku Yamahataapm: remove #ifdef DEBUG.
2010-05-15 Isaku Yamahataacpi_piix4: remove #ifdef DEBUG.
2010-05-15 Isaku Yamahatapm_smbus: remove #ifdef DEBUG.
2010-05-15 Isaku Yamahatapci hotadd, acpi_piix4: remove global variables
2010-05-15 Isaku Yamahatapci hotplug: add argument to pci hot plug callback.
2010-05-15 Isaku Yamahataacpi_piix4: qdevfy.
2010-05-15 Isaku Yamahatartc: make rtc_xxx accept/return ISADevice instead of...
2010-05-15 Isaku Yamahatapc: move rtc declarations from pc.h into a dedicated...
2010-05-15 Isaku Yamahatapc: split out piix specific part from pc.c into pc_piix.c
2010-05-15 Isaku Yamahatapc: split out pci device init from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out basic device init from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out vga initialization from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out memory allocation from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out cpu initialization from pc_init1() into...
2010-05-15 Isaku Yamahatapc: make pc_init1() not refer ferr_irq directly.
2010-05-15 Isaku Yamahatapc: introduce a function to allocate cpu irq.
2010-05-15 Isaku Yamahatapc: remove global variable rtc_state by using qemu_irq.
2010-05-15 Isaku Yamahatapc: remove a global variable, floppy_controller.
2010-05-15 Isaku Yamahatapc: make an unnecessary global variable, pit, local.
2010-05-15 Isaku Yamahatapc, i440fx: Make smm enable/disable function i440fx...
2010-05-15 Isaku Yamahatapc: initialize ioapic before use.
2010-05-15 Isaku Yamahataacpi: split acpi.c into the common part and the piix4...
2010-05-15 Isaku Yamahataacpi: add acpi constants from linux header files and...
2010-05-15 Isaku Yamahataacpi: split out apm register emulation from acpi.c
2010-05-15 Isaku Yamahataacpi: split out piix4 smbus routines from acpi.c into...
2010-05-15 Jan Kiszkamc146818rtc: Register vmstate via qdev
2010-05-15 Jan Kiszkafdc: Register vmstate via qdev
2010-05-15 Jan Kiszkaserial: Register vmstate via qdev
2010-05-15 Jan Kiszkavmstate: Add support for alias ID
2010-05-15 Jan Kiszkavmstate: Drop unused post_save handler
2010-05-15 Shin-ichiro... sh: sm501: add 2D engine support
2010-05-15 Andrzej Zaborowskitmp105: update the register in post_load where it needs...
2010-05-14 Blue Swirlcpus: add one 'const'
2010-05-14 Blue Swirle1000: make some tables 'const'
2010-05-14 Blue Swirlide: make a table 'const'
2010-05-14 Blue Swirlvga: make some tables 'const'
2010-05-14 Blue SwirlCompile virtio-9p-debug and virtio-9p-local once
2010-05-14 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-05-14 Anthony LiguoriUpdate SeaBIOS
2010-05-12 Blue Swirlpckbd: don't use any static state
2010-05-12 Blue Swirlapb: don't use any static state
2010-05-12 Stefan Weiltarget-sparc: Fix wrong printf argument
2010-05-12 Blue SwirlUpdate OpenBIOS images to r771
2010-05-12 Michael S.... virtio-net: return with value in void function
2010-05-12 Michael S.... virtio: invoke set_features on load
next