Sign in

gwj / at91sam9263 · Commits

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • Commits 8,232
  • Compare
  • Branches 2
  • Tags 0
  • at91sam9263
30 Dec, 2008
2 commits
  • VM load/save support for PPC CPU ...
    a456d59c
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6143 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-30 19:01:44 +0000  
    Browse Code »
  • VM load/save support for PPC devices ...
    9b64997f
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6142 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-30 19:01:19 +0000  
    Browse Code »

29 Dec, 2008
4 commits
  • Parse --cc and --cross-prefix earlier and use CC to determine cpu and host ...
    ac0df51d
    We have been relying on uname to determine the host cpu architecture and
    operating system.  This is totally broken for cross compilation.  It was
    workable in the past because you can manually override both settings but after
    the host USB passthrough refactoring, cross host builds were broken.
    
    This moves the parsing of --cc and --cross-prefix to before the probes for cpu
    and host.  Complation testing is used to determine the host and CPU types.  I've
    only added checks for i386, x86_64, Linux, and Windows since these are the only
    platforms I have access to for testing.  Everything else falls back to uname.
    
    It should be relatively easy to add the right checks for other platforms and
    eliminate uname altogether.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6141 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-29 17:14:15 +0000  
    Browse Code »
  • CRIS: Remove CRIS specific do_unassigned_access. ...
    0a6f8a6d
    Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6140 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-12-29 14:39:57 +0000  
    Browse Dir »
  • target-ppc: improve correctness of the fsel instruction ...
    572c8952
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6139 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-29 09:47:11 +0000  
    Browse Code »
  • target-ppc: fix stsw/stswi instructions ...
    a16b45e7
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6138 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-29 09:46:58 +0000  
    Browse Code »

28 Dec, 2008
4 commits
  • Fix warning introduced by r6136 ...
    83479693
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6137 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-28 21:05:44 +0000  
    Browse Dir »
  • Register reset handlers ...
    6e6b7363
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6136 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-28 18:27:10 +0000  
    Browse Code »
  • Suppress a -Werror=format-security warning ...
    b4e237aa
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6135 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-28 15:45:20 +0000  
    Browse Code »
  • Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek) ...
    60cbfb95
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6134 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-28 13:14:48 +0000  
    Browse Code »

26 Dec, 2008
2 commits
  • target-ppc: workaround OpenBIOS limitation ...
    bd89f43f
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6133 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-26 23:05:23 +0000  
    Browse Code »
  • target-ppc: fix PowerMAC NVRAM emulation ...
    3f7cbbbd
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6132 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-26 23:05:15 +0000  
    Browse Code »

24 Dec, 2008
6 commits
  • Fix kernel loading ...
    52f163b7
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6131 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-24 20:30:01 +0000  
    Browse Code »
  • Use the firmware configuration device ...
    271dd5e0
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6130 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-24 20:29:16 +0000  
    Browse Code »
  • Add support for -prom-env command line options ...
    95efd11c
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6129 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-24 20:26:14 +0000  
    Browse Code »
  • Use OpenBIOS for g3bw machine ...
    992e5acd
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6128 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-24 20:23:51 +0000  
    Browse File »
  • Sun4m use 0 for nonexistent devices (Robert Reif) ...
    fe096129
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6127 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-24 20:21:18 +0000  
    Browse Dir »
  • Improve PPC device debugging ...
    ea026b2f
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6126 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-24 09:38:16 +0000  
    Browse Code »

23 Dec, 2008
4 commits
  • Add SuperSPARC MMU breakpoint registers (Robert Reif) ...
    4017190e
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6125 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-23 15:30:50 +0000  
    Browse Dir »
  • Implement hw/eccmemctl.c version differences (Robert Reif) ...
    0bb3602c
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6124 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-23 15:08:13 +0000  
    Browse Code »
  • Better SuperSPARC emulation (Robert Reif) ...
    963262de
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6123 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-23 15:06:35 +0000  
    Browse File »
  • Implement tick interrupt disable bits ...
    8fa211e8
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6122 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-23 08:47:26 +0000  
    Browse Code »

