summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* do not pretend to support low voltage operationaurel322009-03-071-1/+1
* Fix correct reset value for ARM CP15 c1 auxiliary control registeraurel322009-03-071-1/+1
* Work around QEMU GDB stub suboptimalityaurel322009-03-072-0/+18
* Fix off-by-one errors for Altivec and SPE registersaurel322009-03-071-8/+8
* Use C99 initializers for BlockDriver methodsaurel322009-03-0713-151/+130
* clean build: Fix remaining m68k warningsaurel322009-03-073-8/+3
* clean build: Fix arm build warningsaurel322009-03-074-64/+2
* arm: Fix gic_irq_state.level bitfield typeaurel322009-03-071-1/+1
* target-ppc: move the CD-ROM drive to the second IDEaurel322009-03-071-4/+0
* ppc_oldworld: swap the MACIO and CMD646 IDE controllersaurel322009-03-071-9/+8
* Use a dedicated function to request exit from execution loopaurel322009-03-079-38/+47
* Fix texinfo syntax errors.aurel322009-03-071-3/+3
* Disable BAT for 970blueswir12009-03-071-3/+3
* Fix mfcr on ppc64-softmmuaurel322009-03-071-2/+2
* Keep SLB in-CPUblueswir12009-03-073-64/+77
* Clear CPU_INTERRUPT_EXIT on VM loadaurel322009-03-071-0/+1
* Fix NX bitblueswir12009-03-071-1/+1
* Fix RFI(d)blueswir12009-03-071-3/+3
* Implement mtfsf.L encodingblueswir12009-03-071-2/+6
* Enable 64bit mode on interruptsblueswir12009-03-071-1/+5
* Nop some SPRs on 970fxblueswir12009-03-071-0/+12
* Activate uninorth AGP bridgeblueswir12009-03-071-20/+8
* Implment tlbielblueswir12009-03-071-0/+14
* Implement large pagesblueswir12009-03-072-30/+49
* Implement slbmteblueswir12009-03-074-20/+74
* Support for DragonFly BSD (Hasso Tepper)blueswir12009-03-0711-17/+52
* Fix BSD user: there is no NPTLblueswir12009-03-072-0/+39
* Update i386-dis.c from commits before GPLv3 switchblueswir12009-03-071-1545/+3261
* Update i386-dis.c from binutils 2.17blueswir12009-03-071-561/+1286
* Fix BSD breakage from r6736blueswir12009-03-074-0/+12
* Sparse fixes: dubious mixing of bitwise and logical operationsblueswir12009-03-072-5/+5
* Sparse fixes: add extern to ELF opcode tables to avoid warningsblueswir12009-03-071-0/+4
* Sparse fixes: remove duplicate entryblueswir12009-03-071-1/+1
* Sparse fixes: move ACPI table definitions to pc.hblueswir12009-03-072-4/+5
* Sparse fixes: truncation by castblueswir12009-03-074-31/+31
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-0735-286/+214
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-0715-17/+94
* Fix BSD userblueswir12009-03-072-4/+4
* Fix sparc64-softmmu breakage from r6711blueswir12009-03-071-2/+2
* pc-bios/Makefile: add a rule to produce dtb filesaurel322009-03-071-0/+3
* Add more missing filesaliguori2009-03-064-0/+734
* Add missing file from previous commitaliguori2009-03-061-0/+60
* Fix race condition on access to env->interrupt_requestaurel322009-03-064-16/+19
* Remove tabs introduced from VNC ACL seriesaliguori2009-03-064-736/+736
* Support ACLs for controlling VNC access ("Daniel P. Berrange")aliguori2009-03-0610-5/+470
* Include auth credentials in 'info vnc' ("Daniel P. Berrange")aliguori2009-03-061-2/+17
* Add SASL authentication support ("Daniel P. Berrange")aliguori2009-03-069-31/+1119
* Move TLS auth into separate file ("Daniel P. Berrange")aliguori2009-03-063-572/+96
* Move VNC structs into header file ("Daniel P. Berrange")aliguori2009-03-062-111/+149
* Refactor keymap code to avoid duplication ("Daniel P. Berrange")aliguori2009-03-068-51/+37
OpenPOWER on IntegriCloud