[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [patch] replace all strdup() with g_strdup()
From: |
Jun Koi |
Subject: |
[Qemu-devel] [patch] replace all strdup() with g_strdup() |
Date: |
Fri, 16 Dec 2011 16:07:23 +0800 |
This patch replaces all the strdup() with g_strdup()
Signed-off-by: Jun Koi <address@hidden>
$ diffstat strdup.diff
cmd.c | 4 ++--
envlist.c | 6 +++---
exec.c | 2 +-
hw/isa-bus.c | 2 +-
hw/pc.c | 2 +-
hw/pci.c | 2 +-
hw/qdev.c | 2 +-
hw/scsi-bus.c | 2 +-
hw/sun4m.c | 6 +++---
hw/sun4u.c | 2 +-
hw/usb-msd.c | 2 +-
hw/virtio-blk.c | 2 +-
ia64-dis.c | 2 +-
microblaze-dis.c | 18 +++++++++---------
path.c | 2 +-
readline.c | 2 +-
test-qmp-commands.c | 12 ++++++------
17 files changed, 35 insertions(+), 35 deletions(-)
strdup.diff
Description: Binary data
- [Qemu-devel] [patch] replace all strdup() with g_strdup(),
Jun Koi <=