]> git.proxmox.com Git - qemu.git/history - include
Merge remote-tracking branch 'mjt/trivial-patches' into staging
[qemu.git] / include /
2013-05-02 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-05-01 Stefan WeilTrivial grammar and spelling fixes
2013-04-30 Michael S. Tsirkinsysemu: drop register_devices from header
2013-04-30 Hu Taopvpanic: create pvpanic by default for machine 1.5
2013-04-30 Hu Taofw_cfg: add required header files
2013-04-30 Hu Taoadd a new qevent: QEVENT_GUEST_PANICKED
2013-04-30 Hu Taoadd a new runstate: RUN_STATE_GUEST_PANICKED
2013-04-29 Paolo Bonziniaudio: look for the ISA and PCI buses
2013-04-29 Paolo Bonziniaudio: remove HAS_AUDIO
2013-04-29 Paolo Bonziniaudio: remove the need for audio card CONFIG_* symbols
2013-04-29 Andreas Färberserial: QOM'ify ISA serial
2013-04-29 Andreas Färberpcspk: QOM'ify
2013-04-29 Andreas Färbermc146818rtc: QOM'ify
2013-04-29 Andreas Färberi8259: QOM cleanups
2013-04-29 Andreas Färberfdc: QOM'ify ISA floppy controller
2013-04-29 Anthony LiguoriMerge remote-tracking branch 'bonzini/migration-writev...
2013-04-29 Anthony LiguoriMerge remote-tracking branch 'alon/libcacard_ccid.2...
2013-04-29 Paolo Bonziniwin32: add readv/writev emulation
2013-04-27 Richard Hendersontcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION
2013-04-26 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://github.com...
2013-04-26 Dominik DingelCommon: Add quick access to first boot device
2013-04-25 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-25 Ed MasteRemove unnecessary FreeBSD #include
2013-04-25 Gerd Hoffmannconsole: zap ds arg from register_displaychangelistener
2013-04-25 Gerd Hoffmannconsole: add qemu_console_lookup_by_device
2013-04-25 Gerd Hoffmannconsole: add device link to QemuConsoles
2013-04-25 Gerd Hoffmannconsole: qom-ify QemuConsole
2013-04-24 Markus Armbrusterpc: Kill the "use flash device for BIOS unless KVM...
2013-04-24 Anthony LiguoriMerge remote-tracking branch 'alon/libcacard_ccid.1...
2013-04-24 KONRAD Fredericvirtio: drop unused function prototypes.
2013-04-24 KONRAD Fredericvirtio: cleanup: init and exit function.
2013-04-24 KONRAD Fredericvirtio: remove virtiobindings.
2013-04-24 KONRAD Fredericvirtio: remove the function pointer.
2013-04-24 KONRAD Fredericvirtio-bus: add new functions.
2013-04-24 KONRAD Fredericvirtio-rng: cleanup: use QOM casts.
2013-04-24 KONRAD Fredericvirtio-rng: cleanup: remove qdev field.
2013-04-24 KONRAD Fredericvirtio-rng: cleanup: init and exit functions.
2013-04-24 KONRAD Fredericvirtio-rng: add virtio-rng device.
2013-04-24 KONRAD Fredericvirtio-rng: don't use pointer for configuration.
2013-04-24 Gerd Hoffmanninput: introduce keyboard handler list
2013-04-24 Gerd Hoffmanninput: make QEMUPutLEDEntry + QEMUPutMouseEntry private
2013-04-24 Hu Taoich9: kill cmos_s3
2013-04-24 Alon Levyccid-card-passthru, dev-smartcard-reader: add debug...
2013-04-23 Stefan BergerMove TPM passthrough specific command line options...
2013-04-22 Satoru MoriyaAdd option to mlock qemu and guest memory
2013-04-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-04-22 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2013-04-22 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-04-22 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-22 Kevin Wolfblock: Remove filename parameter from .bdrv_file_open()
2013-04-22 Kevin Wolfblock: Add driver-specific options for backing files
2013-04-20 Peter Maydellqdev: Drop taddr properties
2013-04-20 Blue SwirlMerge branch 'arm-devs.next' of git://git.linaro.org...
2013-04-20 Blue SwirlMerge branch 'target-arm.next' of git://git.linaro...
2013-04-20 Blue SwirlMerge branch 'linux-user-for-upstream' of git://git...
2013-04-19 Nicholas Bellingervhost-scsi: new device supporting the tcm_vhost Linux...
2013-04-19 Paolo Bonzinivirtio-scsi: create VirtIOSCSICommon
2013-04-19 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-04-19 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-04-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-04-19 Luiz Capitulinovirtio.h: drop unused function prototypes
2013-04-19 Alexey Kardashevskiybswap: fix compiler warning
2013-04-19 Nicholas Bellingervhost: Add vhost_commit callback for SeaBIOS ROM region...
2013-04-19 Dmitry Fleytmanscsi: VMWare PVSCSI paravirtual device implementation
2013-04-18 Paolo Bonziniconfigure: CONFIG_NO_XEN is duplicated
2013-04-18 Paolo Bonzinielfload: use abi_llong/ullong instead of target_llong...
2013-04-18 Paolo Bonzinielfload: only give abi_long/ulong the alignment specifi...
2013-04-18 Paolo Bonzinielfload: use abi_int/uint instead of target_int/uint
2013-04-18 Paolo Bonzinielfload: use abi_short/ushort instead of target_short...
2013-04-17 KONRAD Fredericvirtio-net: cleanup: use QOM cast.
2013-04-17 KONRAD Fredericvirtio-net: add the virtio-net device.
2013-04-17 KONRAD Fredericvirtio: add two functions to VirtioDeviceClass.
2013-04-17 Markus ArmbrusterFix warnings suppressors to honor --disable-werror
2013-04-17 Lei Lichardev: remove the headers of Memory chardev driver
2013-04-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.80' into staging
2013-04-16 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v69' into...
2013-04-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v11' into...
2013-04-16 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2013-04-16 Hans de Goedevirtio-console: Also throttle when less was written...
2013-04-16 Peter Crosthwaitestream: Remove app argument hack
2013-04-16 Peter Crosthwaitestream: Add flow control API
2013-04-16 Gerd Hoffmannconsole: allow pinning displaychangelisteners to consoles
2013-04-16 Gerd Hoffmannconsole: add qemu_console_is_*
2013-04-16 Gerd Hoffmannxen: re-enable refresh interval reporting for xenfb
2013-04-16 Gerd Hoffmannconsole: gui timer fixes
2013-04-16 Gerd Hoffmannconsole: add GraphicHwOps
2013-04-16 Gerd Hoffmannconsole: make DisplayState private to console.c
2013-04-16 Gerd Hoffmannconsole: move gui_update+gui_setup_refresh from vl...
2013-04-16 Gerd Hoffmannconsole: simplify screendump
2013-04-16 Gerd Hoffmannconsole: give each QemuConsole its own DisplaySurface
2013-04-16 Gerd Hoffmannconsole: rename vga_hw_*, add QemuConsole param
2013-04-16 Gerd Hoffmannconsole: displaystate init revamp
2013-04-16 Gerd Hoffmannpixman: render vgafont glyphs into pixman images
2013-04-16 Gerd Hoffmannpixman: add qemu_pixman_color()
2013-04-15 Igor Mammedovcpu: Pass CPUState to *cpu_synchronize_post*()
2013-04-15 Igor Mammedovqdev: Add qdev property for bool type
2013-04-15 Michael S. Tsirkinpci: add pci test device
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-04-15 Andreas Färberqdev: Fix QOM unrealize behavior
2013-04-15 Paolo Bonziniexec: remove useless declarations from memory-internal.h
next