OSDN Git Service

qmiga/qemu.git
2010-02-03 Markus Armbrustermonitor: convert do_migrate_set_speed() to QObject
2010-02-03 Markus Armbrustermonitor: Use argument type 'b' for migrate_set_speed
2010-02-03 Markus Armbrustermonitor: New argument type 'b'
2010-02-03 Markus ArmbrusterQDict: New qdict_get_double()
2010-02-03 Markus Armbrustermonitor: Document argument type 'M'
2010-02-03 Anthony Liguoriseabios: use correct submodule hash
2010-01-31 Blue Swirlbsd/darwin-user: mmap_frag() users only check for ...
2010-01-31 Edgar E. Iglesiascris: Prettify register dumps.
2010-01-31 Artyom Tarasenkosparc32 don't mark page dirty when failing
2010-01-30 Blue Swirlsparc64: implement basic IOMMU/interrupt handling
2010-01-29 Blue SwirlSparc64: byte swap IO port access
2010-01-29 Kevin Wolfvirtio-blk: Fix error cases which ignored rerror/werror
2010-01-29 Kevin Wolfvirtio-blk: Fix restart after read error
2010-01-29 Kevin Wolfvirtio_blk: Factor virtio_blk_handle_request out
2010-01-29 Jan Kiszkacirrus: Properly re-register cirrus_linear_io_addr...
2010-01-29 Amit Shahvirtio-serial-bus: Fix bus initialisation and allow...
2010-01-28 Edgar E. Iglesiassoftmmu: Dont clobber retaddr in slow_ldx().
2010-01-28 Loïc MinierSolaris: test for presence of commands with has()
2010-01-28 Loïc MinierAdd and use has() and path_of() funcs
2010-01-28 Loïc MinierCheck for sdl-config before calling it
2010-01-28 Luiz CapitulinoMonitor: Fix command execution regression
2010-01-27 Igor V. Kovalenkosparc64: reimplement tick timers v4
2010-01-27 Igor V. Kovalenkosparc64: correct write extra bits to cwp
2010-01-27 Blue SwirlFix BSD build
2010-01-27 Anthony LiguoriFix regression in option parsing
2010-01-27 Edgar E. Iglesiaspflash: Buffer block writes
2010-01-26 Adam Litkevirtio: Add memory statistics reporting to the balloon...
2010-01-26 Adam LitkeNew API for asynchronous monitor commands
2010-01-26 Christoph Hellwigblock: avoid creating too large iovecs in multiwrite_merge
2010-01-26 Stefano Stabellinivnc_refresh: calling vnc_update_client might free vs
2010-01-26 Kevin Wolfblock/raw-posix: Abort on pread beyond end of non-growa...
2010-01-26 Herve Poussineauwin32: pair qemu_memalign() with qemu_vfree()
2010-01-26 Herve Poussineauwin32/sdl: Fix toggle full screen
2010-01-26 Stefan WeilTell users about out-of-memory errors
2010-01-26 Blue SwirlPCI: fix bridge configuration
2010-01-26 Marcelo Tosattifix savevm command without id or tag
2010-01-26 Christoph Hellwigqcow2: rename two QCowAIOCB members
2010-01-26 Christoph Hellwigblock: kill BDRV_O_CREAT
2010-01-26 Christoph Hellwigblock: clean up bdrv_open2 structure a bit
2010-01-26 Amit Shahvirtio-console: Automatically use virtio-serial-bus...
2010-01-26 Amit Shahvirtio-console: Rename virtio-serial.c back to virtio...
2010-01-26 Juan QuintelaFix generation of config-host.h
2010-01-26 Marcelo Tosattiide save/restore current transfer fields
2010-01-26 Luiz CapitulinoPCI: do_pci_info(): PCI bridge devices support
2010-01-26 Luiz CapitulinoPCI: Convert pci_info() to QObject
2010-01-26 Luiz CapitulinoQDict: Introduce qdict_get_qdict()
2010-01-26 Luiz CapitulinoQList: Introduce QLIST_FOREACH_ENTRY()
2010-01-26 Naphtali SpreiRead-only device changed to opens it's file for read...
2010-01-26 Naphtali SpreiAsk for read-write permissions when opening files
2010-01-26 Naphtali SpreiNo need anymoe for bdrv_set_read_only
2010-01-26 Stefan WeilDocumentation: Add missing texi description for command...
2010-01-26 Stefan WeilDocumentation: Improve command line help for -device...
2010-01-26 Stefan Weilqdev: Add help for property value
2010-01-26 Stefan Weilqdev: Add help for device properties
2010-01-26 Juan Quintelammap_frag() users only check for -1 error
2010-01-26 Juan QuintelaCheck availavility of -fstack-protector-all
2010-01-26 Kirill A. ShutemovEnable _FORTIFY_SOURCE=2
2010-01-26 Juan Quintelacheck pipe() return value
2010-01-26 Kirill A. Shutemovlinux-user/mmap.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovmonitor.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovvl.c: fix warning with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovusb-linux.c: fix warning with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovnet/slirp.c: fix warning with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovblock/qcow2.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovblock/vvfat.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovblock/vmdk.o: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovblock/qcow.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovblock/cow.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovposix-aio-compat.c: fix warning with _FORTIFY_SOURCE
2010-01-26 Juan Quintelaforce to test result for qemu_write_full()
2010-01-26 Kirill A. ShutemovIntroduce qemu_write_full()
2010-01-26 Kevin Wolfqcow2: Don't ignore qcow2_alloc_clusters return value
2010-01-26 Kevin Wolfqcow2: Don't ignore update_refcount return value
2010-01-26 Kevin Wolfqcow2: Allow updating no refcounts
2010-01-26 Kevin Wolfqcow2: Improve error handling in update_refcount
2010-01-26 Kevin Wolfqcow2: Fix error handling in grow_refcount_table
2010-01-26 Kevin Wolfblock: Return original error codes in bdrv_pread/write
2010-01-26 Kevin Wolfqcow2: Return 0/-errno in qcow2_alloc_cluster_offset
2010-01-26 Kevin Wolfqcow2: Return 0/-errno in get_cluster_table
2010-01-26 Kevin Wolfqcow2: Fix error handling in qcow_save_vmstate
2010-01-26 Kevin Wolfqcow2: Fix error handling in qcow2_grow_l1_table
2010-01-26 Markus Armbrustermonitor: convert do_cpu_set() to QObject, QError
2010-01-26 Markus ArmbrusterQError: New QERR_INVALID_CPU_INDEX
2010-01-26 Markus Armbrustermonitor: convert do_physical_memory_save() to QError
2010-01-26 Markus Armbrustermonitor: convert do_memory_save() to QError
2010-01-26 Markus ArmbrusterQError: New QERR_OPEN_FILE_FAILED
2010-01-26 Markus Armbrustermonitor: Don't check for mon_get_cpu() failure
2010-01-26 Anthony Liguorijson: escape u0000 .. u001F when outputting json
2010-01-24 Blue SwirlSparc64: fix initrd
2010-01-24 Edgar E. Iglesiaspflash: Dont open memarea for full IO if already done.
2010-01-24 Edgar E. Iglesiaspflash: Reduce writebuf len for 8-bit flashes.
2010-01-24 Edgar E. Iglesiaspflash: Remove dead code, no functional changes.
2010-01-24 Edgar E. Iglesiasmicroblaze: The petalogix s3adsp board uses intel flashes
2010-01-24 Anthony LiguoriLoad global config files by default
2010-01-24 Anthony LiguoriMove out option lookup into a separate function
2010-01-24 Anthony LiguoriSupport --sysconfdir in configure to specify path to...
2010-01-24 Blue SwirlSparc32: fix free-run timer
2010-01-24 Jan KiszkaMusicpal: Fix descriptor walk in eth_send
2010-01-23 Jan KiszkaMusicpal: Fix wm8750 I2C address
2010-01-23 Artyom Tarasenkosparc32 fix np dereference in do_unassigned_access
next