]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2010-06-19  Blue Swirlapic: avoid using CPUState internals
2010-06-19  Blue Swirlapic: avoid passing CPUState from CPU code
2010-06-19  Blue Swirlapic: avoid passing CPUState from devices
2010-06-19  Blue Swirlioapic: convert to qdev
2010-06-17  Blue Swirlioapic: unexport ioapic_set_irq
2010-06-16  Paul BrookUsermode exec-stack fix
2010-06-16  Paul BrookStrace mprotect flags.
2010-06-16  Paul BrookGDB exit status for semihosting
2010-06-16  Edgar E. Iglesiascris: Move sign extension.
2010-06-16  Edgar E. Iglesiascris: Centralize fetching
2010-06-16  Edgar E. Iglesiascris: Make the CRISv32 insn decoders return signed...
2010-06-16  Richard Hendersontcg: Optionally sign-extend 32-bit arguments for 64...
2010-06-15  Stefan WeilFix comparison which always returned false
2010-06-15  Jan Kiszkaxen: Fix build error due to missing include
2010-06-15  Blue Swirlblock: fix a warning and possible truncation
2010-06-15  Jes SorensenCorrect definitions for FD_CMD_SAVE and FD_CMD_RESTORE
2010-06-15  Markus Armbrusterblockdev: Give drives internal linkage
2010-06-15  Markus Armbrusterblock: Decouple savevm from DriveInfo
2010-06-15  Markus Armbrusterblock: New bdrv_next()
2010-06-15  Markus Armbrustermonitor: Make "commit FOO" complain when FOO doesn...
2010-06-15  Markus Armbrusterblock: Decouple block device "commit all" from DriveInfo
2010-06-15  Markus Armbrusterblock: Move error actions from DriveInfo to BlockDriver...
2010-06-15  Christoph Hellwigcow: use qemu block API
2010-06-15  Christoph Hellwigcow: stop using mmap
2010-06-15  Christoph Hellwigcow: use pread/pwrite
2010-06-15  Kevin Wolfqcow2: Restore L1 entry on l2_allocate failure
2010-06-15  Markus ArmbrusterFix regression for "-drive file="
2010-06-15  Miguel Di Ciurcio... savevm: Really verify if a drive supports snapshots
2010-06-15  Kevin Wolfqcow2: Return real error code in load_refcount_block
2010-06-15  Kevin Wolfqcow2: Allow alloc_clusters_noref to return errors
2010-06-15  Kevin Wolfqcow2: Allow get_refcount to return errors
2010-06-15  Kevin Wolfvpc: Read/write multiple sectors at once
2010-06-14  Gerd HoffmannAdd exit notifiers.
2010-06-14  Alex Williamsonacpi_piix4: save gpe and pci hotplug slot status
2010-06-14  Markus Armbrusterqemu-option: Reject anti-social IDs
2010-06-14  Markus Armbrusterqdev: Revert the hack to let -net nic and pci_add set...
2010-06-14  Daniel P. BerrangeClarify error message when a PCI slot is already in...
2010-06-14  Christoph Hellwigvirtio-blk: simplify multiwrite calling conventions
2010-06-14  Christoph Hellwigvirtio-blk: stop tracking old_bs
2010-06-14  Jes Sorensenun-register kbd driver in case of USB kbd unplug.
2010-06-14  Paolo Bonzinimake qemu_thread_create block all signals
2010-06-14  Yoshiaki Tamuramigration-tcp: call migrate_fd_error() instead of close...
2010-06-14  Yoshiaki Tamuramigration: use qemu_free() instead of free().
2010-06-14  Edgar E. Iglesiasetrax-ser: Support the uart rx fifo.
2010-06-14  Alex Williamsonram_blocks: Convert to a QLIST
2010-06-14  Markus ArmbrusterMake netdev_del delete the netdev even when it's in use
2010-06-14  Gleb Natapovpass info about hpets to seabios.]
2010-06-14  Jan Kiszkahpet: Init capability register only once
2010-06-14  Kevin Wolfqemu-option: Fix uninitialized value in append_option_p...
2010-06-14  Jes SorensenChange #define DEBUG to #define E1000_DEBUG in hw/e1000.c
2010-06-14  Jes SorensenRemove unused DEBUG defines from hw/msix.c
2010-06-14  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-14  Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-06-13  Paul BrookOHCI address decoding fix
2010-06-13  Paul BrookMove stdbool.h
2010-06-13  Jan Kiszkamonitor/QMP: Drop info hpet / query-hpet
2010-06-13  Jan Kiszkahpet: Add MSI support
2010-06-13  Jan Kiszkahpet: Make number of timers configurable
2010-06-13  Jan Kiszkavmstate: Add VMSTATE_STRUCT_VARRAY_UINT8
2010-06-13  Jan Kiszkahpet: Add support for level-triggered interrupts
2010-06-13  Jan Kiszkahpet: Drop static state
2010-06-13  Jan Kiszkahpet/rtc: Rework RTC IRQ replacement by HPET
2010-06-13  Jan Kiszkahpet: Start/stop timer when HPET_TN_ENABLE is modified
2010-06-13  Jan Kiszkahpet: Convert to qdev
2010-06-13  Jan Kiszkahpet: Move static timer field initialization
2010-06-13  Jan Kiszkahpet: Silence warning on write to running main counter
2010-06-13  Jan Kiszkahpet: Coding style cleanups and some refactorings
2010-06-13  Jan Kiszkahpet: Catch out-of-bounds timer access
2010-06-13  Jan Kiszkaconfigure: Fix evaluation of config-host.mak in create_...
2010-06-13  Aurelien Jarnotcg-s390: correctly detect s390 with a 64-bit kernel
2010-06-12  Blue SwirlCompile OS specific files only once for all targets
2010-06-12  Jes SorensenMove set_proc_name() to OS specific files.
2010-06-12  Jes SorensenMove line-buffering setup to OS specific files.
2010-06-12  Jes SorensenMake os_change_process_uid and os_change_root os-posix...
2010-06-12  Jes SorensenMove daemonize handling to OS specific files
2010-06-12  Jes SorensenMove chroot handling to OS specific files.
2010-06-12  Jes SorensenMove runas handling from vl.c to OS specific files.
2010-06-12  Jes SorensenIntroduce OS specific cmdline argument handling and...
2010-06-12  Jes SorensenRename qemu-options.h to qemu-options.def
2010-06-12  Jes SorensenMove find_datadir to OS specific files.
2010-06-12  Jes SorensenMove main signal handler setup to os specificfiles.
2010-06-12  Jes SorensenRename os_setup_signal_handling() to os_setup_early_sig...
2010-06-12  Jes SorensenMove win32 early signal handling setup to os_setup_sign...
2010-06-12  Jes SorensenIntroduce os-posix.c and create os_setup_signal_handling()
2010-06-12  Jes Sorensenvl.c: Move host_main_loop_wait() to OS specific files.
2010-06-12  Jes SorensenIntroduce os-win32.c and move polling functions from...
2010-06-12  Jes SorensenCreate qemu-os-win32.h and move WIN32 specific declarat...
2010-06-12  Jes Sorensenvl.c: Remove double include of netinet/in.h for Solaris
2010-06-11  Paul BrookNEON vldN optimization
2010-06-11  Jan Kiszkahxtool: Fix line number reporting on SQMP/EQMP errors
2010-06-11  Paolo Bonziniremove unnecessary lookaheads
2010-06-11  Paolo Bonziniimplement optional lookahead in json lexer
2010-06-11  Paolo Bonziniadd some tests for invalid JSON
2010-06-11  Luiz Capitulinojson-streamer: Don't use qdict_put_obj()
2010-06-11  Luiz Capitulinojson-lexer: Drop 'buf'
2010-06-11  Luiz Capitulinocheck-qjson: Add more escape tests
2010-06-11  Luiz Capitulinoqjson: Handle "\f"
2010-06-11  Luiz Capitulinojson-lexer: Handle missing escapes
2010-06-11  Luiz Capitulinojson-lexer: Initialize 'x' and 'y'
2010-06-11  Aurelien Jarnotcg: fix DEF macro after commit c61aaf7a388c4ad95d8b546...
next