summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-12-11use qemu_opts_create_nofailDong Xu Wang1-1/+1
2012-12-11Support default block interfaces per QEMUMachineChristian Borntraeger14-44/+30
2012-12-11virtio-blk: Remove duplicate property definitionDavid Gibson2-2/+0
2012-12-10Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2-13/+6
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori8-22/+19
2012-12-10Merge remote-tracking branch 'kraxel/acpi.1' into stagingAnthony Liguori11-415/+317
2012-12-10Merge remote-tracking branch 'kraxel/usb.74' into stagingAnthony Liguori13-9/+168
2012-12-08Merge branch 'master' of git.qemu-project.org:/pub/git/qemuBlue Swirl2-5/+6
2012-12-07pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error pathMarkus Armbruster1-1/+3
2012-12-07Fix spelling in comments and documentationStefan Weil1-3/+3
2012-12-07Clean up pci_drive_hot_add()'s use of BlockInterfaceTypeMarkus Armbruster2-11/+7
2012-12-07arm: a9mpcore: remove un-used ptimer_iomem fieldPeter Crosthwaite1-1/+0
2012-12-07s390x: Spelling fixes (endianess -> endianness, occured -> occurred)Stefan Weil2-4/+4
2012-12-07sd: Send debug printfery to stderr not stdoutPeter Crosthwaite1-2/+2
2012-12-06qdev: qdev_create(): use error_report() instead of hw_error()Eduardo Habkost1-3/+5
2012-12-06Create qemu-types.h for struct typedefsEduardo Habkost1-10/+1
2012-12-05xilinx_uartlite: Accept input after rx FIFO popPeter Crosthwaite1-0/+1
2012-12-05xilinx_uartlite: suppress "cannot receive message"Peter Crosthwaite1-5/+1
2012-12-05xilinx_axienet: Implement R_IS behaviourPeter Crosthwaite1-0/+4
2012-12-04hw/dma.c: Replace register_ioport_*Julien Grall1-36/+70
2012-12-04hw/pc.c: Replace register_ioport_*Julien Grall1-9/+40
2012-12-04serial: Replace register_ioport_*Julien Grall3-4/+5
2012-12-04hw/cirrus_vga.c: Replace register_ioport_*Julien Grall1-20/+28
2012-12-04hw/apm.c: Replace register_ioport_*Julien Grall5-9/+25
2012-12-04isa: Add isa_address_space_io()Julien Grall2-0/+10
2012-12-04usb-tablet: Allow connecting to ehciHans de Goede2-1/+93
2012-12-04ehci: Lower timer freq when the periodic schedule is idleHans de Goede2-6/+34
2012-12-04usb: Allow overriding of usb_desc at the device levelHans de Goede2-0/+4
2012-12-04usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede4-0/+7
2012-12-04usb: Call wakeup when data becomes available for all devices with int epsHans de Goede4-0/+17
2012-12-04add pc-1.4Gerd Hoffmann1-2/+13
2012-12-04acpi: drop debug portGerd Hoffmann1-9/+0
2012-12-04q35: update lpc pci config space according to configured devicesGerd Hoffmann3-12/+30
2012-12-04apci: switch piix4 pci hotplug to memory apiGerd Hoffmann1-8/+29
2012-12-04acpi: remove acpi_gpe_blkGerd Hoffmann4-11/+0
2012-12-04apci: switch piix4 gpe to memory apiGerd Hoffmann1-6/+18
2012-12-04acpi: fix piix4 smbus mappingGerd Hoffmann1-1/+19
2012-12-04acpi: switch smbus to memory apiGerd Hoffmann5-50/+33
2012-12-04acpi: cleanup ich9 memory regionGerd Hoffmann1-124/+1
2012-12-04apci: switch ich9 smi to memory apiGerd Hoffmann2-10/+37
2012-12-04apci: switch ich9 gpe to memory apiGerd Hoffmann2-10/+29
2012-12-04acpi: cleanup vt82c686 memory regionGerd Hoffmann1-60/+1
2012-12-04acpi: cleanup piix4 memory regionGerd Hoffmann1-40/+1
2012-12-04apci: switch evt to memory apiGerd Hoffmann5-55/+54
2012-12-04apci: switch cnt to memory apiGerd Hoffmann5-31/+36
2012-12-04apci: switch timer to memory apiGerd Hoffmann5-17/+23
2012-12-04apci: switch vt82c686 to memory apiGerd Hoffmann1-10/+27
2012-12-04apci: switch ich9 to memory apiGerd Hoffmann2-17/+28
2012-12-04apci: switch piix4 to memory apiGerd Hoffmann1-17/+24
2012-12-03e1000: Discard packets that are too long if !SBP and !LPEMichael Contreras1-0/+10