aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-25slirp/misc.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2009-12-25hw/pc.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2009-12-25path.c fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2009-12-25PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7aBlue Swirl
2009-12-25PCI: make pci_mem_base privateBlue Swirl
2009-12-25Fix Sparse error: dubious one-bit signed bitfieldBlue Swirl
2009-12-25Fix Sparse warning: dubious: !x & yBlue Swirl
2009-12-25scsi: fix Sparse warning: Initializer entry defined twiceBlue Swirl
2009-12-24MAC DBDMA: store register values in native endiannessAurelien Jarno
2009-12-24Intel CPUs starting from pentium have apicGleb Natapov
2009-12-24loader: more ignores for rom intended to be loaded by the biosAurelien Jarno
2009-12-24Don't load options roms intended to be loaded by the bios in qemuAvi Kivity
2009-12-24target-arm: fix strexdAurelien Jarno
2009-12-24linux-user: fix build with gcc-4.1Aurelien Jarno
2009-12-23linuxboot.bin is a generated fileJuan Quintela
2009-12-23qemu-nbd: fix OpenBSD linker warningBlue Swirl
2009-12-23e1000: add link to data sheetMichael S. Tsirkin
2009-12-23qemu-io: suppress a warning with gcc 4.0.2Blue Swirl
2009-12-23Compile qemu-nbd also on OpenBSD and SolarisBlue Swirl
2009-12-23USB: Improve usbdevice error messagesScott Tsai
2009-12-23target-alpha: Initialize fpcrRichard Henderson
2009-12-21tcg-sparc: Implement brcond2.Richard Henderson
2009-12-21tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation.Richard Henderson
2009-12-21tcg-sparc: Improve tcg_out_movi for sparc64.Richard Henderson
2009-12-21tcg-sparc: Fix imm13 check in movi.Richard Henderson
2009-12-21ARM PBX-A9 memory map tweaksPaul Brook
2009-12-21LAN9118 improvementsPaul Brook
2009-12-21PPC: Make DCR uint32_tAlexander Graf
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno
2009-12-21PPC64: Fix timebaseAlexander Graf
2009-12-21target-alpha: Emit tcg debug_insn_start.Richard Henderson
2009-12-21linux-user: Add aliases for some Alpha syscallsRichard Henderson
2009-12-21Update OpenBIOS PPC image to revision 647Aurelien Jarno
2009-12-21ppc64: Change default machine to mac99Andreas Färber
2009-12-20cpu-all.h: fix cpu_get_real_ticks() #ifdefAurelien Jarno
2009-12-19Multiboot support: Fix rom_copyKevin Wolf
2009-12-19linux-user: add core dump support for SHNathan Froyd
2009-12-19linux-user: add core dump support for M68KNathan Froyd
2009-12-19linux-user: add core dump support for MIPSNathan Froyd
2009-12-19linux-user: add core dump support for PPCNathan Froyd
2009-12-19linux-user: fix ARM core dumps on opposite-endian hostsNathan Froyd
2009-12-19linux-user: commonify definitions of target typedefsNathan Froyd
2009-12-19linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusionNathan Froyd
2009-12-19linux-user: use TARGET_ABI_FMT_lx to print abi_ulong typesAurelien Jarno
2009-12-19roms: allow roms to be loaded at address 0Aurelien Jarno
2009-12-19linux-user: cleanup force_sig() callsRiku Voipio
2009-12-19linux-user: Fix mmap_lock orderingRiku Voipio
2009-12-19linux-user: enable tb unlinking when compiled with NPTLRiku Voipio
2009-12-19user: fix compilation without -fpieBlue Swirl
2009-12-19user_only: compile everything with -fpieKirill A. Shutemov