Sign in
qemu
/
qemu
/
fe0bd475aa31e60674f7f53b85dc293108026202
/
hw
536b558
Merge branch 'master' of git.qemu-project.org:/pub/git/qemu
by Blue Swirl
· 12 years ago
80625b9
xilinx_uartlite: Accept input after rx FIFO pop
by Peter Crosthwaite
· 12 years ago
859cc10
xilinx_uartlite: suppress "cannot receive message"
by Peter Crosthwaite
· 12 years ago
d4d230d
xilinx_axienet: Implement R_IS behaviour
by Peter Crosthwaite
· 12 years ago
5822993
hw/dma.c: Replace register_ioport_*
by Julien Grall
· 12 years ago
258711c
hw/pc.c: Replace register_ioport_*
by Julien Grall
· 12 years ago
568fd15
serial: Replace register_ioport_*
by Julien Grall
· 12 years ago
c75e6d8
hw/cirrus_vga.c: Replace register_ioport_*
by Julien Grall
· 12 years ago
42d8a3c
hw/apm.c: Replace register_ioport_*
by Julien Grall
· 12 years ago
ac10027
isa: Add isa_address_space_io()
by Julien Grall
· 12 years ago
b0d9ffc
e1000: Discard packets that are too long if !SBP and !LPE
by Michael Contreras
· 12 years ago
90e0793
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
3235f92
Merge remote-tracking branch 'spice/spice.v65' into staging
by Anthony Liguori
· 12 years ago
923fd98
Merge remote-tracking branch 'kraxel/usb.73' into staging
by Anthony Liguori
· 12 years ago
0c6f08b
atapi: make change media detection for guests easier
by Pavel Hrdina
· 12 years ago
e1f7b48
virtio: limit avail bytes lookahead
by Michael S. Tsirkin
· 12 years ago
e912c96
qdev: relax bus type check in qdev_device_add() (v2)
by Anthony Liguori
· 12 years ago
2b29f49
ehci-sysbus: Attach DMA context.
by Peter Crosthwaite
· 12 years ago
c128d6a
usb: fail usbdevice_create() when there is no USB bus
by Stefan Hajnoczi
· 12 years ago
6c2d1c3
usb: tag usb host adapters as not hotpluggable.
by Gerd Hoffmann
· 12 years ago
fa98efe
qxl: reload memslots after migration, when qxl is in UNDEFINED mode
by Yonit Halperin
· 12 years ago
e6451fd
Merge remote-tracking branch 'bonzini/scsi-next' into staging
by Anthony Liguori
· 12 years ago
0a6b2ac
Merge remote-tracking branch 'agraf/s390-for-upstream-1.3' into staging
by Anthony Liguori
· 12 years ago
7e68494
Merge remote-tracking branch 'agraf/ppc-for-upstream-1.3' into staging
by Anthony Liguori
· 12 years ago
863d105
virtio-scsi: Fix subtle (guest) endian bug
by David Gibson
· 12 years ago
474ee55
virtio-scsi: Fix some endian bugs with virtio-scsi
by David Gibson
· 12 years ago
02c6ccc
rtc: Only call rtc_set_cmos when Register B SET flag is disabled.
by Alex Horn
· 12 years ago
03a36f1
virtio-rng: do not use g_assert_cmpint
by Paolo Bonzini
· 12 years ago
42015c9
virtio-rng: fix typos, comments
by Amit Shah
· 12 years ago
8cc6774
virtio-rng: disable timer on device removal
by Amit Shah
· 12 years ago
4621c17
virtio-rng: remove extra request for entropy
by Amit Shah
· 12 years ago
1441703
virtio-rng: use virtqueue_get_avail_bytes, fix migration
by Amit Shah
· 12 years ago
25d8728
i8259: Fix PIC_COMMON() macro
by Andreas Färber
· 12 years ago
64b625f
qdev: simplify (de)allocation of buses
by Paolo Bonzini
· 12 years ago
667d22d
qdev: move bus removal to object_unparent
by Paolo Bonzini
· 12 years ago
773de5c
sclp: Fix uninitialized var in handle_write_event_buf().
by Cornelia Huck
· 12 years ago
8c7c3c5
s390: Fix ram_size updating in machine init
by Heinz Graalfs
· 12 years ago
70c68cf
pseries: Fix bug in PCI MSI allocation
by Alexey Kardashevskiy
· 12 years ago
d688e52
hw/ide/macio: Fix segfault caused by NULL DMAContext*
by Peter Maydell
· 12 years ago
b5007bc
hmp: do not crash on invalid SCSI hotplug
by Paolo Bonzini
· 12 years ago
21022c9
q35: Add kvmclock support
by Jan Kiszka
· 12 years ago
243b951
q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic
by Jan Kiszka
· 12 years ago
21bcfdd
q35: Suppress SMM BIOS initialization under KVM
by Jan Kiszka
· 12 years ago
a1c9304
ich9: Add i82801b11 dmi-to-pci bridge
by Jason Baron
· 12 years ago
df2d8b3
q35: Introduce q35 pc based chipset emulator
by Isaku Yamahata
· 12 years ago
678e7b9
ich9: Add smbus
by Jason Baron
· 12 years ago
4d00636
ich9: Add the lpc chip
by Jason Baron
· 12 years ago
e516572
ich9: Add acpi support and definitions
by Jason Baron
· 12 years ago
410edd9
pc/piix_pci: factor out smram/pam logic
by Isaku Yamahata
· 12 years ago
d8ee038
pc_piix: Move kvm irq routing functions out of pc_piix.c
by Jason Baron
· 12 years ago
a39e356
pc: Move ioapic_init() from pc_piix.c to pc.c
by Jason Baron
· 12 years ago
9011a1a
pc, pc_piix: split out pc nic initialization
by Isaku Yamahata
· 12 years ago
95a6e48
Merge remote-tracking branch 'kraxel/usb.72' into staging
by Anthony Liguori
· 12 years ago
723aedd
usb-redir: Don't handle interrupt output packets async
by Hans de Goede
· 12 years ago
234e810
usb-redir: Split usb_handle_interrupt_data into separate in/out functions
by Hans de Goede
· 12 years ago
c402074
usb-smartcard-reader: Properly NAK interrupt eps when we've no events
by Hans de Goede
· 12 years ago
33c1a68
usb-bt: Return NAK instead of STALL when interrupt ep has no data
by Hans de Goede
· 12 years ago
71d2c9c
uhci: Fix double unlink
by Hans de Goede
· 12 years ago
1cbdde9
uhci: Don't allow the guest to set port-enabled when there is no dev connected
by Hans de Goede
· 12 years ago
8879381
uhci: Add a completions_only flag for async completions
by Hans de Goede
· 12 years ago
72bcca7
ide: Fix status register after short PRDs
by Kevin Wolf
· 12 years ago
038268e
ide: Fix crash with too long PRD
by Kevin Wolf
· 12 years ago
ad1db3b
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
5cc82c2
Merge remote-tracking branch 'kraxel/usb.71' into staging
by Anthony Liguori
· 12 years ago
698229e
Merge remote-tracking branch 'amit/loadvm-irq-inj-fix' into staging
by Anthony Liguori
· 12 years ago
f44d771
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
by Anthony Liguori
· 12 years ago
d167dac
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 12 years ago
ab4dd33
Merge branch 'vga.1' of git://git.kraxel.org/qemu
by Blue Swirl
· 12 years ago
500054f
virtio-rng-pci: create a default backend if none exists
by Anthony Liguori
· 12 years ago
904d6f5
virtio-rng: add rate limiting support
by Anthony Liguori
· 12 years ago
16c915b
virtio-rng: hardware random number generator device
by Amit Shah
· 13 years ago
71e0aa3
usb-host: fix splitted transfers
by Gerd Hoffmann
· 12 years ago
8c908fc
usb-host: update tracing
by Gerd Hoffmann
· 12 years ago
618fbc9
usb-redir: Set default debug level to warning
by Hans de Goede
· 12 years ago
2cb343b
usb-redir: Only add actually in flight packets to the in flight queue
by Hans de Goede
· 12 years ago
55903f1
ehci: handle dma errors
by Gerd Hoffmann
· 12 years ago
4086230
ehci: keep the frame timer running in case the guest asked for frame list rollover interrupts
by Gerd Hoffmann
· 12 years ago
2c7b15c
ehci: Don't verify the next pointer for periodic qh-s and qtd-s
by Hans de Goede
· 12 years ago
601a234
ehci: Better detection for qtd-s linked in circles
by Hans de Goede
· 12 years ago
ff80ce5
ehci: Fixup q->qtdaddr after cancelling an already completed packet
by Hans de Goede
· 12 years ago
30d68cf
ehci: Don't access packet after freeing it
by Hans de Goede
· 12 years ago
537e8f1
usb: host-linux: Ignore parsing errors of the device descriptors
by Jan Kiszka
· 12 years ago
c96c53b
vga: fix mmio vga register mapping
by Gerd Hoffmann
· 12 years ago
df9ffb7
vga: fix bochs alignment issue
by Gerd Hoffmann
· 12 years ago
c06c68c
usb-host: scan for usb devices when the vm starts
by Gerd Hoffmann
· 12 years ago
155de06
usb: Fix (another) bug in usb_packet_map() for IOMMU handling
by David Gibson
· 12 years ago
4ea375b
fix live migration
by Gerd Hoffmann
· 12 years ago
80dcfb8
virtio-serial-bus: post_load send_event when vm is running
by Alon Levy
· 12 years ago
68d0019
mips/malta: fix CBUS UART interrupt pin
by Aurelien Jarno
· 12 years ago
074a86f
qdev: Split up header so it can be used in cpu.h
by Anthony Liguori
· 13 years ago
5202ef9
Move qemu_irq typedef out of qemu-common.h
by Igor Mammedov
· 12 years ago
b0b873a
acpi_piix4: fix migration of gpe fields
by Marcelo Tosatti
· 12 years ago
b618f4a
megasas: Use bdrv_drain_all instead of qemu_aio_flush
by Kevin Wolf
· 12 years ago
cd30b53
fdc: remove last usage of FD_STATE_SEEK
by Hervé Poussineau
· 12 years ago
c83f97b
fdc: fix typo in zero constant
by Hervé Poussineau
· 13 years ago
27c86e2
fdc: remove double affectation of FD_MSR_CMDBUSY flag
by Hervé Poussineau
· 13 years ago
7ea004e
fdc: implement VERIFY command
by Hervé Poussineau
· 12 years ago
075f553
fdc: fix false FD_SR0_SEEK
by Hervé Poussineau
· 12 years ago
d6ed4e2
fdc: fix FD_SR0_SEEK for initial seek on DMA transfers
by Hervé Poussineau
· 12 years ago
c5139bd
fdc: fix FD_SR0_SEEK for non-DMA transfers and multi sectors transfers
by Hervé Poussineau
· 12 years ago
Next »