summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-06Enhance 'info vnc' monitor output ("Daniel P. Berrange")aliguori1-11/+128
2009-03-06Fix bug in TLS authentication ("Daniel P. Berrange")aliguori1-8/+0
2009-03-05monitor: Pass-through for gdbstub (Jan Kiszka)aliguori1-1/+53
2009-03-05monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori5-15/+46
2009-03-05monitor: Improve mux'ed console experience (Jan Kiszka)aliguori5-10/+42
2009-03-05monitor: Decouple terminals (Jan Kiszka)aliguori8-95/+101
2009-03-05monitor: Introduce ReadLineState (Jan Kiszka)aliguori3-231/+249
2009-03-05monitor: Drop banner hiding (Jan Kiszka)aliguori4-10/+6
2009-03-05monitor: Rework terminal management (Jan Kiszka)aliguori1-20/+23
2009-03-05monitor: Rework API (Jan Kiszka)aliguori45-719/+830
2009-03-05monitor: Rework modal password input (Jan Kiszka)aliguori6-65/+108