summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-30Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-11/+10
2012-11-30Merge remote-tracking branch 'spice/spice.v65' into stagingAnthony Liguori1-0/+1
2012-11-30Merge remote-tracking branch 'kraxel/usb.73' into stagingAnthony Liguori6-0/+12
2012-11-30atapi: make change media detection for guests easierPavel Hrdina2-11/+10
2012-11-29virtio: limit avail bytes lookaheadMichael S. Tsirkin4-12/+20
2012-11-29qdev: relax bus type check in qdev_device_add() (v2)Anthony Liguori1-3/+2
2012-11-29ehci-sysbus: Attach DMA context.Peter Crosthwaite1-0/+1
2012-11-29usb: fail usbdevice_create() when there is no USB busStefan Hajnoczi1-0/+7
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann4-0/+4
2012-11-29qxl: reload memslots after migration, when qxl is in UNDEFINED modeYonit Halperin1-0/+1
2012-11-28Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-5/+7
2012-11-28Merge remote-tracking branch 'agraf/s390-for-upstream-1.3' into stagingAnthony Liguori2-2/+2
2012-11-28Merge remote-tracking branch 'agraf/ppc-for-upstream-1.3' into stagingAnthony Liguori2-3/+5
2012-11-28virtio-scsi: Fix subtle (guest) endian bugDavid Gibson1-2/+2
2012-11-28virtio-scsi: Fix some endian bugs with virtio-scsiDavid Gibson1-3/+5
2012-11-27rtc: Only call rtc_set_cmos when Register B SET flag is disabled.Alex Horn1-1/+5
2012-11-27virtio-rng: do not use g_assert_cmpintPaolo Bonzini1-2/+1
2012-11-26virtio-rng: fix typos, commentsAmit Shah1-4/+3
2012-11-26virtio-rng: disable timer on device removalAmit Shah1-0/+2
2012-11-26virtio-rng: remove extra request for entropyAmit Shah1-7/+0
2012-11-26virtio-rng: use virtqueue_get_avail_bytes, fix migrationAmit Shah1-64/+12
2012-11-26i8259: Fix PIC_COMMON() macroAndreas Färber1-1/+1
2012-11-26qdev: simplify (de)allocation of busesPaolo Bonzini4-16/+3
2012-11-26qdev: move bus removal to object_unparentPaolo Bonzini1-3/+13
2012-11-26sclp: Fix uninitialized var in handle_write_event_buf().Cornelia Huck1-1/+2
2012-11-26s390: Fix ram_size updating in machine initHeinz Graalfs1-1/+0
2012-11-26pseries: Fix bug in PCI MSI allocationAlexey Kardashevskiy1-1/+1
2012-11-26hw/ide/macio: Fix segfault caused by NULL DMAContext*Peter Maydell1-2/+4