summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: Add petalogix s3a1800dsp MMU linux ref-design.Edgar E. Iglesias2009-05-262-0/+234
| | | | | | | This setup was designed by petalogix and is supported by upstream linux. The design targets a xilinx spartan-3a-1800 dsp board with MMU. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* xilinx: Add ethlite emulation.Edgar E. Iglesias2009-05-261-0/+235
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* xilinx: Add uartlite emulation.Edgar E. Iglesias2009-05-261-0/+218
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* xilinx: Add OPB timer.Edgar E. Iglesias2009-05-261-0/+224
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* xilinx: Add interrupt controller.Edgar E. Iglesias2009-05-261-0/+167
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* microblaze: Add CPU interrupt wrapper logic.Edgar E. Iglesias2009-05-261-0/+50
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* Remove qdev irq sink handlingPaul Brook2009-05-2618-43/+27
| | | | | | | We have both IRQ sinks and GPIO inputs. These are in principle exactly the same thing, so remove the former. Signed-off-by: Paul Brook <paul@codesourcery.com>
* ETRAX: Removed unused struct entry and fixed Windows build.Stefan Weil2009-05-231-1/+0
| | | | | | | | | | "struct timeval last" caused a compilation error with mingw32 (missing header for struct timeval). It is unused, so it was possible to remove it. Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
* Add common BusStatePaul Brook2009-05-2330-135/+229
| | | | | | | | | | | Implement and use a common device bus state. The main side-effect is that creating a bus and attaching it to a parent device are no longer separate operations. For legacy code we allow a NULL parent, but that should go away eventually. Also tweak creation code to veriry theat a device in on the right bus. Signed-off-by: Paul Brook <paul@codesourcery.com>
* Fix lance segfaultsPaul Brook2009-05-221-3/+6
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* serial: fix lost character after sysrqJason Wessel2009-05-221-0/+2
| | | | | | | | | | | | | | | | | | | After creating an automated regression test to test the sysrq responses while running a linux image in qemu, I found that the simulated uart was eating the character right after the sysrq about 75% of the time. The problem is that the qemu sets the LSR_DR (data ready) bit on a serial break. The automated tests can send a break and the sysrq character quickly enough that the qemu serial fifo has a real character available. When there is valid character in the fifo, it gets consumed by the serial driver in the guest OS. The real hardware also appears to set the LSR_DR but always appears to have a null byte in this condition. This patch changes the qemu behavior to match the tested characteristics of a real 16550 chip. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
* usb-serial: implement break event.Jason Wessel2009-05-221-2/+10
| | | | | | | | | | | | | | Implement the serial break via usb serial. The second data byte in ftdi status packet contains the break status. The values were already defined in usb-serial.c so it was a matter of making use of the event_trigger to form a urb to send over to the host controller with the serial break status set. This was tested against a linux development image which enables sysrq via a serial break on the ftdi usb console. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
* Introduce reset notifier orderJan Kiszka2009-05-2273-103/+104
| | | | | | | | | | | | | | | Add the parameter 'order' to qemu_register_reset and sort callbacks on registration. On system reset, callbacks with lower order will be invoked before those with higher order. Update all existing users to the standard order 0. Note: At least for x86, the existing users seem to assume that handlers are called in their registration order. Therefore, the patch preserves this property. If someone feels bored, (s)he could try to identify this dependency and express it properly on callback registration. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* kvm: Fix framebuffer dirty log syncJan Kiszka2009-05-221-4/+1
| | | | | | | | | kvm_physical_sync_dirty_bitmap() takes the end address as second argument, not the region size. Moverover, the kvm API should not be used directly here, but cpu_physical_sync_dirty_bitmap(). Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* introduce set_rate_limit function for QEMUFileGlauber Costa2009-05-221-1/+9
| | | | | | | This patch converts the current callers of qemu_fopen_ops(). Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Introduce is_default field for QEMUMachineAnthony Liguori2009-05-2110-1/+10
| | | | | | | | f80f9ec changed the order that machines are registered which had the effect of changing the default machine. This changeset introduces a new is_default field so that machine types can declare that they are the default for an architecture. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Refactor how display drivers are selectedAnthony Liguori2009-05-212-4/+4
| | | | | | | | | | | My previous commit, f92f8afebe, broke -vnc (spotted by Glauber Costa). This is because it's necessary to tell when the no special display parameters have been passed and default to SDL or VNC appropriately. This refactors the display selection logic to be less complicated which has the effect of fixing the regression mentioned above. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Compile most Xen files only onceBlue Swirl2009-05-211-0/+1
| | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* Compile fdc, escc and SCSI controllers only onceBlue Swirl2009-05-211-2/+3
| | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* Let the venomous poison spread to more identifiersBlue Swirl2009-05-211-0/+23
| | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* Convert machine registration to use module init functionsAnthony Liguori2009-05-2135-163/+318
| | | | | | This cleans up quite a lot of #ifdefs, extern variables, and other ugliness. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Remove initrd warning messageRichard W.M. Jones2009-05-201-3/+0
| | | | Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
* keep initrd in below 4g area.Glauber Costa2009-05-201-4/+5
| | | | | | | | initrd must be kept on the memory area below 4g. By not doing this, we're seeing guests break while using -initrd and values of -mem superior to 4096. Signed-off-by: Glauber Costa <glommer@redhat.com>
* Remove dead codemalc2009-05-201-14/+7
| | | | Signed-off-by: malc <av1474@comtv.ru>
* Hardware convenience libraryPaul Brook2009-05-194-3/+37
| | | | | | | | | | | | | | The only target dependency for most hardware is sizeof(target_phys_addr_t). Build these files into a convenience library, and use that instead of building for every target. Remove and poison various target specific macros to avoid bogus target dependencies creeping back in. Big/Little endian is not handled because devices should not know or care about this to start with. Signed-off-by: Paul Brook <paul@codesourcery.com>
* Disable >4G ram support on 32-bit targetsPaul Brook2009-05-191-0/+4
| | | | | | | If the target only has a 32-bit physical address space then the code to map >4G ram breaks horribly, and causes compiler warnings. Signed-off-by: Paul Brook <paul@codesourcery.com>
* Remove obsolete BIOS_SIZE from sysemu.hPaul Brook2009-05-198-25/+14
| | | | | | | BIOS_SIZE is no longer needed by vl.c, so there's no point having it in sysemu.h. Signed-off-by: Paul Brook <paul@codesourcery.com>
* cris: First shot at qdev for CRIS interrupts.Edgar E. Iglesias2009-05-185-47/+113
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* etrax: Don't keep the passed irq pointer.Edgar E. Iglesias2009-05-181-3/+3
| | | | | | Copy passed irq object at channel connect. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* etrax: Remove unused eth irq line.Edgar E. Iglesias2009-05-184-10/+6
| | | | | | | The ethernet blocks irq line to report errors is unimplemented in QEMU. Remove it for now. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* Syborg virtio bindings.Paul Brook2009-05-182-0/+292
| | | | | | Implement Syborg device bindings for virtio-net. Signed-off-by: Paul Brook <paul@codesourcery.com>
* Separate virtio PCI codePaul Brook2009-05-1813-299/+472
| | | | | | Split the PCI host bindings from the VRing transport implementation. Signed-off-by: Paul Brook <paul@codesourcery.com>
* Consistently use uint64_t for int propertiesPaul Brook2009-05-172-3/+3
| | | | | | I apparently failed to do this properly on the first attempt. Signed-off-by: Paul Brook <paul@codesourcery.com>
* ETRAX-PIC: Untabify.Edgar E. Iglesias2009-05-161-88/+88
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* ETRAX-TIMER: qdevify.Edgar E. Iglesias2009-05-164-39/+38
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* ETRAX-TIMER: Untabify.Edgar E. Iglesias2009-05-161-229/+229
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* ETRAX-SER: Untabify.Edgar E. Iglesias2009-05-161-93/+93
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* ETRAX-SER: qdevify.Edgar E. Iglesias2009-05-164-44/+34
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* ETRAX: Simplify PIC interface.Edgar E. Iglesias2009-05-164-48/+36
| | | | | | | | Instead of exporting a custom structure to represent different interrupt types, just export the irq array and have the top elements point to the NMI lines. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* ETRAX: Correct passing of kernel command line.Edgar E. Iglesias2009-05-152-4/+4
| | | | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
* Syborg (Symbian Virtual Platform) boardPaul Brook2009-05-1410-0/+2084
| | | | | | A virtual reference platform for SymbianOS development/debugging. Signed-off-by: Paul Brook <paul@codesourcery.com>
* PXA SSI qdev conversionPaul Brook2009-05-149-214/+263
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* Stellaris SSI qdev conversionPaul Brook2009-05-147-80/+95
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* SSP bus frameworkPaul Brook2009-05-142-0/+93
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* Stellaris I2C qdev conversionPaul Brook2009-05-141-7/+18
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* I2C cleanupPaul Brook2009-05-142-26/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* Remove bogus omap i2c slave codePaul Brook2009-05-141-67/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* SMBus qdev conversionPaul Brook2009-05-145-51/+78
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* TOSC DAC i2c qdev voncersionPaul Brook2009-05-141-7/+22
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* TWL92230 qdev conversionPaul Brook2009-05-143-46/+30
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
OpenPOWER on IntegriCloud