aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-12-04serial: Replace register_ioport_*Julien Grall
2012-12-04hw/cirrus_vga.c: Replace register_ioport_*Julien Grall
2012-12-04hw/apm.c: Replace register_ioport_*Julien Grall
2012-12-04isa: Add isa_address_space_io()Julien Grall
2012-12-04usb-tablet: Allow connecting to ehciHans de Goede
2012-12-04ehci: Lower timer freq when the periodic schedule is idleHans de Goede
2012-12-04usb: Allow overriding of usb_desc at the device levelHans de Goede
2012-12-04usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede
2012-12-04usb: Call wakeup when data becomes available for all devices with int epsHans de Goede
2012-12-04add pc-1.4Gerd Hoffmann
2012-12-04acpi: drop debug portGerd Hoffmann
2012-12-04q35: update lpc pci config space according to configured devicesGerd Hoffmann
2012-12-04apci: switch piix4 pci hotplug to memory apiGerd Hoffmann
2012-12-04acpi: remove acpi_gpe_blkGerd Hoffmann
2012-12-04apci: switch piix4 gpe to memory apiGerd Hoffmann
2012-12-04acpi: fix piix4 smbus mappingGerd Hoffmann
2012-12-04acpi: switch smbus to memory apiGerd Hoffmann
2012-12-04acpi: cleanup ich9 memory regionGerd Hoffmann
2012-12-04apci: switch ich9 smi to memory apiGerd Hoffmann
2012-12-04apci: switch ich9 gpe to memory apiGerd Hoffmann
2012-12-04acpi: cleanup vt82c686 memory regionGerd Hoffmann
2012-12-04acpi: cleanup piix4 memory regionGerd Hoffmann
2012-12-04apci: switch evt to memory apiGerd Hoffmann
2012-12-04apci: switch cnt to memory apiGerd Hoffmann
2012-12-04apci: switch timer to memory apiGerd Hoffmann
2012-12-04apci: switch vt82c686 to memory apiGerd Hoffmann
2012-12-04apci: switch ich9 to memory apiGerd Hoffmann
2012-12-04apci: switch piix4 to memory apiGerd Hoffmann
2012-12-03e1000: Discard packets that are too long if !SBP and !LPEMichael Contreras
2012-11-30Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-11-30Merge remote-tracking branch 'spice/spice.v65' into stagingAnthony Liguori
2012-11-30Merge remote-tracking branch 'kraxel/usb.73' into stagingAnthony Liguori
2012-11-30atapi: make change media detection for guests easierPavel Hrdina
2012-11-29virtio: limit avail bytes lookaheadMichael S. Tsirkin
2012-11-29qdev: relax bus type check in qdev_device_add() (v2)Anthony Liguori
2012-11-29ehci-sysbus: Attach DMA context.Peter Crosthwaite
2012-11-29usb: fail usbdevice_create() when there is no USB busStefan Hajnoczi
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann
2012-11-29qxl: reload memslots after migration, when qxl is in UNDEFINED modeYonit Halperin
2012-11-28Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-11-28Merge remote-tracking branch 'agraf/s390-for-upstream-1.3' into stagingAnthony Liguori
2012-11-28Merge remote-tracking branch 'agraf/ppc-for-upstream-1.3' into stagingAnthony Liguori
2012-11-28virtio-scsi: Fix subtle (guest) endian bugDavid Gibson
2012-11-28virtio-scsi: Fix some endian bugs with virtio-scsiDavid Gibson
2012-11-27rtc: Only call rtc_set_cmos when Register B SET flag is disabled.Alex Horn
2012-11-27virtio-rng: do not use g_assert_cmpintPaolo Bonzini
2012-11-26virtio-rng: fix typos, commentsAmit Shah
2012-11-26virtio-rng: disable timer on device removalAmit Shah
2012-11-26virtio-rng: remove extra request for entropyAmit Shah
2012-11-26virtio-rng: use virtqueue_get_avail_bytes, fix migrationAmit Shah