]> git.proxmox.com Git - mirror_qemu.git/history - hw/i8259.c
hw: move headers to include/
[mirror_qemu.git] / hw / i8259.c
2013-04-08 Paolo Bonzinihw: move headers to include/
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-03-01 Paolo Bonzinihw: include hw header files with full paths
2013-01-23 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-01-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread.next...
2013-01-20 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-01-19 Blue SwirlMerge branch 'axp-next' of git://github.com/rth7680...
2013-01-17 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-01-17 Wenchao XiaHMP: add QDict to info callback handler
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
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-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-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-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinimisc: move include files to include/qemu/
2012-12-19 Paolo Bonzinimonitor: move include files to include/monitor/
2012-10-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-10-23 Avi KivityRename target_phys_addr_t to hwaddr
2012-08-29 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2012-08-27 malcRevert "fix some debug printf format strings"
2012-08-27 malcRevert "i8259: add -no-spurious-interrupt-hack option"
2012-08-24 Matthew Ogilviei8259: add -no-spurious-interrupt-hack option
2012-08-24 Matthew Ogilviefix some debug printf format strings
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-02-17 Jan Kiszkai8259: Do not clear level-triggered lines in IRR on...
2012-02-17 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/vnc.2' into staging
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-02-15 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.38' into staging
2012-02-15 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-02-15 Andreas Färberqom: Unify type registration
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-04 Blue SwirlMerge branch 'linux-user-for-upstream' of git://git...
2012-02-04 Blue SwirlMerge branch 'for-upstream' of git://repo.or.cz/qemu...
2012-02-03 Anthony Liguoriqdev: register all types natively through QEMU Object...
2012-01-28 Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-01-27 Anthony Liguoriisa: pic: convert to QEMU Object Model
2012-01-23 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-01-19 Jan Kiszkai8259: Factor out base class for KVM reuse
2012-01-19 Jan Kiszkai8259: Completely privatize PicState
2012-01-03 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/page_desc...
2011-12-20 Hervé Poussineaui8259: give ISA device to isa_register_ioport()
2011-12-20 Hervé Poussineauisa: give ISABus/ISADevice to isa_create(), isa_bus_irq...
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-6...
2011-10-16 Jan Kiszkai8259: Fix coding style
2011-10-16 Jan Kiszkai8259: Convert to qdev
2011-10-16 Jan Kiszkai8259: Eliminate PicState2
2011-10-16 Jan Kiszkai8259: Replace PicState::pics_state with master flag
2011-10-16 Jan Kiszkai8259: PREP: Replace pic_intack_read with pic_read_irq
2011-10-16 Jan Kiszkai8259: Clean up pic_ioport_read
2011-10-16 Jan Kiszkai8259: Fix poll command
2011-10-16 Jan Kiszkai8259: Switch to per-PIC IRQ update
2011-10-16 Jan Kiszkai8259: Clear ELCR on reset
2011-10-16 Jan Kiszkai8259: Update IRQ state after reset
2011-10-16 Jan Kiszkai8259: Reorder intack in pic_read_irq
2011-10-16 Jan Kiszkai8259: Do not update IRQ output after spurious pic_poll...
2011-10-16 Jan Kiszkai8239: Introduce per-PIC output interrupt
2011-10-16 Jan Kiszkai8259: Move pic_set_irq1 after pic_update_irq
2011-10-16 Jan Kiszkai8259: Remove premature inline function attributes
2011-10-16 Jan Kiszkapc: Fix and clean up PIC-to-APIC IRQ path
2011-09-29 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-5...
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/urgen...
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-09-25 Richard Hendersoni8259: Convert to MemoryRegion
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all other clock references to use nanosecond...
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-29 Blue Swirli8259: improve debugging
2010-04-25 Blue Swirlx86: remove dead assignments, spotted by clang analyzer
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-09 Paolo Bonzinimove two variable declarations out of vl.c
2009-09-11 Juan Quintelavmstate: port i8259 device
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-08-24 Avi KivityRoute IOAPIC interrupts via ISA bus
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-04-15 aurel32target-alpha: lower parent irq when irq is lowered.
next