Age | Commit message (Expand) | Author | Files | Lines |
2011-03-13 | always qemu_cpu_kick after unhalting a cpu | Paolo Bonzini | 1 | -2/+8 |
2010-12-18 | sparc32: ledma extra registers | Bob Breuer | 1 | -7/+9 |
2010-10-31 | sparc32: convert debug printf statements to tracepoints | Blue Swirl | 1 | -13/+5 |
2010-09-11 | ESP: fix ESP DMA access when DMA is not enabled | Blue Swirl | 1 | -9/+14 |
2010-08-24 | Rearrange block headers | Blue Swirl | 1 | -0/+1 |
2010-08-03 | sparc32: use FW_CFG_CMDLINE_SIZE | Blue Swirl | 1 | -0/+3 |
2010-07-20 | Sparc32: reserve addresses for unimplemented devices on SS-20 | Bob Breuer | 1 | -2/+51 |
2010-07-06 | qemu_ram_alloc: Add DeviceState and name parameters | Alex Williamson | 1 | -4/+4 |
2010-05-29 | Pad iommu with an empty slot (necessary for SunOS 4.1.4) | Artyom Tarasenko | 1 | -1/+13 |
2010-05-22 | Compile dma only once | Blue Swirl | 1 | -1/+5 |
2010-04-18 | sparc32 use empty_slot for missing RAM v1 | Artyom Tarasenko | 1 | -0/+5 |
2010-03-16 | load_elf: replace the address addend by a translation function | Aurelien Jarno | 1 | -4/+15 |
2010-02-07 | m48t59: don't use reserved _t suffix | Blue Swirl | 1 | -3/+3 |
2010-01-13 | Sparc32: remove unused env/envs variables, spotted by clang | Blue Swirl | 1 | -10/+5 |
2009-12-27 | sparc: make command line available also via firmware configuration device | Blue Swirl | 1 | -0/+9 |
2009-12-13 | Sparc32: implement AFX for SS-5 | Artyom Tarasenko | 1 | -1/+41 |
2009-11-09 | scsi: move scsi.h -> esp.h | Gerd Hoffmann | 1 | -1/+1 |
2009-10-27 | pcnet: use qdev properties for configuration. | Gerd Hoffmann | 1 | -1/+1 |
2009-10-12 | rom loader: fix sparc -kernel boot. | Gerd Hoffmann | 1 | -6/+8 |
2009-10-07 | New qdev_init_nofail() | Markus Armbruster | 1 | -14/+14 |
2009-10-05 | floppy: add drive properties. | Gerd Hoffmann | 1 | -12/+4 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -59/+59 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -59/+59 |
2009-09-20 | Compile loader only once | Blue Swirl | 1 | -3/+14 |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann | 1 | -3/+6 |
2009-08-25 | Sparc32: improve interrupt handling | Blue Swirl | 1 | -5/+2 |
2009-08-23 | Sparc32: fix monitor commands 'info pic' and 'info irq' | Blue Swirl | 1 | -8/+7 |
2009-08-10 | qdev/prop: convert sun4m.c to helper macros. | Gerd Hoffmann | 1 | -6/+2 |
2009-08-09 | Use qemu_irq for system_powerdown | Blue Swirl | 1 | -8/+1 |
2009-08-09 | Sparc32: use qemu_irq for system_powerdown | Blue Swirl | 1 | -18/+16 |
2009-08-08 | Sparc32: move sparc32_dma init to sun4m.c | Blue Swirl | 1 | -19/+40 |
2009-08-08 | Sparc32: remove VRAM and NVRAM sizes from hwdef | Blue Swirl | 1 | -36/+6 |
2009-08-08 | Sparc32: remove IRQ numbers from hwdef | Blue Swirl | 1 | -135/+25 |
2009-08-08 | Sparc32: move intbit_to_level table back to slavio_intctl.c | Blue Swirl | 1 | -41/+0 |
2009-08-08 | Sparc32: move device instantiation to sun4m.c | Blue Swirl | 1 | -0/+217 |
2009-07-27 | kill drives_table | Gerd Hoffmann | 1 | -8/+8 |
2009-07-21 | Sparc32: convert Sun4c interrupt controller to qdev | Blue Swirl | 1 | -3/+8 |
2009-07-21 | Sparc32: convert SBI to qdev | Blue Swirl | 1 | -3/+11 |
2009-07-21 | Sparc32/64: use 64 bit type for memory size | Blue Swirl | 1 | -2/+2 |
2009-07-21 | Sparc32: Fix lance | Blue Swirl | 1 | -0/+1 |
2009-07-17 | Fix sparc-softmmu breakage by ee6847d19be16c789b8bd4e553b7cd6701ba1245 | Blue Swirl | 1 | -1/+1 |
2009-07-16 | qdev: rework device properties. | Gerd Hoffmann | 1 | -13/+23 |
2009-07-16 | Sparc32: convert slavio interrupt controller to qdev | Blue Swirl | 1 | -7/+14 |
2009-07-16 | Sparc32: refactor CPU init | Blue Swirl | 1 | -45/+30 |
2009-07-16 | Sparc32: convert memory to qdev | Blue Swirl | 1 | -36/+56 |
2009-07-16 | Sparc32: convert boot prom to qdev | Blue Swirl | 1 | -87/+67 |
2009-07-16 | Sparc32: convert cs4231 to qdev | Blue Swirl | 1 | -2/+4 |
2009-07-15 | Sparc32: convert sparc32_dma to qdev | Blue Swirl | 1 | -9/+9 |
2009-07-13 | Sparc32: convert slavio_misc to qdev | Blue Swirl | 1 | -9/+11 |
2009-07-13 | Sparc32: convert idreg to qdev | Blue Swirl | 1 | -8/+42 |