aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-06-22add pc-1.2Gerd Hoffmann1-2/+10
2012-06-22qxl: add vgamem_size_mb and vgamem_sizeAlon Levy2-30/+44
2012-06-22vga: make vram size configurableGerd Hoffmann8-14/+50
2012-06-22vga: raise xres+yres limitsGerd Hoffmann1-2/+2
2012-06-22qxl: reset current_async on qxl_soft_resetAlon Levy1-0/+1
2012-06-22hw/qxl: ignore guest from guestbug until resetAlon Levy2-1/+15
2012-06-22qxl: stop dirty loging when not in vga modeAlon Levy1-0/+2
2012-06-22hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/Alon Levy2-23/+29
2012-06-22arm_gic: Send dbg msgs to stderr not stdoutPeter A. G. Crosthwaite1-1/+1
2012-06-21fdc: use LOG_UNIMP loggingBlue Swirl1-13/+17
2012-06-21Introduce Xen PCI Passthrough, MSIJiang Yunhong5-2/+1173
2012-06-21Introduce apic-msidef.hAnthony PERARD2-10/+31
2012-06-21Introduce Xen PCI Passthrough, PCI config space helpersAllen Kay3-0/+1399
2012-06-21Introduce Xen PCI Passthrough, qdeviceAllen Kay5-0/+1075
2012-06-21qdev-properties: Introduce pci-host-devaddr.Anthony PERARD2-0/+110
2012-06-21pci.c: Add opaque argument to pci_for_each_device.Anthony PERARD3-9/+14
2012-06-21Introduce XenHostPCIDevice to access a pci device on the host.Anthony PERARD3-0/+452
2012-06-21pci_ids: Add INTEL_82599_SFP_VF id.Anthony PERARD1-0/+1
2012-06-21xilinx_timer: Fixed deadlock issuePeter A. G. Crosthwaite1-1/+1
2012-06-21xilinx_timer: Removed include of qemu-timerPeter A. G. Crosthwaite1-1/+0
2012-06-21xenstore: Use <xenstore.h>Anthony PERARD1-1/+5
2012-06-21xen: Reorganize includes of Xen headers.Anthony PERARD5-25/+12
2012-06-20uhci: fix uhci_async_cancel_allGerd Hoffmann1-2/+2
2012-06-20usb-host: live migration supportGerd Hoffmann1-1/+46
2012-06-20usb-host: attach only to running guestGerd Hoffmann1-15/+17
2012-06-20ehci: tracing improvementsGerd Hoffmann1-2/+5
2012-06-20usb: restore USBDevice->attached on vmloadGerd Hoffmann1-0/+13
2012-06-20ehci: add live migration supportGerd Hoffmann1-6/+56
2012-06-20hw/pxa2xx_pic: Convert coprocessor registers to new schemePeter Maydell1-22/+31
2012-06-20hw/pxa2xx.c: Convert CLKCFG and PWRMODE cp14 regsPeter Maydell1-100/+71
2012-06-20hw/pxa2xx: Convert cp14 perf registers to new schemePeter Maydell1-81/+61
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana15-20/+31
2012-06-19Add PIIX4 properties to control PM system states.Gleb Natapov8-11/+32
2012-06-19make: automatically include dependencies in recursive subdir rules (v2)Anthony Liguori2-1/+2
2012-06-19arm_boot: Conditionalised DTB command line updatePeter A. G. Crosthwaite1-4/+6
2012-06-19cadence_ttc: changed master clock frequencyPeter A. G. Crosthwaite1-1/+1
2012-06-19cadence_gem: avoid stack-writing buffer-overrunJim Meyering1-1/+1
2012-06-19hw/a9mpcore: Fix compilation failure if physaddrs are 64 bitPeter Maydell1-1/+1
2012-06-19hw/omap.h: Drop broken MEM_VERBOSE tracingPeter Maydell1-95/+0
2012-06-19hw/armv7m_nvic: Make the NVIC a freestanding classPeter Maydell5-240/+371
2012-06-19hw/arm_gic: Move CPU interface memory region setup into arm_gic_initPeter Maydell2-14/+14
2012-06-19hw/arm_gic.c: Make NVIC interrupt numbering a runtime settingPeter Maydell1-8/+4
2012-06-19hw/arm_gic: Make CPU target registers RAZ/WI on uniprocessorPeter Maydell1-23/+33
2012-06-19hw/arm_gic: Add qdev property for GIC revisionPeter Maydell4-0/+15
2012-06-19hw/armv7m_nvic: Use MemoryRegions for NVIC specific registersPeter Maydell2-28/+79
2012-06-19hw/arm_gic: Move NVIC specific reset to armv7m_nvic_resetPeter Maydell2-10/+7
2012-06-19hw/arm_gic: Remove the special casing of NCPU for the NVICPeter Maydell2-23/+5
2012-06-19hw/arm_gic: Remove NVIC ifdefs from gic_state structPeter Maydell1-12/+3
2012-06-19arm_boot: Fix typos in commentAndreas Färber1-2/+2
2012-06-19ARM: Exynos4210 IRQ: Introduce new IRQ gate functionality.Evgeny Voevodin3-55/+57