]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
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...
2010-06-11 Richard Hendersontcg-s390: Adjust compilation flags.
2010-06-11 Richard Hendersontcg-s390: Compute is_write in cpu_signal_handler.
2010-06-11 Richard Hendersons390x: Don't use a linker script for user-only.
2010-06-11 Richard Hendersons390x: Avoid _llseek.
2010-06-11 Richard Hendersontcg-s390: Allocate the code_gen_buffer near the main...
2010-06-11 Richard Hendersontcg-s390: Icache flush is a no-op.
2010-06-10 Aurelien Jarnotcg-i386: fix andi r, r, 0xff
2010-06-10 Aurelien Jarnotcg-i386: remove use of _Bool that slipped code review
2010-06-10 Blue Swirlesp: lower IRQ on soft reset
2010-06-10 Isaku Yamahataqbus: fix memory leak in qbus_free()
2010-06-10 Isaku Yamahatamultiboot: compilation fix with DEBUG_MULTIBOOT enabled.
2010-06-10 Isaku Yamahatavga-isa-mm: remove one #ifdef CONFIG_BOCHS_VBE.
2010-06-10 Isaku Yamahatamain: allocate gui_timer only once.
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-10 Edgar E. Iglesiascris: Break out image loading to hw/cris-boot.c.
2010-06-09 Richard Hendersons390: Disassemble some general-instruction-extension...
2010-06-09 Richard Hendersons390: Update disassembler to the last GPLv2 from binutils.
2010-06-09 Richard Hendersontcg-i386: Merge 64-bit generation.
2010-06-09 Aurelien Jarnoconfigure: display sysconfdir in summary
2010-06-09 Paolo Bonzinimove computation of tools and roms outside of config...
next