Age | Commit message (Expand) | Author | Files | Lines |
2009-03-08 | Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno) | blueswir1 | 10 | -261/+112 |
2009-03-08 | Add new entries to firmware configuration device | blueswir1 | 1 | -0/+6 |
2009-03-08 | Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure | blueswir1 | 11 | -21/+22 |
2009-03-08 | target-mips: remove dead code | aurel32 | 1 | -34/+0 |
2009-03-08 | target-mips: rename helpers from do_ to helper_ | aurel32 | 6 | -293/+277 |
2009-03-07 | do not pretend to support low voltage operation | aurel32 | 1 | -1/+1 |
2009-03-07 | Fix correct reset value for ARM CP15 c1 auxiliary control register | aurel32 | 1 | -1/+1 |
2009-03-07 | Work around QEMU GDB stub suboptimality | aurel32 | 2 | -0/+18 |
2009-03-07 | Fix off-by-one errors for Altivec and SPE registers | aurel32 | 1 | -8/+8 |
2009-03-07 | Use C99 initializers for BlockDriver methods | aurel32 | 13 | -151/+130 |
2009-03-07 | clean build: Fix remaining m68k warnings | aurel32 | 3 | -8/+3 |
2009-03-07 | clean build: Fix arm build warnings | aurel32 | 4 | -64/+2 |
2009-03-07 | arm: Fix gic_irq_state.level bitfield type | aurel32 | 1 | -1/+1 |
2009-03-07 | target-ppc: move the CD-ROM drive to the second IDE | aurel32 | 1 | -4/+0 |
2009-03-07 | ppc_oldworld: swap the MACIO and CMD646 IDE controllers | aurel32 | 1 | -9/+8 |
2009-03-07 | Use a dedicated function to request exit from execution loop | aurel32 | 9 | -38/+47 |
2009-03-07 | Fix texinfo syntax errors. | aurel32 | 1 | -3/+3 |
2009-03-07 | Disable BAT for 970 | blueswir1 | 1 | -3/+3 |
2009-03-07 | Fix mfcr on ppc64-softmmu | aurel32 | 1 | -2/+2 |
2009-03-07 | Keep SLB in-CPU | blueswir1 | 3 | -64/+77 |
2009-03-07 | Clear CPU_INTERRUPT_EXIT on VM load | aurel32 | 1 | -0/+1 |
2009-03-07 | Fix NX bit | blueswir1 | 1 | -1/+1 |
2009-03-07 | Fix RFI(d) | blueswir1 | 1 | -3/+3 |
2009-03-07 | Implement mtfsf.L encoding | blueswir1 | 1 | -2/+6 |
2009-03-07 | Enable 64bit mode on interrupts | blueswir1 | 1 | -1/+5 |
2009-03-07 | Nop some SPRs on 970fx | blueswir1 | 1 | -0/+12 |
2009-03-07 | Activate uninorth AGP bridge | blueswir1 | 1 | -20/+8 |
2009-03-07 | Implment tlbiel | blueswir1 | 1 | -0/+14 |
2009-03-07 | Implement large pages | blueswir1 | 2 | -30/+49 |
2009-03-07 | Implement slbmte | blueswir1 | 4 | -20/+74 |
2009-03-07 | Support for DragonFly BSD (Hasso Tepper) | blueswir1 | 11 | -17/+52 |
2009-03-07 | Fix BSD user: there is no NPTL | blueswir1 | 2 | -0/+39 |
2009-03-07 | Update i386-dis.c from commits before GPLv3 switch | blueswir1 | 1 | -1545/+3261 |
2009-03-07 | Update i386-dis.c from binutils 2.17 | blueswir1 | 1 | -561/+1286 |
2009-03-07 | Fix BSD breakage from r6736 | blueswir1 | 4 | -0/+12 |
2009-03-07 | Sparse fixes: dubious mixing of bitwise and logical operations | blueswir1 | 2 | -5/+5 |
2009-03-07 | Sparse fixes: add extern to ELF opcode tables to avoid warnings | blueswir1 | 1 | -0/+4 |
2009-03-07 | Sparse fixes: remove duplicate entry | blueswir1 | 1 | -1/+1 |
2009-03-07 | Sparse fixes: move ACPI table definitions to pc.h | blueswir1 | 2 | -4/+5 |
2009-03-07 | Sparse fixes: truncation by cast | blueswir1 | 4 | -31/+31 |
2009-03-07 | Sparse fixes: NULL use, header order, ANSI prototypes, static | blueswir1 | 35 | -286/+214 |
2009-03-07 | The _exit syscall is used for both thread termination in NPTL applications, | pbrook | 15 | -17/+94 |
2009-03-07 | Fix BSD user | blueswir1 | 2 | -4/+4 |
2009-03-07 | Fix sparc64-softmmu breakage from r6711 | blueswir1 | 1 | -2/+2 |
2009-03-07 | pc-bios/Makefile: add a rule to produce dtb files | aurel32 | 1 | -0/+3 |
2009-03-06 | Add more missing files | aliguori | 4 | -0/+734 |
2009-03-06 | Add missing file from previous commit | aliguori | 1 | -0/+60 |
2009-03-06 | Fix race condition on access to env->interrupt_request | aurel32 | 4 | -16/+19 |
2009-03-06 | Remove tabs introduced from VNC ACL series | aliguori | 4 | -736/+736 |
2009-03-06 | Support ACLs for controlling VNC access ("Daniel P. Berrange") | aliguori | 10 | -5/+470 |