]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2011-08-22 Anthony Liguorichar: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
2011-08-22 Anthony Liguorichar: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
2011-08-22 Anthony Liguorichar: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
2011-08-22 Anthony Liguorichar: rename qemu_chr_read() -> qemu_chr_be_write()
2011-08-22 Anthony Liguorichar: rename qemu_chr_printf() -> qemu_chr_fe_printf()
2011-08-22 Anthony Liguorichar: rename qemu_chr_write() -> qemu_chr_fe_write()
2011-08-22 malctcg/ppc64: fix 16/32 mixup
2011-08-22 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-22 malctcg/ppc64: implement not_i32/64 and ext32u_i64
2011-08-22 malctcg/ppc32: implement deposit_i32
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Michael Rothguest agent: remove uneeded dependencies
2011-08-21 Michael Rothguest agent: remove g_strcmp0 usage
2011-08-21 Avi Kivitymemory: crack wide ioport accesses into smaller ones...
2011-08-21 Avi Kivitymemory: abstract cracking of write access ops into...
2011-08-21 Blue Swirlescc: replace DPRINTFs with tracepoints
2011-08-21 Blue Swirlm48t59: avoid structure holes spotted by pahole
2011-08-21 Blue Swirlescc: avoid structure holes spotted by pahole
2011-08-21 Blue Swirlfdc: avoid structure holes spotted by pahole
2011-08-21 Blue Swirlpcnet: avoid structure holes spotted by pahole
2011-08-21 Blue Swirlesp: avoid structure holes spotted by pahole
2011-08-21 Blue Swirlsun4m: avoid structure holes spotted by pahole
2011-08-21 Blue Swirltcx: avoid structure holes spotted by pahole
2011-08-21 Blue Swirlsun4m_iommu: avoid structure holes spotted by pahole
2011-08-21 Blue Swirlslavio_intctl: avoid structure holes spotted by pahole
2011-08-21 Blue Swirlslavio_misc: avoid structure holes spotted by pahole
2011-08-21 Blue Swirlslavio_timer: avoid structure holes spotted by pahole
2011-08-21 Austin Clementsmonitor: Prevent sign-extension of 32-bit addresses...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Richard Hendersontcg-ia64: Fix typos in AREG0 setup in prologue.
2011-08-21 Richard Hendersontcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.
2011-08-21 Richard Hendersontcg: Constant fold neg, andc, orc, eqv, nand, nor.
2011-08-21 Richard Hendersontcg: Always define all of the TCGOpcode enum members.
2011-08-21 Richard Hendersontcg: Add and use TCG_OPF_64BIT.
2011-08-21 BradCheck for presence of compiler -pthread flag.
2011-08-21 Blue SwirlConvert last qemu_free and qemu_malloc uses
2011-08-21 Austin Clementsmonitor: Show combined protection bits in "info mem"
2011-08-21 Austin Clementsmonitor: Fix "info mem" to print the last memory range
2011-08-21 Austin Clementsmonitor: Prevent sign-extension of 32-bit addresses...
2011-08-21 Stefan Weilw32: Fix format string regression
2011-08-21 Stefan Weilw64: Add definition of FMT_pid
2011-08-21 Stefan WeilFix conversions from pointer to tcg_target_long
2011-08-21 Anthony LiguoriRemove remenants of qemu_malloc
2011-08-21 Anthony LiguoriUpdate HACKING to refer to g_malloc instead of qemu_malloc
2011-08-21 Anthony LiguoriAdd trace points for g_malloc/g_free functions
2011-08-21 Anthony LiguoriRemove qemu_malloc/qemu_free
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-08-21 Anthony LiguoriMake glib mandatory and fixup utils appropriately
2011-08-20 Jan KiszkaReorder default ram_size initialization
2011-08-20 Blue Swirlscsi-disk: fix DPRINTF
2011-08-19 Peter Maydelltarget-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG...
2011-08-17 Engin AYDOGANhw/stellaris: Add support for RCC2 register
2011-08-17 Peter Maydellhw/pl061.c: Support GPIOAMSEL register
2011-08-17 Peter Maydellhw/pl061: Convert to VMState
2011-08-17 Peter Maydellvexpress, realview: Use pl111, not pl110
2011-08-17 Peter Maydellversatilepb: Implement SYS_CLCD mux control register...
2011-08-17 Peter Maydellhw/pl110: Model the PL111 CLCD controller
2011-08-16 Paolo Bonziniscsi: do not overwrite memory on REQUEST SENSE commands...
2011-08-15 Jan Kiszkaslirp: Fix bit field types in IP header structs
2011-08-14 Peter Maydellhw/scsi-bus.c: Fix use of uninitialised variable
2011-08-12 Michael Rothqapi: fix build issue due to missing newline in generat...
2011-08-12 Avi Kivitymemory: correct documentation typos
2011-08-12 Avi Kivitymemory: add API for creating ROM/device regions
2011-08-12 Avi Kivitymemory: reclaim resources when a memory region is destr...
2011-08-12 Jiri Denemarkbuild: Move QEMU_INCLUDES before QEMU_CFLAGS
2011-08-12 Stefan Weilconfigure: Disable guest_agent for mingw32
2011-08-12 Paolo Bonziniscsi: add special traces for common commands
2011-08-12 Paolo Bonziniscsi: report unit attention on reset
2011-08-12 Paolo Bonziniscsi: add support for unit attention conditions
2011-08-12 Paolo Bonziniscsi: add a bunch more common sense codes
2011-08-12 Paolo Bonziniscsi: move handling of REQUEST SENSE to common code
2011-08-12 Paolo Bonziniscsi: move handling of REPORT LUNS and invalid LUNs...
2011-08-12 Paolo Bonziniscsi: move request parsing to common code
2011-08-12 Paolo Bonziniscsi: push lun field to SCSIDevice
2011-08-12 Paolo Bonziniscsi: introduce SCSICommand
2011-08-12 Paolo Bonziniscsi: pass cdb already to scsi_req_new
2011-08-12 Paolo Bonziniscsi: move request-related callbacks from SCSIDeviceInf...
2011-08-12 Paolo Bonziniscsi: introduce SCSIReqOps
2011-08-12 Paolo Bonziniscsi: move sense handling to generic code
2011-08-12 Paolo Bonziniscsi: pass status when completing
2011-08-12 Paolo Bonzinivscsi: always use get_sense
2011-08-12 Paolo Bonziniscsi-disk: no need to call scsi_req_data on a short...
2011-08-12 Anthony Liguoripc: make vgabios exit port more useful
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-1...
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v41' into...
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.23' into staging
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios' into...
2011-08-12 Paolo Bonzinifix QLIST usage for RAM list
2011-08-11 Peter Maydellhw/qdev: Don't crash if qdev_create(NULL, ...) fails
2011-08-11 Zhi Yong Wuscsi-bus: use DO_UPCAST
2011-08-11 Edgar E. Iglesiasetrax-ser: printf -> qemu_log.
2011-08-11 Edgar E. Iglesiasetrax: QDevify the Ethernet MAC.
2011-08-10 Alon Levyui/spice-core: report compiled-version in info spice...
2011-08-10 Gerd Hoffmannseabios: update to master
2011-08-10 Alon Levyqxl: unbreak after memory API conversion
2011-08-10 Yonit Halperinqxl: allowing the command rings to be not empty when...
2011-08-10 Gerd Hoffmannusb-hid: remove usb_hid_datain_cb
2011-08-10 Michael Wallemilkymist-softusb: use hid code directly
2011-08-10 Michael Walleusb-hid: use hid vmstate macro
next