summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move stdbool.hPaul Brook2010-06-1314-15/+2
* monitor/QMP: Drop info hpet / query-hpetJan Kiszka2010-06-133-44/+1
* hpet: Add MSI supportJan Kiszka2010-06-132-5/+37
* hpet: Make number of timers configurableJan Kiszka2010-06-132-14/+45
* vmstate: Add VMSTATE_STRUCT_VARRAY_UINT8Jan Kiszka2010-06-131-0/+10
* hpet: Add support for level-triggered interruptsJan Kiszka2010-06-131-10/+22
* hpet: Drop static stateJan Kiszka2010-06-131-21/+17
* hpet/rtc: Rework RTC IRQ replacement by HPETJan Kiszka2010-06-139-56/+51
* hpet: Start/stop timer when HPET_TN_ENABLE is modifiedJan Kiszka2010-06-131-0/+5
* hpet: Convert to qdevJan Kiszka2010-06-133-15/+38
* hpet: Move static timer field initializationJan Kiszka2010-06-131-2/+2
* hpet: Silence warning on write to running main counterJan Kiszka2010-06-131-2/+2
* hpet: Coding style cleanups and some refactoringsJan Kiszka2010-06-132-218/+226
* hpet: Catch out-of-bounds timer accessJan Kiszka2010-06-131-1/+5
* configure: Fix evaluation of config-host.mak in create_configJan Kiszka2010-06-131-1/+1
* tcg-s390: correctly detect s390 with a 64-bit kernelAurelien Jarno2010-06-131-0/+6
* Compile OS specific files only once for all targetsBlue Swirl2010-06-121-2/+2
* Move set_proc_name() to OS specific files.Jes Sorensen2010-06-124-18/+27
* Move line-buffering setup to OS specific files.Jes Sorensen2010-06-124-4/+9
* Make os_change_process_uid and os_change_root os-posix.c localJes Sorensen2010-06-123-8/+4
* Move daemonize handling to OS specific filesJes Sorensen2010-06-126-103/+115
* Move chroot handling to OS specific files.Jes Sorensen2010-06-124-17/+22
* Move runas handling from vl.c to OS specific files.Jes Sorensen2010-06-124-28/+31
* Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen2010-06-126-16/+76
* Rename qemu-options.h to qemu-options.defJes Sorensen2010-06-122-5/+5
* Move find_datadir to OS specific files.Jes Sorensen2010-06-124-90/+90
* Move main signal handler setup to os specificfiles.Jes Sorensen2010-06-124-32/+33
* Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen2010-06-124-4/+4
* Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen2010-06-124-32/+31
* Introduce os-posix.c and create os_setup_signal_handling()Jes Sorensen2010-06-124-7/+45
* vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen2010-06-125-51/+82
* Introduce os-win32.c and move polling functions from vl.cJes Sorensen2010-06-123-80/+112
* Create qemu-os-win32.h and move WIN32 specific declarations thereJes Sorensen2010-06-122-16/+44
* vl.c: Remove double include of netinet/in.h for SolarisJes Sorensen2010-06-121-1/+0
* NEON vldN optimizationPaul Brook2010-06-111-2/+4
* tcg: fix DEF macro after commit c61aaf7a388c4ad95d8b546fdb9267dc01183317Aurelien Jarno2010-06-111-1/+1
* tcg-s390: Adjust compilation flags.Richard Henderson2010-06-111-1/+6
* tcg-s390: Compute is_write in cpu_signal_handler.Richard Henderson2010-06-111-3/+39
* s390x: Don't use a linker script for user-only.Richard Henderson2010-06-111-0/+3
* s390x: Avoid _llseek.Richard Henderson2010-06-111-2/+2
* tcg-s390: Allocate the code_gen_buffer near the main program.Richard Henderson2010-06-111-0/+7
* tcg-s390: Icache flush is a no-op.Richard Henderson2010-06-111-5/+0
* tcg-i386: fix andi r, r, 0xffAurelien Jarno2010-06-101-1/+1
* tcg-i386: remove use of _Bool that slipped code reviewAurelien Jarno2010-06-101-1/+1
* esp: lower IRQ on soft resetBlue Swirl2010-06-101-5/+14
* qbus: fix memory leak in qbus_free()Isaku Yamahata2010-06-101-0/+1
* multiboot: compilation fix with DEBUG_MULTIBOOT enabled.Isaku Yamahata2010-06-101-4/+5
* vga-isa-mm: remove one #ifdef CONFIG_BOCHS_VBE.Isaku Yamahata2010-06-101-5/+1
* main: allocate gui_timer only once.Isaku Yamahata2010-06-101-0/+1
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-06-102-14/+19
|\
OpenPOWER on IntegriCloud