summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-14migration: use qemu_free() instead of free().Yoshiaki Tamura1-1/+1
2010-06-14etrax-ser: Support the uart rx fifo.Edgar E. Iglesias1-22/+51
2010-06-14ram_blocks: Convert to a QLISTAlex Williamson3-66/+54
2010-06-14Make netdev_del delete the netdev even when it's in useMarkus Armbruster1-4/+0
2010-06-14pass info about hpets to seabios.]Gleb Natapov3-0/+34
2010-06-14hpet: Init capability register only onceJan Kiszka1-4/+5
2010-06-14qemu-option: Fix uninitialized value in append_option_parameterKevin Wolf1-0/+1
2010-06-14Change #define DEBUG to #define E1000_DEBUG in hw/e1000.cJes Sorensen1-2/+2
2010-06-14Remove unused DEBUG defines from hw/msix.cJes Sorensen1-9/+0
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori48-785/+916
2010-06-14Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori6-66/+177
2010-06-13OHCI address decoding fixPaul Brook1-0/+4
2010-06-13Move stdbool.hPaul Brook14-15/+2
2010-06-13monitor/QMP: Drop info hpet / query-hpetJan Kiszka3-44/+1
2010-06-13hpet: Add MSI supportJan Kiszka2-5/+37
2010-06-13hpet: Make number of timers configurableJan Kiszka2-14/+45
2010-06-13vmstate: Add VMSTATE_STRUCT_VARRAY_UINT8Jan Kiszka1-0/+10
2010-06-13hpet: Add support for level-triggered interruptsJan Kiszka1-10/+22
2010-06-13hpet: Drop static stateJan Kiszka1-21/+17
2010-06-13hpet/rtc: Rework RTC IRQ replacement by HPETJan Kiszka9-56/+51
2010-06-13hpet: Start/stop timer when HPET_TN_ENABLE is modifiedJan Kiszka1-0/+5
2010-06-13hpet: Convert to qdevJan Kiszka3-15/+38
2010-06-13hpet: Move static timer field initializationJan Kiszka1-2/+2
2010-06-13hpet: Silence warning on write to running main counterJan Kiszka1-2/+2
2010-06-13hpet: Coding style cleanups and some refactoringsJan Kiszka2-218/+226
2010-06-13hpet: Catch out-of-bounds timer accessJan Kiszka1-1/+5
2010-06-13configure: Fix evaluation of config-host.mak in create_configJan Kiszka1-1/+1
2010-06-13tcg-s390: correctly detect s390 with a 64-bit kernelAurelien Jarno1-0/+6
2010-06-12Compile OS specific files only once for all targetsBlue Swirl1-2/+2
2010-06-12Move set_proc_name() to OS specific files.Jes Sorensen4-18/+27
2010-06-12Move line-buffering setup to OS specific files.Jes Sorensen4-4/+9
2010-06-12Make os_change_process_uid and os_change_root os-posix.c localJes Sorensen3-8/+4
2010-06-12Move daemonize handling to OS specific filesJes Sorensen6-103/+115
2010-06-12Move chroot handling to OS specific files.Jes Sorensen4-17/+22
2010-06-12Move runas handling from vl.c to OS specific files.Jes Sorensen4-28/+31
2010-06-12Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen6-16/+76
2010-06-12Rename qemu-options.h to qemu-options.defJes Sorensen2-5/+5
2010-06-12Move find_datadir to OS specific files.Jes Sorensen4-90/+90
2010-06-12Move main signal handler setup to os specificfiles.Jes Sorensen4-32/+33
2010-06-12Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen4-4/+4
2010-06-12Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen4-32/+31
2010-06-12Introduce os-posix.c and create os_setup_signal_handling()Jes Sorensen4-7/+45
2010-06-12vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen5-51/+82
2010-06-12Introduce os-win32.c and move polling functions from vl.cJes Sorensen3-80/+112
2010-06-12Create qemu-os-win32.h and move WIN32 specific declarations thereJes Sorensen2-16/+44
2010-06-12vl.c: Remove double include of netinet/in.h for SolarisJes Sorensen1-1/+0
2010-06-11NEON vldN optimizationPaul Brook1-2/+4
2010-06-11hxtool: Fix line number reporting on SQMP/EQMP errorsJan Kiszka1-0/+2
2010-06-11remove unnecessary lookaheadsPaolo Bonzini1-32/+16
2010-06-11implement optional lookahead in json lexerPaolo Bonzini1-23/+35