Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-05-14 | smc91c111 qdev conversion | Paul Brook | 1 | -10/+31 |
2009-05-14 | ARM timers qdev conversion | Paul Brook | 5 | -30/+39 |
2009-05-14 | Integrator/CP core qdev conversion | Paul Brook | 1 | -20/+37 |
2009-05-14 | PL181 qdev conversion | Paul Brook | 5 | -39/+21 |
2009-05-14 | PL031 qdev conversion | Paul Brook | 5 | -14/+16 |
2009-05-14 | Stellaris ethernet qdev conversion | Paul Brook | 3 | -23/+32 |
2009-05-14 | Virtio-net qdev conversion | Paul Brook | 8 | -32/+40 |
2009-05-14 | PCI network qdev conversion | Paul Brook | 12 | -166/+190 |
2009-05-14 | LSI SCSI qdev conversion | Paul Brook | 6 | -52/+26 |
2009-05-14 | PL050 qdev conversion | Paul Brook | 5 | -17/+34 |
2009-05-14 | PL011 qdev conversion | Paul Brook | 6 | -40/+50 |
2009-05-14 | PL110 qdev conversion | Paul Brook | 5 | -19/+30 |
2009-05-14 | qdev scsi bus infrastructure | Paul Brook | 2 | -0/+23 |
2009-05-14 | PCI qdev support | Paul Brook | 2 | -7/+56 |
2009-05-14 | qdev child bus support | Paul Brook | 2 | -0/+36 |
2009-05-14 | Basic qdev infrastructure. | Paul Brook | 9 | -2/+512 |
2009-05-14 | Move block drivers into their own directory | Anthony Liguori | 15 | -8/+9 |
2009-05-14 | Convert block infrastructure to use new module init functionality | Anthony Liguori | 16 | -60/+141 |
2009-05-14 | Constructor support | Anthony Liguori | 6 | -17/+145 |
2009-05-14 | Add a --disable-docs to configure to allow doc build to be disabled | Anthony Liguori | 1 | -4/+5 |
2009-05-14 | Remove duplicate block objects. | Paul Brook | 1 | -8/+0 |
2009-05-14 | Remove any pretense that there can be more than one AudioState | malc | 16 | -103/+80 |
2009-05-13 | Remove redundant pcnet.o | Paul Brook | 1 | -1/+1 |
2009-05-13 | Add tool_osdep.c | Paul Brook | 3 | -3/+10 |
2009-05-13 | Include assert.h from qemu-common.h | Paul Brook | 28 | -28/+1 |
2009-05-13 | Replace gcc variadic macro extension with C99 version (missed one) | Blue Swirl | 1 | -3/+3 |
2009-05-13 | Replace gcc variadic macro extension with C99 version | Blue Swirl | 70 | -268/+268 |
2009-05-13 | Fix kqemu build failure. | Paul Brook | 1 | -1/+1 |
2009-05-13 | Remove vga_ram_size | Paul Brook | 42 | -133/+126 |
2009-05-13 | Fix typo that leads to out of bounds array access on big endian systems | malc | 1 | -1/+1 |
2009-05-13 | ETRAX: Correct setting of ethernet station address. | Edgar E. Iglesias | 1 | -2/+2 |
2009-05-12 | Follow coding conventions. | Paul Brook | 1 | -6/+6 |
2009-05-12 | CRIS: Fix bmi. | Edgar E. Iglesias | 1 | -1/+2 |
2009-05-12 | Push AUD_init down to devices | Paul Brook | 23 | -102/+46 |
2009-05-12 | Make AUD_init failure fatal | Paul Brook | 6 | -50/+35 |
2009-05-10 | Update docs on dynamic condition code calculation | Blue Swirl | 1 | -3/+5 |
2009-05-10 | Convert mulscc | Blue Swirl | 1 | -131/+2 |
2009-05-10 | Convert udiv/sdiv | Blue Swirl | 2 | -19/+31 |
2009-05-10 | Convert tagged ops | Blue Swirl | 2 | -129/+85 |
2009-05-10 | Convert subx | Blue Swirl | 2 | -31/+50 |
2009-05-10 | Convert sub | Blue Swirl | 2 | -37/+83 |
2009-05-10 | Convert logical operations and umul/smul | Blue Swirl | 2 | -24/+43 |
2009-05-10 | Convert addx | Blue Swirl | 2 | -31/+50 |
2009-05-10 | Convert add | Blue Swirl | 2 | -21/+99 |
2009-05-10 | Use dynamical computation for condition codes | Blue Swirl | 5 | -24/+196 |
2009-05-10 | Follow coding conventions | Paul Brook | 56 | -862/+864 |
2009-05-09 | Workaround compiler warnings at -O1 | Paul Brook | 1 | -2/+6 |
2009-05-09 | Fixe ARM NEON vrshl. | Paul Brook | 1 | -2/+2 |
2009-05-09 | Add m68k_cpu_list() | Laurent Vivier | 2 | -0/+12 |
2009-05-08 | Fix in file qemu-sockets.c | vibi | 1 | -30/+32 |