summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-1426-43/+43
* hw/vfio: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-5/+6
* hw/vmxnet3: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-2/+11
* hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc initMarcel Apfelbaum2013-10-141-1/+1
* hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum2013-10-142-4/+45
* hw/core: Add interface to allocate and free a single IRQMarcel Apfelbaum2013-10-142-0/+23
* hw/pci: partially handle pci master abortMarcel Apfelbaum2013-10-142-0/+27
* docs/memory: Explictly state that MemoryRegion priority is signedMarcel Apfelbaum2013-10-141-0/+4
* memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum2013-10-144-7/+7
* smbios: Factor out smbios_maybe_add_str()Markus Armbruster2013-09-281-36/+25
* smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster2013-09-285-65/+94
* smbios: Improve diagnostics for conflicting entriesMarkus Armbruster2013-09-281-26/+17
* smbios: Convert to QemuOptsMarkus Armbruster2013-09-285-43/+179
* smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster2013-09-283-9/+7
* virtio-net: fix up HMP NIC info string on resetMichael S. Tsirkin2013-09-221-0/+1
* pci: remove explicit check to 64K ioport sizeHervé Poussineau2013-09-151-2/+4
* piix4: disable io on resetMichael S. Tsirkin2013-09-151-0/+1
* piix: use 64 bit window programmed by guestMichael S. Tsirkin2013-09-151-4/+10
* q35: use 64 bit window programmed by guestMichael S. Tsirkin2013-09-151-4/+10
* pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin2013-09-152-0/+51
* range: add min/max operations on rangesMichael S. Tsirkin2013-09-151-0/+18
* range: add Range to typedefsMichael S. Tsirkin2013-09-152-1/+2
* q35: make pci window address/size match guest cfgMichael S. Tsirkin2013-09-151-0/+10
* Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into st...Anthony Liguori2013-09-1127-267/+1988
|\
| * configure: Add handling code for AArch64 targetsAlexander Graf2013-09-101-1/+6
| * linux-user: Add AArch64 supportAlexander Graf2013-09-103-2/+38
| * linux-user: Allow targets to specify a minimum uname releasePeter Maydell2013-09-103-14/+51
| * linux-user: Add AArch64 termbits.h definitionsAlexander Graf2013-09-101-0/+220
| * linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64Alexander Graf2013-09-101-0/+35
| * linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell2013-09-101-1/+3
| * linux-user: Add signal handling for AArch64Andreas Schwab2013-09-102-0/+289
| * linux-user: Fix up AArch64 syscall handlersAlexander Graf2013-09-102-4/+29
| * linux-user: Add syscall number definitions for AArch64Alexander Graf2013-09-101-0/+323
| * linux-user: Add cpu loop for AArch64Peter Maydell2013-09-101-0/+82
| * linux-user: Don't treat AArch64 cpu names speciallyAlexander Graf2013-09-101-1/+2
| * target-arm: Add AArch64 gdbstub supportAlexander Graf2013-09-105-1/+126
| * target-arm: Add AArch64 translation stubAlexander Graf2013-09-106-4/+178
| * target-arm: Prepare translation for AArch64 codeAlexander Graf2013-09-105-38/+151
| * target-arm: Disable 32 bit CPUs in 64 bit linux-user buildsPeter Maydell2013-09-101-2/+7
| * target-arm: Add new AArch64CPUInfo base class and subclassesPeter Maydell2013-09-103-0/+124
| * target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell2013-09-101-13/+13
| * target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf2013-09-102-6/+7
| * target-arm: Export cpu_envAlexander Graf2013-09-102-1/+3
| * target-arm: Extract the disas struct to a header fileAlexander Graf2013-09-102-23/+28
| * target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell2013-09-101-124/+210
| * abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell2013-09-101-4/+0
| * pl110: Clarify comment about PL110 ID on VersatilePBPeter Maydell2013-09-101-10/+8
| * target-arm: Implement qmp query-cpu-definitionsCole Robinson2013-09-101-0/+32
| * target-arm: fix ARMv7M stack alignment on resetSebastian Ottlik2013-09-101-1/+1
| * target-arm: Avoid "1 << 31" undefined behaviourPeter Maydell2013-09-102-18/+18
OpenPOWER on IntegriCloud