aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-02-03sb16: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-5/+18
2016-02-03gus: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-7/+13
2016-02-03cs4231a: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-8/+15
2016-02-03fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-17/+46
2016-02-03sparc64: disable floppy DMAHervé Poussineau1-1/+14
2016-02-03sparc: disable floppy DMAHervé Poussineau1-0/+2
2016-02-03magnum: disable floppy DMA for nowHervé Poussineau1-1/+2
2016-02-03i8257: implement the IsaDma interfaceHervé Poussineau1-31/+117
2016-02-03isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau1-0/+21
2016-02-03i8257: move state definition to new independent headerHervé Poussineau1-34/+1
2016-02-03i8257: QOM'ifyHervé Poussineau1-53/+107
2016-02-03i8257: add missing constHervé Poussineau1-1/+1
2016-02-03i8257: make the DMA running method per controllerHervé Poussineau1-41/+34
2016-02-03i8257: rename functions to start with i8257_ prefixHervé Poussineau1-45/+46
2016-02-03i8257: rename struct dma_regs to I8257RegsHervé Poussineau1-20/+20
2016-02-03i8257: rename struct dma_cont to I8257StateHervé Poussineau1-20/+23
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau8-8/+8
2016-02-03i82374: device only existed as ISA device, so simplify deviceHervé Poussineau1-39/+19
2016-02-03fdc: fix detection under LinuxJohn Snow1-0/+16
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann3-0/+26
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann2-2/+6
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann1-17/+36
2016-02-03virtio-gpu: fix memory leak in error pathGerd Hoffmann1-1/+2
2016-02-02Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...Peter Maydell3-34/+121
2016-02-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160202-1' into s...Peter Maydell1-4/+7
2016-02-02virtio-scsi: Catch BDS-BB removal/insertionMax Reitz1-0/+55
2016-02-02virtio-blk: Functions for op blocker managementMax Reitz1-18/+59
2016-02-02Revert "hw/block/fdc: Implement tray status"Max Reitz1-16/+7
2016-02-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20160202-1' into...Peter Maydell18-5/+18
2016-02-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-fwcfg-20160202-1' into...Peter Maydell1-36/+4
2016-02-02ehci: update irq on resetGerd Hoffmann1-0/+1
2016-02-02usb: check page select value while processing iTDPrasad J Pandit1-4/+6
2016-02-02audio: Clean up includesPeter Maydell18-5/+18
2016-02-02ivshmem: use a single eventfd callback, get rid of CharDriverMarc-André Lureau1-37/+18
2016-02-02ivshmem: generalize ivshmem_setup_interruptsMarc-André Lureau1-11/+12
2016-02-02ivshmem: remove redundant assignment, fix crash with msi=offMarc-André Lureau1-3/+0
2016-02-02ivshmem: no need for opaque argumentMarc-André Lureau1-2/+2
2016-02-02nvme: generate OpenFirmware device path in the "bootorder" fw_cfg fileLaszlo Ersek1-36/+4
2016-01-30target-ppc: Helper to determine page size information from hpte aloneDavid Gibson1-19/+6
2016-01-30target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson1-42/+4
2016-01-30target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson1-16/+15
2016-01-30uninorth.c: add support for UniNorth kMacRISCPCIAddressSelect (0x48) registerProgrammingkid1-0/+9
2016-01-30cuda.c: return error for unknown commandsAlyssa Milburn1-0/+5
2016-01-30pseries: Allow TCG h_enter to work with hotplugged memoryDavid Gibson1-2/+17
2016-01-30pseries: Clean up error reporting in htab migration functionsDavid Gibson1-6/+6
2016-01-30pseries: Clean up error reporting in ppc_spapr_init()David Gibson1-11/+12
2016-01-30pseries: Clean up error handling in xics_system_init()David Gibson1-3/+3
2016-01-30pseries: Clean up error handling in spapr_rtas_register()David Gibson1-9/+3
2016-01-30pseries: Clean up error handling in spapr_vga_init()David Gibson1-5/+5
2016-01-30pseries: Clean up error handling in spapr_validate_node_memory()David Gibson1-15/+22