22 Dec, 2008
2 commits
  • Properly handle the case of SetPixelEncodings with a length of zero. ...
    69dd5c9f
    This commit addresses CORE-2008-1210/CVE-2008-2382.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6121 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-22 21:06:23 +0000  
    Browse Code »
  • Use the ARRAY_SIZE() macro where appropriate. ...
    b1503cda
    Change from v1:
      Avoid changing the existing coding style in certain files.
    
    Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6120 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-12-22 20:33:55 +0000  
    Browse Dir »

21 Dec, 2008
4 commits
  • hw/slavio_misc.c remove address from debug trace (Robert Reif) ...
    5626b017
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6119 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-21 16:00:20 +0000  
    Browse File »
  • add Arbiter Enable Register support to sparc iommu (Robert Reif) ...
    7b169687
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6118 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-21 10:46:23 +0000  
    Browse Code »
  • Update to latest Bochs BIOS ...
    f3c62823
    A number of our patches have been merged so we can now remove them from our
    queue.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6117 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-21 01:37:01 +0000  
    Browse File »
  • Remove obsolete VGABIOS patch. ...
    68d5736a
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6116 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-21 01:30:22 +0000  
    Browse Code »

20 Dec, 2008
5 commits
  • softfloat-native: fix type of float_rounding_mode ...
    e872aa81
    fegetround() and fesetround() are using an int type. Change the type of
    float_rounding_mode and floatx80_rounding_precision in the float_status
    structure for consistency.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6115 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-20 23:41:32 +0000  
    Browse Dir »
  • target-ppc: modify hw/ppc_oldword.c to use qemu_ram_alloc() ...
    a748ab6d
    This patch uses qemu_ram_alloc() to allocate RAM, VGA RAM and VGA BIOS.
    
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Signed-off-by: Laurent Vivier <Laurent@lvivier.info>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6114 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-20 23:40:35 +0000  
    Browse Dir »
  • target-ppc: default to a G3 cpu when emulating a G3 PowerMac ...
    f2fde45a
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6113 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-20 23:39:46 +0000  
    Browse File »
  • A first attempt on supporting snapshots for the MIPS target. ...
    33a84765
    Signed-off-by: Thiemo Seufer <ths@networkno.de>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6112 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-12-20 19:44:31 +0000  
    Browse Code »
  • Fix remaining compiler warnings for mips targets. ...
    f9480ffc
    Signed-off-by: Stefan Weil <weil@mail.berlios.de>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6111 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2008-12-20 19:42:14 +0000  
    Browse Code »

19 Dec, 2008
7 commits
  • Add patch to allow Bochs patch queue to be built from another directory. ...
    dfb5e54b
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6110 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-19 18:59:10 +0000  
    Browse Dir »
  • Add BIOS build instructions (Andre Przywara) ...
    f5dc4c7c
    aliguori: did a little indenting and motion for aesthics.
    
    Signed-off-by: Andre Przywara <andre.przywara@amd.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6109 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-19 16:22:03 +0000  
    Browse File »
  • Make sure ACPI structures are byte-aligned ...
    ebd7fc50
    Apparently, guests are very tolerant of corrupt ACPI tables because our 
    tables have been badly corrupted for some time now.  A version of 
    Knoppix using a 2.6.11 kernel refused to boot and it turned out it was 
    due to the interrupt override table introduced by the recent HPET 
    commit.
    
    This patch updates the BIOS and introduces a patch to pack the ACPI 
    tables.  If you have a guest that used to work and is broken by the this 
    commit, let me know.  We have some weird hacks in the tables that I 
    suspect are work arounds for this bug.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6108 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-19 16:17:10 +0000  
    Browse Dir »
  • Implement flush-to-zero mode (denormal results are replaced with zero). ...
    fe76d976
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6107 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-12-19 14:33:59 +0000  
    Browse File »
  • Implement default-NaN mode. ...
    5c7908ed
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6106 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-12-19 13:53:37 +0000  
    Browse Dir »
  • Implement ARMv7 cp15 cache ID registers. ...
    a49ea279
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6105 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-12-19 13:37:53 +0000  
    Browse Dir »
  • Implement (very) basic Thumb2-EE support. This doesn't actually implement ...
    fe1479c3
    EE state, just the associated system coprocessor registers.  It is sufficient
    to keep OS setup and context switching code happy.
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6104 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-12-19 13:18:36 +0000  
    Browse Dir »