]> git.proxmox.com Git - qemu.git/history - hw
libcacard: add list of exported symbols
[qemu.git] / hw /
2013-01-12 Paolo Bonzinibuild: remove CONFIG_SMARTCARD
2013-01-12 Paolo Bonziniqemu-option: move standard option definitions out of...
2013-01-12 Blue SwirlMerge branch 'target-arm.next' of git://git.linaro...
2013-01-12 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2013-01-12 Blue SwirlMerge branch 's390-reorg' of git://repo.or.cz/qemu/rth
2013-01-12 Julien Grallhw/pc.c: add ULL suffix in ioport80_read and ioportF0_r...
2013-01-11 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-01-11 Anthony LiguoriMerge remote-tracking branch 'kraxel/q35.1' into staging
2013-01-11 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/prep-up'...
2013-01-11 Julien Grallhw/pc.c: Fix converting of ioport_register* to MemoryRegion
2013-01-11 Stefan WeilReplace remaining gmtime, localtime by gmtime_r, localt...
2013-01-11 Gerd Hoffmannpc: rename machine types
2013-01-11 Gerd Hoffmannq35: add ich9 intel hda controller
2013-01-10 Paolo Bonzinivirtio-scsi: abort in-flight I/O when the device is...
2013-01-10 Paolo Bonziniqdev: add qbus_reset_all
2013-01-10 Andreas FärberMake all static TypeInfos const
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-10 Anthony LiguoriMerge remote-tracking branch 'kraxel/build.1' into...
2013-01-10 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/qemu-1...
2013-01-08 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2013-01-08 Alex Williamsonvfio-pci: Loosen sanity checks to allow future features
2013-01-08 Alex Williamsonvfio-pci: Make host MSI-X enable track guest
2013-01-08 Andreas Färberqdev: Don't assume existence of parent bus on unparenting
2013-01-08 Eduardo Habkostqdev: Include qdev code into *-user, too
2013-01-08 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.75' into staging
2013-01-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-01-08 Gerd Hoffmannuhci: stop using portio lists
2013-01-08 Hans de Goedeusbredir: Add support for buffered bulk input (v2)
2013-01-07 Alexander GrafPPC: Bring EPR support closer to reality
2013-01-07 Stuart YoderPPC: KVM: set has-idle in guest device tree
2013-01-07 Scott Woodopenpic: fix CTPR and de-assertion of interrupts
2013-01-07 Scott Woodopenpic: move IACK to its own function
2013-01-07 Scott Woodopenpic: IRQ_check: search the queue a word at a time
2013-01-07 Scott Woodopenpic: fix sense and priority bits
2013-01-07 Scott Woodopenpic: add some bounds checking for IRQ numbers
2013-01-07 Scott Woodopenpic: use standard bitmap operations
2013-01-07 Scott WoodRevert "openpic: Accelerate pending irq search"
2013-01-07 Scott Woodopenpic: always call IRQ_check from IRQ_get_next
2013-01-07 Scott Woodopenpic/fsl: critical interrupts ignore mask before...
2013-01-07 Scott Woodopenpic: make ctpr signed
2013-01-07 Scott Woodopenpic: rework critical interrupt support
2013-01-07 Scott Woodopenpic: make register names correspond better with...
2013-01-07 Scott Woodopenpic: lower interrupt when reading the MSI register
2013-01-07 Scott Woodopenpic: fix debug prints
2013-01-07 Bharat BhushanPPC: Reset qemu timers when guest reset
2013-01-07 Alexander Grafopenpic: fix coding style issues
2013-01-07 Scott Woodopenpic: don't crash on a register access without a...
2013-01-07 Scott Woodopenpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/
2013-01-07 Scott Woodopenpic: BRR1 is not a CPU-specific register.
2013-01-07 Scott Woodopenpic: support large vectors on FSL mpic
2013-01-07 Scott Woodopenpic: remove pcsr (CPU sensitivity register)
2013-01-07 Scott Woodopenpic: symbolicize some magic numbers
2013-01-07 Liming Wangexynos4210: Add EHCI support
2013-01-07 Andreas Färberusb/ehci: Add SysBus EHCI device for Exynos4210
2013-01-07 Andreas Färberusb/ehci: Move capsbase and opregbase into SysBus EHCI...
2013-01-07 Andreas Färberusb/ehci: Clean up SysBus and PCI EHCI split
2013-01-07 Gerd Hoffmannxhci: call set-address with dummy usbpacket
2013-01-07 Hans de Goedeusb-redir: Add debugging to bufpq save / restore
2013-01-07 Hans de Goedeusbredir: Add usbredir_init_endpoints() helper
2013-01-07 Hans de Goedeusbredir: Verify we have 32 bits bulk length cap when...
2013-01-07 Hans de Goedeusbredir: Add ep_stopped USBDevice method
2013-01-07 Hans de Goedeusbredir: Add USBEP2I and I2USBEP helper macros
2013-01-07 Hans de Goedeusbredir: Add an usbredir_stop_ep helper function
2013-01-07 Hans de Goedeusb: Add an usb_device_ep_stopped USBDevice method
2013-01-07 Hans de Goedeusb: Fix usb_ep_find_packet_by_id
2013-01-07 Hans de Goedehid: Change idle handling to use a timer
2013-01-07 Hans de Goedeuhci: Maximize how many frames we catch up when behind
2013-01-07 Hans de Goedeuhci: Limit amount of frames processed in one go
2013-01-07 Hans de Goedeuhci: Add a QH_VALID define
2013-01-07 Hans de Goedeuhci: Fix pending interrupts getting lost on migration
2013-01-07 Hans de Goedeuhci: Fix 1 ms delay in interrupt reporting to the...
2013-01-07 Hans de Goedeehci: Don't call commit_irq after raising PCD
2013-01-07 Hans de Goedeehci: Further speedup rescanning if async schedule...
2013-01-07 Hans de Goedeehci: Use uframe precision for interrupt threshold...
2013-01-07 Hans de Goedeehci: Verify a queue's ep direction does not change
2013-01-07 Hans de Goedeehci: Add an ehci_get_pid helper function
2013-01-07 Hans de Goedeehci: Verify qtd for async completed packets
2013-01-07 Hans de Goedeehci: writeback_async_complete_packet: verify qh and qtd
2013-01-07 Hans de Goedeehci: Move get / put_dwords upwards
2013-01-07 Hans de Goedeehci: Verify guest does not change the token of infligh...
2013-01-07 Hans de Goedeehci: Add ehci_verify_qh and ehci_verify_qtd helper...
2013-01-07 Hans de Goedeehci: Add a ehci_writeback_async_complete_packet helper...
2013-01-07 Amos Kongrtl8139: preserve link state across device reset
2013-01-07 Amos Konge1000: no need auto-negotiation if link was down
2013-01-07 Michael Contrerase1000: Discard oversized packets based on SBP|LPE
2013-01-06 Blue SwirlRevert "virtio-pci: replace byte swap hack"
2013-01-06 Blue Swirlvirtio-pci: replace byte swap hack
2013-01-05 Stefan Weilhw/i386: Fix broken build for non POSIX hosts
2013-01-04 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-01-04 Anthony LiguoriMerge remote-tracking branch 'kraxel/testdev.1' into...
2013-01-04 Anthony LiguoriMerge remote-tracking branch 'kraxel/acpi.2' into staging
2013-01-04 Stefan Weilhw/mcf5206: Reduce size of lookup table
2013-01-04 Stefan Weilpseries: Remove unneeded include statement (fixes MinGW...
2013-01-04 Markus Armbrusterpc_sysfw: Check for qemu_find_file() failure
2013-01-04 Gerd Hoffmannpc: remove bochs bios debug ports
2013-01-04 Lucas Meneghel Rod... hw: Add test device for unittests execution
2013-01-04 Gerd Hoffmannadd isa-debug-exit device.
2013-01-04 Gerd Hoffmannswitch debugcon to memory api
2013-01-04 Gerd Hoffmannapci: assign memory regions to ich9 lpc device
2013-01-04 Gerd Hoffmannapci: assign memory regions to piix4 acpi device
next