summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-07do not pretend to support low voltage operationaurel321-1/+1
2009-03-07Fix correct reset value for ARM CP15 c1 auxiliary control registeraurel321-1/+1
2009-03-07Work around QEMU GDB stub suboptimalityaurel322-0/+18
2009-03-07Fix off-by-one errors for Altivec and SPE registersaurel321-8/+8
2009-03-07Use C99 initializers for BlockDriver methodsaurel3213-151/+130
2009-03-07clean build: Fix remaining m68k warningsaurel323-8/+3
2009-03-07clean build: Fix arm build warningsaurel324-64/+2
2009-03-07arm: Fix gic_irq_state.level bitfield typeaurel321-1/+1
2009-03-07target-ppc: move the CD-ROM drive to the second IDEaurel321-4/+0
2009-03-07ppc_oldworld: swap the MACIO and CMD646 IDE controllersaurel321-9/+8
2009-03-07Use a dedicated function to request exit from execution loopaurel329-38/+47
2009-03-07Fix texinfo syntax errors.aurel321-3/+3
2009-03-07Disable BAT for 970blueswir11-3/+3
2009-03-07Fix mfcr on ppc64-softmmuaurel321-2/+2
2009-03-07Keep SLB in-CPUblueswir13-64/+77
2009-03-07Clear CPU_INTERRUPT_EXIT on VM loadaurel321-0/+1
2009-03-07Fix NX bitblueswir11-1/+1
2009-03-07Fix RFI(d)blueswir11-3/+3
2009-03-07Implement mtfsf.L encodingblueswir11-2/+6
2009-03-07Enable 64bit mode on interruptsblueswir11-1/+5
2009-03-07Nop some SPRs on 970fxblueswir11-0/+12
2009-03-07Activate uninorth AGP bridgeblueswir11-20/+8
2009-03-07Implment tlbielblueswir11-0/+14
2009-03-07Implement large pagesblueswir12-30/+49
2009-03-07Implement slbmteblueswir14-20/+74
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir111-17/+52
2009-03-07Fix BSD user: there is no NPTLblueswir12-0/+39
2009-03-07Update i386-dis.c from commits before GPLv3 switchblueswir11-1545/+3261
2009-03-07Update i386-dis.c from binutils 2.17blueswir11-561/+1286
2009-03-07Fix BSD breakage from r6736blueswir14-0/+12
2009-03-07Sparse fixes: dubious mixing of bitwise and logical operationsblueswir12-5/+5
2009-03-07Sparse fixes: add extern to ELF opcode tables to avoid warningsblueswir11-0/+4
2009-03-07Sparse fixes: remove duplicate entryblueswir11-1/+1
2009-03-07Sparse fixes: move ACPI table definitions to pc.hblueswir12-4/+5
2009-03-07Sparse fixes: truncation by castblueswir14-31/+31
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir135-286/+214
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook15-17/+94
2009-03-07Fix BSD userblueswir12-4/+4
2009-03-07Fix sparc64-softmmu breakage from r6711blueswir11-2/+2
2009-03-07pc-bios/Makefile: add a rule to produce dtb filesaurel321-0/+3
2009-03-06Add more missing filesaliguori4-0/+734
2009-03-06Add missing file from previous commitaliguori1-0/+60
2009-03-06Fix race condition on access to env->interrupt_requestaurel324-16/+19
2009-03-06Remove tabs introduced from VNC ACL seriesaliguori4-736/+736
2009-03-06Support ACLs for controlling VNC access ("Daniel P. Berrange")aliguori10-5/+470
2009-03-06Include auth credentials in 'info vnc' ("Daniel P. Berrange")aliguori1-2/+17
2009-03-06Add SASL authentication support ("Daniel P. Berrange")aliguori9-31/+1119
2009-03-06Move TLS auth into separate file ("Daniel P. Berrange")aliguori3-572/+96
2009-03-06Move VNC structs into header file ("Daniel P. Berrange")aliguori2-111/+149
2009-03-06Refactor keymap code to avoid duplication ("Daniel P. Berrange")aliguori8-51/+37