Commit Graph

  • a96fd75575 Add bamboo.dtb compiled from bamboo.dts aurel32 2008-12-17 00:03:01 +0000
  • 01feec0814 target-ppc: add comments about constants introduced in revision 6046 aurel32 2008-12-16 10:44:29 +0000
  • f9664682a7 target-ppc: fix a typo introduced in revision 6058 aurel32 2008-12-16 10:44:22 +0000
  • 2c9fade200 target-ppc: IBM PowerPC 440EP Bamboo reference board emulation aurel32 2008-12-16 10:44:14 +0000
  • 75dd595b2e target-ppc: PowerPC 440EP SoC emulation aurel32 2008-12-16 10:44:06 +0000
  • d76d16501e target-ppc: Enable KVM for ppcemb. aurel32 2008-12-16 10:43:58 +0000
  • f652e6af11 Implement device tree support needed for Bamboo emulation aurel32 2008-12-16 10:43:48 +0000
  • b7da58fd27 target-ppc: create a helper function to allow more flexible RAM allocation for PPC 4xx aurel32 2008-12-15 23:15:56 +0000
  • 80e8bd2b0f target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_init() aurel32 2008-12-15 22:59:45 +0000
  • 61b2440503 target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx_devs.c aurel32 2008-12-15 22:59:34 +0000
  • f5d6f51ba6 kvm: sync vcpu state during initialization (Hollis Blanchard) aliguori 2008-12-15 22:20:42 +0000
  • 8d6c92b6b1 softfloat-native: improve correctness of floatXX_is_neg() aurel32 2008-12-15 22:07:50 +0000
  • ce9ede844c target-ppc: update comment about precise emulation aurel32 2008-12-15 21:48:27 +0000
  • 09723aa114 Revert part of r5853 blueswir1 2008-12-15 20:24:25 +0000
  • 3af72a4d98 Fix mremap, based on patch by Kirill A. Shutemov blueswir1 2008-12-15 17:58:49 +0000
  • d445bde7e8 target-ppc: remove dead code aurel32 2008-12-15 17:14:58 +0000
  • 196e3422f7 target-ppc: enable PRECISE_EMULATION by default aurel32 2008-12-15 17:14:50 +0000
  • da1e7ac9d4 target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptions aurel32 2008-12-15 17:14:43 +0000
  • 17218d1fd9 target-ppc: fadd/fsub: correctly propagate NaN aurel32 2008-12-15 17:14:35 +0000
  • f23c346e69 target-ppc: use the new fp functions aurel32 2008-12-15 17:14:27 +0000
  • c52ab6f585 fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero() aurel32 2008-12-15 17:14:20 +0000
  • 1b2ad2ec7a softfloat-native: fix *nan() aurel32 2008-12-15 17:14:12 +0000
  • 3b27fc36e3 target-ppc: correctly propagate NaN in division aurel32 2008-12-15 17:14:05 +0000
  • e0147e4138 target-ppc: fix fload_invalid_op_excp() aurel32 2008-12-15 17:13:55 +0000
  • 05b936038f target-ppc: use a correct value to represent 1.0 aurel32 2008-12-15 17:13:48 +0000
  • eb44b959de target-ppc: update nip before calling an helper in FP instructions aurel32 2008-12-15 17:13:39 +0000
  • 330c483bbf target-ppc: fix TCGv type in fcmpu/fcmpo aurel32 2008-12-15 17:13:31 +0000
  • 71e991fdfa configure: also switch ppc64abi32 and ppcemb to CONFIG_SOFTFLOAT aurel32 2008-12-15 17:13:19 +0000
  • ab5f265daa target-ppc: add signed fields to ppc_avr_t. aurel32 2008-12-15 07:03:06 +0000
  • 3147d1e8e6 configure: switch to CONFIG_SOFTFLOAT for PPC aurel32 2008-12-15 06:34:37 +0000
  • 8c7f75746e configure: close stdout for the remaining calls to cc. balrog 2008-12-15 03:15:36 +0000
  • ef4c3856d6 Add ARM board names still missing from qemu-doc. balrog 2008-12-15 02:12:20 +0000
  • 997641a84f ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD). balrog 2008-12-15 02:05:00 +0000
  • de956597d6 Fix the PXA2xx LCD dirty page detection a little more. balrog 2008-12-15 01:35:39 +0000
  • 6ad193ed43 target-ppc: fix frsp instruction aurel32 2008-12-15 01:00:17 +0000
  • 27ee5df007 target-ppc: fix mtfsf and mtfsfi instructions aurel32 2008-12-15 00:30:28 +0000
  • 9a819377d8 target-ppc: fix fcmp{o,u} instructions aurel32 2008-12-14 19:34:09 +0000
  • b12363e1b7 target-ppc: remove FPRF optimization aurel32 2008-12-14 18:59:08 +0000
  • 6e35d5243c target-ppc: fix mtfsb0 and mtfsb1 aurel32 2008-12-14 18:40:58 +0000
  • 7889270acb target-ppc: display FPSCR in register dump aurel32 2008-12-14 18:40:49 +0000
  • 70ad3dec1a Revert "target-ppc: use -Werror to make sure no new warning is added" aurel32 2008-12-14 17:30:18 +0000
  • 3e9a474e3d tcg: kill two warnings aurel32 2008-12-14 17:29:58 +0000
  • c241f1f4a5 target-ppc: use -Werror to make sure no new warning is added aurel32 2008-12-14 11:12:28 +0000
  • 2637004698 target-ppc: fix mbar opcode aurel32 2008-12-14 11:12:20 +0000
  • 6ad7365a81 target-ppc: fix fsel instruction aurel32 2008-12-14 11:12:10 +0000
  • 30e7a22eba Use float_relation_* constants aurel32 2008-12-14 11:12:02 +0000
  • 9208f2f72d Ignore .pc and patches used by quilt blueswir1 2008-12-14 10:32:11 +0000
  • 3891b37010 Use a hex value instead of possibly ambiguous 8 bit character blueswir1 2008-12-14 09:30:41 +0000
  • 84bc5b9d7d SVN property and .gitignore fixes (Stuart Brady) blueswir1 2008-12-14 09:22:41 +0000
  • fc56ef08b9 Remove CRs blueswir1 2008-12-14 08:53:17 +0000
  • e283261910 Add missing newline at the end of file blueswir1 2008-12-14 08:50:18 +0000
  • 92fb73b9b0 Fix PXA2xx framebuffer dirty checking. balrog 2008-12-13 23:57:01 +0000
  • 55308450d4 Initialize msr list size properly in KVM aliguori 2008-12-13 20:49:31 +0000
  • 4c9f7372fc Correctly initialize msr list in KVM aliguori 2008-12-13 20:41:58 +0000
  • 56cd2b9663 target-sh4: make the initial value of SR easier to read aurel32 2008-12-13 19:27:22 +0000
  • f3ff7facf5 target-sh4: don't disable FPU instructions in user mode aurel32 2008-12-13 19:27:14 +0000
  • bacc637a44 target-sh4: disable debug code aurel32 2008-12-13 18:57:46 +0000
  • 71968fa65b target-sh4: add prefi, icbi, synco aurel32 2008-12-13 18:57:37 +0000
  • a9c43f8ede target-sh4: add SH7785 as CPU option aurel32 2008-12-13 18:57:28 +0000
  • 9db3ba4db2 TCG x86/x86-64: use move with zero-extend for loads/stores aurel32 2008-12-13 18:57:21 +0000
  • 13412c9d2f vnc: Fix crash on 'info vnc' after 'change vnc none' aurel32 2008-12-13 18:57:12 +0000
  • f60d2728cc Fix smsw for x86_64 guest and bigendian host case malc 2008-12-13 15:51:14 +0000
  • d40c54d641 target-i386: SVM: acknowledge interrupt only after it is taken aurel32 2008-12-13 12:33:02 +0000
  • 5e9ae189f8 target-ppc: keep only the table version for mfrom aurel32 2008-12-13 12:30:21 +0000
  • be94c952e4 target-ppc: use accessors to access fp_status exception_flags aurel32 2008-12-13 12:13:33 +0000
  • d9957a8b0f x86 cleanup blueswir1 2008-12-13 11:49:17 +0000
  • cf1cf21eac target-ppc: fix compilation with PRECISE_EMULATION aurel32 2008-12-13 11:46:36 +0000
  • a44d2ce18a target-ppc: fix compilation with CONFIG_SOFTFLOAT aurel32 2008-12-13 11:46:27 +0000
  • 629bd74a4f softfloat-native: add float32_is_nan() aurel32 2008-12-13 11:46:15 +0000
  • 3f911a51b2 Fix warning about unused shm_regions blueswir1 2008-12-13 11:37:02 +0000
  • 1d6198c3b0 Remove unnecessary trailing newlines blueswir1 2008-12-13 09:32:43 +0000
  • 8d32699ade Remove useless check_ops.sh aurel32 2008-12-13 09:03:28 +0000
  • 7a3a514140 Fix TARGET_LONG_BITS warning in TCG blueswir1 2008-12-13 08:16:43 +0000
  • da93a1fd49 Make sure to link librt if we need to. aliguori 2008-12-12 20:02:52 +0000
  • 3c529d9359 Replace posix-aio with custom thread pool aliguori 2008-12-12 16:41:40 +0000
  • 8de2410635 PPC405EP: fix fpga write function aurel32 2008-12-11 22:43:07 +0000
  • c78eae6177 baum: remove 2 warnings aurel32 2008-12-11 22:42:58 +0000
  • 420832208e target-sh4: remove 2 warnings aurel32 2008-12-11 22:42:50 +0000
  • 9587035602 target-alpha: fix 2 warnings aurel32 2008-12-11 22:42:42 +0000
  • 9322057384 target-ppc: remove remaining warnings aurel32 2008-12-11 22:42:33 +0000
  • 94fa46e2c2 target-ppc: remove unneeded include aurel32 2008-12-11 22:42:25 +0000
  • e06fcd754e target-ppc: rework exception code aurel32 2008-12-11 22:42:14 +0000
  • 2a3ec4b5b3 target-ppc: remove dead code aurel32 2008-12-11 22:42:04 +0000
  • 9b32d5a5f7 pci: virtio: use pci id defines (Gerd Hoffman) aliguori 2008-12-11 21:20:03 +0000
  • d350d97d19 pci: add default pci subsystem id for all devices (Gerd Hoffman) aliguori 2008-12-11 21:15:42 +0000
  • 2d22b18f77 Fix handling of disk-only snapshots (Kevin Wolf) aliguori 2008-12-11 21:06:49 +0000
  • 40a2d7050a Fix crash in kvm.c (Stefan Weil) aliguori 2008-12-11 21:03:10 +0000
  • d456ae3e04 Remove redundant #ifdef _BSD blueswir1 2008-12-11 19:39:56 +0000
  • ad46db9add Rename fls to qemu_fls blueswir1 2008-12-11 19:37:54 +0000
  • 807d517027 Add lost semicolons malc 2008-12-11 19:20:41 +0000
  • 4710036aff Don't require linux/auxvec.h, which isn't always installed with libc. malc 2008-12-11 19:12:59 +0000
  • 5caf7bb2c4 Fix compiling without MREMAP_FIXED blueswir1 2008-12-11 19:12:25 +0000
  • 85df0de4cf Allow to register a callback with fw_cfg_add_callback() fw_cfg_add_callback() checks if key has FW_CFG_WRITE_CHANNEL bit set after masking the key with FW_CFG_ENTRY_MASK. blueswir1 2008-12-11 17:30:50 +0000
  • f4a5a5ba92 Add missing "static" blueswir1 2008-12-11 17:29:00 +0000
  • e01fe6d575 Fix warnings introduced in r5948 malc 2008-12-11 00:14:30 +0000
  • 371bc573e5 Add missing static qualifier malc 2008-12-11 00:14:28 +0000
  • c40e866fa2 adlib.c includes fmopl.h and so needs -DBUILD_Y8950=0 too malc 2008-12-11 00:14:25 +0000
  • 902b3d5c39 Introduce and use cache-utils.[ch] malc 2008-12-10 19:18:40 +0000
  • 4fbfcd6d53 IDE: Implement SEEK command aurel32 2008-12-10 18:17:06 +0000
  • eeda67786c target-sh4: Add SH bit handling to TLB aurel32 2008-12-10 17:31:51 +0000